You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by "Bansemir, Carsten" <Ca...@huk-coburg.de> on 2003/01/16 14:31:29 UTC

javadoc for very large proejects

Hi,

I want to run the javadoc task of ant over a project with more than 1000 Classes,
but the memory isn't enough, I tried to increase the "maxmemory" value, but for 1000 Classes there can't be enough
memory i think.

My Question is now: is it possible that I split the javadoc in more tasks and then link them together to one complete Documentation ?
Or is there any way to do this in one task, even if I "only" have 512MB memory?