Applied it, thanx.

Ara.

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:xdoclet-user-
> [EMAIL PROTECTED]] On Behalf Of joel cordonnier
> Sent: Tuesday, August 21, 2001 10:51 AM
> To: [EMAIL PROTECTED]
> Subject: [Xdoclet-user] new build.xml, ALWAYS problems !
> 
> 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


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to