Zhang, Min [IT] wrote:

Hi,

I download apache-ant-1.5.3-1-src.zip and build the jar files from it on
both NT and Unix platforms.  Compared with the jar files from the binary
distributions, the newly built ant.jar does not include
org.apache.tools.ant.filters.util.JavaClassHelper class.  The optional.jar
is only 411KB compared with 656KB of optional.jar in the binary
distributions.  There are so many classes are missing, ANTLR.class,
IContract.class, Script.class and StyleBook.class in
org.apache.tools.ant.taskdefs.optional package, just to name a few.  Those
java classes are existed in the source tree.  Why does this happen?

ant only compiles those classes for which there are appropriate libraries to compile against. You need to find all the libraries for all the optional components you need, otherwise, they get left out.



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to