Uploaded image for project: 'Thrift'
  1. Thrift
  2. THRIFT-971

java module can't be compiled without ivy and network connection

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.5
    • 0.6
    • Java - Compiler
    • None
    • debian gnu/linux, amd64

    Description

      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>

      Attachments

        1. THRIFT-971_noivy.patch
          0.9 kB
          Roger Meier

        Activity

          People

            roger Roger Meier
            eloy Krzysztof Krzyżaniak
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: