build.xml for javadoc of entire folder tree

2005-07-12 Thread JS developer
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

Re: Re: build.xml for javadoc of entire folder tree

2005-07-12 Thread JS developer
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,

Must-see for all ant beginners

2005-07-12 Thread JS developer
hi all, this is a must-see for all beginners with ant http://wiki.apache.org/ant/TheElementsOfAntStyle Regards JS

antelope - gui for ant

2005-07-18 Thread JS developer
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