GithubHelp home page GithubHelp logo

Comments (7)

kon901 avatar kon901 commented on May 28, 2024

Hi!
I met the same problem. Did you resolve this?
Thanks!

from olap4j.

arekborek avatar arekborek commented on May 28, 2024

I found workaround; in file build.xml change line:
<ivy:resolve file="ivy-tck.xml" conf="test" />
to:
<ivy:resolve file="ivy-tck.xml" conf="test" haltonfailure="false"/>

from olap4j.

tesluk avatar tesluk commented on May 28, 2024

Also you can build olap4j-xmlaserver locally.
Just clone xmlaserver (https://github.com/olap4j/olap4j-xmlaserver) and build using "mvn clean install".
Then add local mvn repository to ivysettiongs.xml.
Your ivysettings.xml should looks like this:

<ivysettings>
  <property name="ivy.local.default.root" value="${ivy.default.ivy.user.dir}/local" override="true"/>
  <property name="ivy.local.default.artifact.pattern" value="[organisation]/[module]/[revision]/[type]s/[artifact]-[revision].[ext]" override="false"/>
  <property name="m2-pattern" value="${user.home}/.m2/repository/[organisation]/[module]/[revision]/[module]-[revision](-[classifier]).[ext]" override="false" />
  <settings defaultResolver="default" />
  <include url="${ivy.default.settings.dir}/ivysettings-public.xml"/>
  <resolvers checkmodified="true" changingPattern=".*-SNAPSHOT">
    <chain name="shared" checkmodified="true">
      <url name="shared-ivy" changingPattern=".*-SNAPSHOT" checkmodified="true">
        <ivy pattern="http://repo.pentaho.org/artifactory/repo/[organisation]/[module]/[revision]/[module]-[revision].ivy.xml" />
      </url>
      <ibiblio name="shared-mvn" m2compatible="true" root="http://repo.pentaho.org/artifactory/repo" checkmodified="true"/>
      <filesystem name="local-maven2" m2compatible="true" >
        <artifact pattern="${m2-pattern}"/>
        <ivy pattern="${m2-pattern}"/>
      </filesystem>
    </chain>
  </resolvers>
  <include url="${ivy.default.settings.dir}/ivysettings-local.xml"/>
  <include url="${ivy.default.settings.dir}/ivysettings-main-chain.xml"/>
  <include url="${ivy.default.settings.dir}/ivysettings-default-chain.xml"/>
</ivysettings>

from olap4j.

lucboudreau avatar lucboudreau commented on May 28, 2024

Our build folks @ Pentaho have been moving things around and deploying a new artifactory for the past few days. Everything should be working now. I've just given it a test and both olap4j and olap4j-xmlaserver build correctly.

Do you guys still experience this issue?

from olap4j.

rockpunk avatar rockpunk commented on May 28, 2024

Thanks Luc, things build correctly now!

On Fri, Sep 19, 2014 at 10:29 AM, Luc Boudreau [email protected]
wrote:

Our build folks @ Pentaho have been moving things around and deploying a
new artifactory for the past few days. Everything should be working now.
I've just given it a test and both olap4j and olap4j-xmlaserver build
correctly.

Do you guys still experience this issue?


Reply to this email directly or view it on GitHub
#27 (comment).

from olap4j.

lucboudreau avatar lucboudreau commented on May 28, 2024

Excellent. Thanks for the heads-up btw.

from olap4j.

aliShreef avatar aliShreef commented on May 28, 2024

hi @lucboudreau
i just clone the project and run ant command i got this error

[ivy:resolve]
[ivy:resolve] :: problems summary ::
[ivy:resolve] :::: WARNINGS
[ivy:resolve] module not found: net.java.dev.javacc#javacc;5.0
[ivy:resolve] ==== local: tried
[ivy:resolve] C:\Users\ali.ivy2/local/net.java.dev.javacc/javacc/5.0/ivys/ivy.xml
[ivy:resolve] -- artifact net.java.dev.javacc#javacc;5.0!javacc.jar:
[ivy:resolve] C:\Users\ali.ivy2/local/net.java.dev.javacc/javacc/5.0/jars/javacc-5.0.jar
[ivy:resolve] ==== pentaho-ivy: tried
[ivy:resolve] http://ivy-nexus.pentaho.org/content/groups/omni/net.java.dev.javacc/javacc/5.0/javacc-5.0.ivy.xml
[ivy:resolve] ==== pentaho-mvn: tried
[ivy:resolve] http://ivy-nexus.pentaho.org/content/groups/omni/net/java/dev/javacc/javacc/5.0/javacc-5.0.pom
[ivy:resolve] -- artifact net.java.dev.javacc#javacc;5.0!javacc.jar:
[ivy:resolve] http://ivy-nexus.pentaho.org/content/groups/omni/net/java/dev/javacc/javacc/5.0/javacc-5.0.jar
[ivy:resolve] ==== public-maven: tried
[ivy:resolve] http://ivy-nexus.pentaho.org/content/groups/omni/net/java/dev/javacc/javacc/5.0/javacc-5.0.pom
[ivy:resolve] -- artifact net.java.dev.javacc#javacc;5.0!javacc.jar:
[ivy:resolve] http://ivy-nexus.pentaho.org/content/groups/omni/net/java/dev/javacc/javacc/5.0/javacc-5.0.jar
[ivy:resolve] ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve] :: UNRESOLVED DEPENDENCIES ::
[ivy:resolve] ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve] :: net.java.dev.javacc#javacc;5.0: not found
[ivy:resolve] ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve]
[ivy:resolve]
[ivy:resolve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS

please help , i just start learning olpa4j and i feel that i am lost

from olap4j.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.