OutOfMemoryException during xdoc generation

2005-06-15 Thread stéphane bouchet
Hi Maven Users, I am experiencing a little problem with the xdoc plugin. After upgrading to 1.9 version ,i got an exception when runnig the site goal. java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at

Re: OutOfMemoryException during xdoc generation

2005-06-15 Thread Vincent Siveton
Hi, Did you try setting the MAVEN_OPTS variable to provide more memory, ie MAVEN_OPTS=-Xms512m -Xmx1024m Cheers, Vincent 2005/6/15, stéphane bouchet [EMAIL PROTECTED]: Hi Maven Users, I am experiencing a little problem with the xdoc plugin. After upgrading to 1.9 version ,i got an

Re: OutOfMemoryException during xdoc generation

2005-06-15 Thread Brett Porter
It is simply a matter of generating more files which has pushed it over the edge. Maven 1.1 Beta 1 will be released shortly, and it does not leak memory in that way, so it is not an issue. - Brett On 6/16/05, stéphane bouchet [EMAIL PROTECTED] wrote: Hi Maven Users, I am experiencing a

Re: OutOfMemoryException during xdoc generation

2005-06-15 Thread stéphane bouchet
Thanks Brett, you're doing a great job ! Stéphane PS : after setting MAVEN_OPTS=-Xms512m -Xmx1024m, i have no more problems. Brett Porter a écrit : It is simply a matter of generating more files which has pushed it over the edge. Maven 1.1 Beta 1 will be released shortly, and it does not