First: Sorry for HTML email. It's my work web mail. -But this is kinda urgent. This is a follow-up to my last mail with more details.
The distro on SF is weird. It has HTML docs dated from yesterday, but xdoclet/samples/build.xml is very old. I patched it and added a build.properties file 6 days ago:
I copied these files over my unpacked bin-zip distro, got past the $lib.dir} problem and then I got the next problem:
BUILD FAILED
java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
at xdoclet.util.LogUtil.getLog(LogUtil.java:26)
at xdoclet.loader.ModuleFinder.findModules(ModuleFinder.java:109)
at xdoclet.DocletTask.registerModules(DocletTask.java:542)
java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
at xdoclet.util.LogUtil.getLog(LogUtil.java:26)
at xdoclet.loader.ModuleFinder.findModules(ModuleFinder.java:109)
at xdoclet.DocletTask.registerModules(DocletTask.java:542)
This is exactly what I experienced 6 days ago, and I also gave a solution for it in a mail sent privately to the developers. Something about including more jars in the distro.
I don't know how this release ever made it to SF. Did the one who packaged it forget to do a CVS update first?
Aslak