There's no difference.

On 13.10.2010 17:14, Jake Luciani wrote:
try -Dnoivy=1

2010/10/13 Krzysztof Krzyżaniak<e...@kofeina.net>

e...@zygzak:~/src/c/thrift/thrift-0.5.0/lib/java$ ant -Dnoivy=
Buildfile: /home/eloy/src/c/thrift/thrift-0.5.0/lib/java/build.xml

init:

ivy-init-dirs:

ivy-download:

ivy-probe-antlib:

ivy-init-antlib:

resolve:

compile:
    [javac] /home/eloy/src/c/thrift/thrift-0.5.0/lib/java/build.xml:125:
warning: 'includeantruntime' was not set, defaulting to
build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 74 source files to
/home/eloy/src/c/thrift/thrift-0.5.0/lib/java/build

BUILD FAILED
/home/eloy/src/c/thrift/thrift-0.5.0/lib/java/build.xml:125: Reference
ivy.compile.classpath not found.

Total time: 0 seconds


e...@zygzak:~/src/c/thrift/thrift-0.5.0/lib/java$ emacs build.xml
...
  <path id="compile.classpath">
    <path refid="ivy.compile.classpath" />
  </path>
...

It used to be (for example in 0.3.0):
  <path id="compile.classpath">
    <fileset dir="${ivy.lib.dir}">
      <include name="**/*.jar" />
    </fileset>
  </path>

Any quick fix for that?

  eloy



Reply via email to