Build problems are usually related to incompatible versions of Ant, JDK and
XML parsers. If you get build errors like

java.lang.NoClassDefFoundError: com/kvisco/xsl/XSLProcessor

you must have an old Ant version.

I know the following will work:

a)
Ant 1.5.1 without xercesImpl.jar and xml-apis.jar in %ANT_HOME%\lib
JDK 1.4.x

b)
Ant 1.5.1 with xercesImpl.jar and xml-apis.jar in %ANT_HOME%\lib
JDK 1.3.x

Could you try one of these combos? If it still fails, please describe your
environment more closely.

Aslak



-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to