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 are using Maven 1.0-rc1 on a solaris system)


It's not 100% jxr's fault, nearly all of the plugin's appear to leak
file descriptors (according to solaris truss). jxr is just particullarly agressive with them.


/* Joakim Erdfelt - Cingular Wireless */


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to