On Thu, 2002-11-28 at 11:28, Konstantin Priblouda wrote: > > I just did following: > > cvs update -d in directory containing xdoclet > modules ( xdoclet, xjavadoc & xdocletgui ) > > cd xdoclet > ant clean > ant > > Everything was build fine, without any warning
You must have commons-collections-2.0.jar in your classpath, without it XDoclet will not build. I did a fresh checkout of Xdoclet and used Ant 1.5.1, with no extra files in ANT_HOME/lib and it fails to find org.apache.commons.collections.Predicate when building the modules. > > Could it be that you have some xdoclet jar files > living > somewhere on classpath? I did have an old copy of xjavadoc.jar, that was causing the errors, now that I've removed it, I can run my build targets to generate the deployment descriptors. I still have lots of warnign building xdoclet, but they do appear to be fatal, and since I don't use Maven, I don't need the plugin. Thanks for your help -- Jesse Stockall [EMAIL PROTECTED] ------------------------------------------------------- This SF.net email is sponsored by: Get the new Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
