You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Roger Meier (JIRA)" <ji...@apache.org> on 2010/10/25 22:44:25 UTC

[jira] Updated: (THRIFT-971) java module can't be compiled without ivy and network connection

     [ https://issues.apache.org/jira/browse/THRIFT-971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roger Meier updated THRIFT-971:
-------------------------------

    Attachment: THRIFT-971_noivy.patch

Could you try this: [^THRIFT-971_noivy.patch]

classpath change was introduced with THRIFT-931(java: Use log4j for Java tests)

> 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
>         Attachments: THRIFT-971_noivy.patch
>
>
> eloy@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
> eloy@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.