Dan Christopherson <[EMAIL PROTECTED]> wrote: > On 23 Jan 2001, Stefan Bodewig wrote: > >> Mariusz Nowostawski <[EMAIL PROTECTED]> wrote: >> >> > I think I would settle for 4096 limit, with 'parallel' gone and >> > 'enablesplit' default false. >> >> So we agree. Others? > Won't the lack of 'parallel' cause problems calling tools that can > only handle one file at a time?
So I obviously snipped too much, sorry. Part of what Mariusz and I agreed upon was a limit attribute which allowed positive integers and the special value NONE. parallel="true" -> limit="NONE" parallel="false" -> limit="1" and settle with deprecating the parallel attribute instead of removing it for Ant 1.3. Stefan
