[tor-bugs] #18396 [Onionoo]: onionoo fails at ant compile

Tor Bug Tracker & Wiki blackhole at torproject.org
Fri Feb 26 01:34:44 UTC 2016


#18396: onionoo fails at ant compile
-------------------------+---------------------
 Reporter:  cypherpunks  |          Owner:
     Type:  defect       |         Status:  new
 Priority:  Medium       |      Milestone:
Component:  Onionoo      |        Version:
 Severity:  Normal       |     Resolution:
 Keywords:               |  Actual Points:
Parent ID:               |         Points:
  Sponsor:               |
-------------------------+---------------------

Comment (by cypherpunks):

 Here's an update:

 In build.xml, replace the specific versions with the generic name for the
 jar files and onionoo compiles and works as expected.

 {{{
   <fileset dir="/usr/share/java">
       <include name="commons-codec.jar"/>
       <include name="commons-compress.jar"/>
       <include name="commons-lang3.jar"/>
       <include name="gson.jar"/>
       <include name="junit4.jar"/>
       <include name="servlet-api-3.0.jar"/>
       <include name="logback-classic.jar"/>
       <include name="logback-core.jar"/>
       <include name="slf4j-api.jar"/>
       <include name="jetty8-server.jar"/>
       <include name="jetty8-servlets.jar"/>
       <include name="jetty8-servlet.jar"/>
       <include name="jetty8-util.jar"/>
       <include name="jetty8-http.jar"/>
       <include name="jetty8-io.jar"/>
       <include name="jetty8-xml.jar"/>
       <include name="jetty8-webapp.jar"/>
       <include name="jetty8-continuation.jar"/>
       <include name="jetty8-security.jar"/>
     </fileset>
 }}}

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/18396#comment:1>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list