You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@jakarta.apache.org by Andrew Newton <an...@netsol.com> on 2000/02/25 19:49:22 UTC

using javadoc under Ant

I'm having a bit of trouble getting the javadoc task under Ant to work.
It just doesn't seem to do anything.

And here is what happens (in verbose):

Build sequence for target `javadoc' is [javadoc]
Complete build sequence is [javadoc, init, core, clean]
Executing Target: javadoc
Generating Javadoc
Parsing source files for packages (will take a while)
[javadoc]Javadoc args: [-verbose, -version, -use, -author, -classpath, /usr/local/jdk1.2.2/lib/tools.jar:/usr/local/jdk1.2.2/jre/lib/rt.jar:/home/anewton/protomatter:/home/anewton/build/jakarta-ant/lib/ant.jar:/home/anewton/build/jakarta-ant/lib/xml.jar:/home/anewton/projects/jigware/lib/jndi-1.2.1.jar:/home/anewton/build/dist/tomcat/lib/servlet.jar, -d, /home/anewton/protomatter/javadoc, -sourcepath, ./, com/protomatter/Protomatter.java]
Javadoc execution
Completed in 0 seconds                                                          

Are the commas suppose to be in there?  Is this what is being passed to the shell?

-Andy

p.s. Ant is way cool!