Re: Atomic/Synchronized Task

2010-06-24 Thread Matt Benson
ay, June 24, 2010 4:24 PM > To: Ant Users List > Subject: Re: Atomic/Synchronized Task > > > On Jun 24, 2010, at 4:04 PM, Perrier, Nathan wrote: > >> Hello all, >> >> >> >> I was curious if there exists a means to atomically execute tasks when

RE: Atomic/Synchronized Task

2010-06-24 Thread Perrier, Nathan
ge- From: Matt Benson [mailto:gudnabr...@gmail.com] Sent: Thursday, June 24, 2010 4:24 PM To: Ant Users List Subject: Re: Atomic/Synchronized Task On Jun 24, 2010, at 4:04 PM, Perrier, Nathan wrote: > Hello all, > > > > I was curious if there exists a means to atomically execute

Re: Atomic/Synchronized Task

2010-06-24 Thread Matt Benson
On Jun 24, 2010, at 4:04 PM, Perrier, Nathan wrote: > Hello all, > > > > I was curious if there exists a means to atomically execute tasks when > running targets in parallel. > ? -Matt > > > I.E., I would like to do something like the following: > > > > > > > >

Atomic/Synchronized Task

2010-06-24 Thread Perrier, Nathan
Hello all, I was curious if there exists a means to atomically execute tasks when running targets in parallel. I.E., I would like to do something like the following: ...