Hi Highlander ;)) Maybe setting -Xms256 to increase the initial help size will help (you have to set that in the environment variable ANT_OPTS btw). There are probably some hints on this also on the mailinglist archives for ant.
Mvgr, Martin On Wed, 2002-06-05 at 23:20, Colin Chalmers wrote: > Hi, > > Finally I have Maven up & running on my project, don't know what I was doing > so wrog before but a vacation and fresh air seems to have helped a lot ;-) > > I installed the 1.0-b4.jar version and things seem to be working OK except > that I'm getting an exception whilst generating the checkStyle.html from an > Xdoc. The checkstyle.xml file is itself about 4 MB (hhmm not a good sign for > us :-0 ) this shouldn't cause a problem. Ive included some tracing below. > Any help appreciated > > /Colin > > [dvsl] Processing E:\tmp\foo\target\generated-xdocs\check > style-report.xml to E:\tmp\foo\target\docs\checkstyle-report.h > tml > [dvsl] [error] Method applyTemplates threw exception for reference > $contex > t in template section at [302,3] > [dvsl] [error] Method applyTemplates threw exception for reference > $contex > t in template document at [222,17] > [dvsl] [error] Method applyTemplates threw exception for reference > $contex > t in template null at [5,14] > [dvsl] Failed to process E:\tmp\foo\target\generated-xdoc > s\checkstyle-report.xml > > BUILD FAILED > > E:\tmp\maven\plugins\docs\build.xml:1135: > org.apache.velocity.exception.MethodIn > vocationException: Invocation of method 'applyTemplates' in class > org.apache.to > ols.dvsl.Transformer threw exception class > org.apache.velocity.exception.MethodI > nvocationException : Invocation of method 'applyTemplates' in class > org.apache. > tools.dvsl.Transformer threw exception class > org.apache.velocity.exception.Metho > dInvocationException : Invocation of method 'applyTemplates' in class > org.apach > e.tools.dvsl.Transformer threw exception class java.lang.OutOfMemoryError : > null > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
