The install instructions say to go to;
to obtain the concurrent.jar file. At that site the following instructions are presented;
This package, currently declared as
EDU.oswego.cs.dl.util.concurrent
is available in (tar.gz format) or (zip format).
It is currently distributed in source form only. To build it, use a Java 1.2+ compiler to:
javac -d [SOMEWHERE IN YOUR CLASSPATH] *.java
Or use this ant build file donated by Travell Perkins.
I downloaded the ant build.xml file as well as the tar.gz file, extracted the file into the /tmp folder, put the build.xml file into the /tmp/concurrent folder, ran ant and while I get a "BUILD SUCCESFUL" response ... I don't get a concurrent.jar file being produced anywhere that I can find ... :O(
Any help would be apprciated.
to obtain the concurrent.jar file. At that site the following instructions are presented;
This package, currently declared as
EDU.oswego.cs.dl.util.concurrent
is available in (tar.gz format) or (zip format).
It is currently distributed in source form only. To build it, use a Java 1.2+ compiler to:
javac -d [SOMEWHERE IN YOUR CLASSPATH] *.java
Or use this ant build file donated by Travell Perkins.
I downloaded the ant build.xml file as well as the tar.gz file, extracted the file into the /tmp folder, put the build.xml file into the /tmp/concurrent folder, ran ant and while I get a "BUILD SUCCESFUL" response ... I don't get a concurrent.jar file being produced anywhere that I can find ... :O(
Any help would be apprciated.
Comment