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
Here is a target that does the entire tree beginning at ${src.dir}. It includes all the files in the directories that begin with the ${pkg.base.dir} directory. The classpath.javadoc property is set in the init target and is shown following the javadoc target. If you fiddle around with this you can

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