Hi, EJ Ciramella,
If you're on a unix machine, and the "unzip" command is available, you can run
this to try and find the jar file with that class:
# Find all files ending in ".jar" and get "unzip" to list their contents.
find -name \*.jar -exec unzip -l {} \;
If you manage to find the jar file with the class you want, be sure to copy it
into ANT_HOME/lib
Personally, I would pipe the output of the "find" command into "less -S" and
then search for "PooledExecutor" using the "/" command inside "less".
yours,
Julius
-----Original Message-----
From: EJ Ciramella [mailto:[EMAIL PROTECTED]
Sent: Wed 1/5/2005 8:48 PM
To: Ant Users List
Cc:
Subject: Ant xDoclet - need some help
Hello, we're running (or attempting to run) ant 1.6.2 and xDoclet 1.1.2 (to
avoid problems with assert statements. But I keep getting this:
javadoc: warning - Cannot find class
EDU.oswego.cs.dl.util.concurrent.PooledExecutor
Running XDoclet failed. An IO error occured while reading context data.
1 warning
And xdoclet fails to generate the file I'm trying create.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]