The patch below gets rid of various error messages and warnings generated 
while building (e.g. Ant, Log4J and Javadoc classes not found)
The only messages I have left now are to do with bad @link entries in 
WebLogicSubTask.


Andrew.

Index: pretty/script/build.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/pretty/script/build.xml,v
retrieving revision 1.2
diff -r1.2 build.xml
113a114
>                classpathref="project.class.path"
Index: core/script/build.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/core/script/build.xml,v
retrieving revision 1.3
diff -r1.3 build.xml
149c149
<                classpath="${dist.dir}/lib/${name}.jar;../lib/log4j.jar"
---
>                
classpath="${dist.dir}/lib/${name}.jar;../lib/log4j.jar;${basedir}/../lib/
ant.jar"
154c154
<                 classpath="${dist.dir}/lib/${name}.jar">
---
>                 
classpath="${dist.dir}/lib/${name}.jar;${basedir}/../lib/log4j.jar;${java.
class.path}">
173a174
>                classpathref="project.class.path"
 

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

Reply via email to