Re: PermGen OutOfMemoryError in custom Iterator task, and ForEach - Suggestions Please

2006-10-27 Thread Peter Reilly
On 10/26/06, Robert Rice <[EMAIL PROTECTED]> wrote: Peter, Your suggestions were quite helpful. The fix for me was to utilize a post-ant1.7.0beta3 svn copy of ant. I tested my Iterator-based task, as well as using the most recent svn ant. In both cases, my builds ran without OOME. So it wou

Re: PermGen OutOfMemoryError in custom Iterator task, and ForEach - Suggestions Please

2006-10-26 Thread Robert Rice
Peter, Your suggestions were quite helpful. The fix for me was to utilize a post-ant1.7.0beta3 svn copy of ant. I tested my Iterator-based task, as well as using the most recent svn ant. In both cases, my builds ran without OOME. So it would seem that the memory leak squashing is paying off.

Re: PermGen OutOfMemoryError in custom Iterator task, and ForEach - Suggestions Please

2006-10-24 Thread Peter Reilly
On 10/23/06, Robert Rice <[EMAIL PROTECTED]> wrote: I recently created a custom task that is an Iterator. The goal of the task is to accept a large date range ( like 3 years ) and split it into smaller date ranges ( like 1 day at a time ). I do a lot of work with date ranges. Examples are runni