David Crossley wrote:
It was done to gather the javadocs of the blocks.The 'build javadocs' was failing for me with out-of memory and this is a reasonably hefty desktop (256 Mb RAM) JVM: Linux Blackdown-1.3.1_02b-FCSI found what the problem was. The 2.1-dev build has changed recently to gather the java source from various locations, using Ant <fileset> rather than <sourcepath>. This now feeds javadoc with *.java files rather than just telling javadoc the path and letting it gather the files. It seems to just consume more and more memory, and then fall over.
And as a fix to the memor problem, it was said to use a temporary file for persistence.
Does it do blocks too?So i just made an experimental commit to the build.xml using <sourcepath> instead - this seems to fix it. Would others please try it out.
Probably the best thing would be to do the core javadocs first, and then javadocs for each block that reference the main ones, or something like that.
--
Nicola Ken Barozzi [EMAIL PROTECTED]
- verba volant, scripta manent -
(discussions get forgotten, just code remains)
---------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]