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,

RE: build.xml for javadoc of entire folder tree

2005-07-12 Thread Bill Rich
for javadoc of entire folder tree 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

Re: build.xml for javadoc of entire folder tree

2005-07-12 Thread Ivan Ivanov
Hello, --- JS developer <[EMAIL PROTECTED]> wrote: > 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. Quite an ambitious undertaking :). Why don't you just download it from[1]. Anyway, it you want it for educational p

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