You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Vincent Mallet <xm...@tripos.com> on 2003/06/05 06:30:47 UTC

[PATCH] JXR's 'too many open files' issue

The JXR plugin kept dying on us with a "Too many 
open files" problem that we tracked down to a
FileReader not being closed properly.

Attached is a patch that addresses this issue (we've
been using it for the past couple weeks now.).

    Vince.