Below is a session where I untar the xdoclet distribution and immediately try to run 'ant' in the samples directory. It also shows the ant version I'm using and the contents of the ant 'lib' directory. I've tried removing everything from the ant 'lib' directory one by one and in groups, to no avail.
Anyone have any idea why I can't do any XDoclet stuff from ant on my box?
Thanks in advance,
Ben
[EMAIL PROTECTED] samples]$ ant -version Apache Ant version 1.5.4 compiled on August 12 2003 [EMAIL PROTECTED] samples]$ ls /usr/local/ant/lib README ant.jar xercesImpl.jar ant-contrib-0.6.jar optional.jar xml-apis.jar [EMAIL PROTECTED] tmp]$ tar -xzf ~/downloads/java/xdoclet-bin-1.2.tgz [EMAIL PROTECTED] tmp]$ cd xdoclet-1.2/ [EMAIL PROTECTED] xdoclet-1.2]$ ls docs lib samples [EMAIL PROTECTED] xdoclet-1.2]$ cd samples [EMAIL PROTECTED] samples]$ ant Buildfile: build.xml
init:
prepare:
ejbdoclet:
[echo] +---------------------------------------------------+
[echo] | |
[echo] | R U N N I N G E J B D O C L E T |
[echo] | |
[echo] +---------------------------------------------------+BUILD FAILED
file:/home/bjc/tmp/xdoclet-1.2/samples/build.xml:113: Could not create task of type: ejbdoclet due to java.lang.NoClassDefFoundError: org/apache/commons/collections/Predicate
Total time: 2 seconds
------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
