[ https://issues.apache.org/jira/browse/THRIFT-971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Roger Meier resolved THRIFT-971. -------------------------------- Resolution: Fixed Fix Version/s: 0.6 just committed the patch > java module can't be compiled without ivy and network connection > ---------------------------------------------------------------- > > Key: THRIFT-971 > URL: https://issues.apache.org/jira/browse/THRIFT-971 > Project: Thrift > Issue Type: Bug > Components: Java - Compiler > Affects Versions: 0.5 > Environment: debian gnu/linux, amd64 > Reporter: Krzysztof Krzyżaniak > Assignee: Roger Meier > Fix For: 0.6 > > Attachments: THRIFT-971_noivy.patch > > > 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> -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.