hi !
I just check the source this 21/08 and i always get
some problem with the classpath for the Javadocs and
Document tasks:
SO I modified these like this
-- TO INCLUDE log4j.jar, add the classpath reference
for the project
<javadoc packagenames="${packages}"
sourcepath="${src.dir}"
destdir="${build.dir}/docs/api"
author="true"
version="true"
windowtitle="${Name} API"
doctitle="${Name}">
<classpath refid="project.class.path"/>
</javadoc>
--- TO INCLUDE tools.jar needed: add java.class.path
<document sourcepath="${src.dir}"
destdir="${build.dir}/docs"
classpath="../core/dist/lib/${name}.jar;../lib/ant.jar;../lib/log4j.jar;${java.class.path}">
Other idea ?
Thanks
Joel
___________________________________________________________
Do You Yahoo!? -- Vos albums photos en ligne,
Yahoo! Photos : http://fr.photos.yahoo.com
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/xdoclet-user