On Wed, 2004-05-26 at 06:08, Rafal Krzewski wrote: > Heritier Arnaud wrote: > > It's effectively a big problem. > > The last time I generated the doc for all maven-plugins, I needed 1Gb of memory !! > > I cannot generate full docs for Objectledge, no matter how much -Xmx I > give. Instead of OutOfMemory error, I get IOException: cannot allocate > memory when launching JavaDoc, possibly because I have too little > phisical RAM...
As noted before this will be remedied with a new version of the xdoc plugin which is the m2 xdoc plugin for I can now generated a Jelly wrapper for. The testing continues but for an m2 plugin I can now generate a setter-style bean and the Jelly XML required to use the plugin within m1. Brett has done an awesome job elinimating the leak from m1 core itself but there's not much we can do about the current version of the xdoc plugin because it's not really worth fixing Jelly. The new xdoc plugin is deadly fast and if you want to do a little experimenting I'll give you a copy of the new xdoc plugin that you can try with your Objectledge project. Many of the m1 plugins are going to die a quick death at the hands of well tested m2 plugins that can be used in Ant, m1, m2 and be embedded. -- jvz. Jason van Zyl [EMAIL PROTECTED] http://maven.apache.org happiness is like a butterfly: the more you chase it, the more it will elude you, but if you turn your attention to other things, it will come and sit softly on your shoulder ... -- Thoreau --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
