Hello there,
In my build.xml file, this is the code snippet for my <javadoc> target:
The property variables (such as ${src.dir}) are specified in a build.properties file that looks like this:
This is the output when I run it from the command line:
I didn't think it was so hard just to generate javadoc using
Ant, apparently there something that I am doing wrong....
I would appreciate any suggestions....
Thanks again and Happy Holidays,