Re: maven site : Too many open files

2003-12-04 Thread Emmanuel Venisse
Hi, Some users have this problem with big project. I think it's due to jxr plugin that doesn't close stream in JavaFileImpl class in the parse method. I don't have time for correct this, but if you can try to write a patch for it and test it with your big project, it will be cool. Emmanuel

Re: maven site : Too many open files

2003-12-04 Thread Joakim Erdfelt
Nicolas De Loof wrote: I get troubles generating doc-site in a (big) webapp : I get lot's of Caught java.io.IOException: Too many open files processing xref/com Move the jxr plugin to the top of the reports section in your project.xml. It worked for our 4500+ java file project. (and we

Re: maven site : Too many open files

2003-12-04 Thread Nicolas De Loof
Ca peut peut-etre aider ... - Original Message - From: Emmanuel Venisse [EMAIL PROTECTED] To: Maven Users List [EMAIL PROTECTED] Sent: Thursday, December 04, 2003 3:58 PM Subject: Re: maven site : Too many open files I'll apply the Nicolas patch for reduce a little open files

Re: maven site : Too many open files

2003-12-04 Thread Emmanuel Venisse
I'll apply the Nicolas patch for reduce a little open files. Emmanuel - Original Message - From: Joakim Erdfelt [EMAIL PROTECTED] To: Maven Users List [EMAIL PROTECTED] Sent: Thursday, December 04, 2003 1:55 PM Subject: Re: maven site : Too many open files Nicolas De Loof wrote: I

Re: maven site : Too many open files

2003-12-04 Thread Nicolas De Loof
That works ! I just had to disable linkcheck because I got OutOfMemory. thanks. Nico. Nicolas De Loof wrote: I get troubles generating doc-site in a (big) webapp : I get lot's of Caught java.io.IOException: Too many open files processing xref/com Move the jxr plugin to

RE: maven site : Too many open files

2003-12-04 Thread Erdfelt, Joakim
From: Nicolas De Loof [mailto:[EMAIL PROTECTED] Sent: 04 December 2003 14:09 That works ! I just had to disable linkcheck because I got OutOfMemory. thanks. Nico. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, December 04, 2003 9:12 AM You can

Re: maven site : Too many open files

2003-12-04 Thread Nicolas De Loof
I tried with -Xmx1024m and it fails Out of memory. Why is linkcheck such a memory consumer ? Nico. From: Nicolas De Loof [mailto:[EMAIL PROTECTED] Sent: 04 December 2003 14:09 That works ! I just had to disable linkcheck because I got OutOfMemory. thanks.