hi,
i'm a beginner with ant, i want to generate the javadoc for the entire src.zip
that comes with the sun jdk download. I've tried a lot of standard options with
the build.xml, sourcepathref, filesets etc. but i get "build failed". Also, it
tries to add all the .java source files to the javado
Thanks Ivan and Bill,
javadoc for entire src.zip worked :-))) but had to break down the task into
handling each sub folder - com, org, sunw, java, javax and had to set maxmemory
for javadoc task
useexternalfile="true" is a lifesaver
Regards and Best wishes
JS
system config:
Win Xp Pro SP2,
hi all, this is a must-see for all beginners with ant
http://wiki.apache.org/ant/TheElementsOfAntStyle
Regards
JS
hi all,
just in case anyone missed it(and for newcomers),
there is a gui front end for called antelope
at http://antelope.tigris.org/
it is good looking and will be of great help to beginners
Regards,
JS