I made a build of Ant 1.5.3 and we have been using it in my shop for 2
or 3 months now. Now one of my developers would like to use
org.apache.tools.ant.listener.CommonsLoggingListener, as mentioned in
Erik and Steve's book p. 507. However, although I see the source file
in the 1.5.3
distribution, the build I made did not make a class file for it.
Oops
How do I do a build of ant that includes this file? Is it the same deal as with the optional tasks, that you must put some jar on the classpath in order to build this file?
Presumably you need to have commons-logging.jar on the classpath, or in lib/optional at the very least, and also in the lib dir of the dev team.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]