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
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.
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