Re: AW: ParallelExecutor

2009-04-02 Thread Matt Benson
--- On Thu, 4/2/09, Patrick O. Hart wrote: > From: Patrick O. Hart > Subject: Re: AW: ParallelExecutor > To: "Ant Developers List" > Date: Thursday, April 2, 2009, 7:42 AM > oh, I do the same thing as that. > > I looked and didn't find it. > >

Re: AW: ParallelExecutor

2009-04-02 Thread Patrick O. Hart
oh, I do the same thing as that. I looked and didn't find it. >>> 04/02/09 1:35 AM >>> > I have written a simple Executor for ant that automatically > parallelizes a build. What do you parallelize? The ParallelExecutor implementation in the sandbox http:/

AW: ParallelExecutor

2009-04-01 Thread Jan.Materne
> I have written a simple Executor for ant that automatically > parallelizes a build. What do you parallelize? The ParallelExecutor implementation in the sandbox http://svn.apache.org/repos/asf/ant/sandbox/parallelexecutor/ parallelizes target execution. > The last time this came u

RE: ParallelExecutor

2009-04-01 Thread Martin Gainty
n not accept any liability for the content provided. > Date: Wed, 1 Apr 2009 16:25:28 -0400 > From: ph...@courts.state.ny.us > To: dev@ant.apache.org > Subject: ParallelExecutor > > I have written a simple Executor for ant that automatically parallelizes a > build. > Ar

ParallelExecutor

2009-04-01 Thread Patrick O. Hart
I have written a simple Executor for ant that automatically parallelizes a build. Are people interested in such a thing? The last time this came up, Alexey Solofnenko was writing it, and he felt the need to add the ability to prevent some targets from executing simultaneously. Do others feel t