On Mon, 31 Dec 2001, Bob Kerns <[EMAIL PROTECTED]> wrote: > I was sort of wondering why these cleanups exist. It looks to me > like perhaps there's some premature optimization going on here, and > some poorly-allocated division of responsibility.
The cleanups are there for things like CruiseControl (see the External Tools page) that runs Ant repeatedly in a single VM that could be running for years. Without the cleanup code, you will very soon run out of memory. > refactoring the code in Launcher.java: Launcher.java doesn't get used ATM. When I get closer to my development box (currently ssh over a 28.8k modem), I think, I'll remove all unused classes from Ant's main cvs tree. 8-) Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
