Ant arguments handling

2009-04-01 Thread Raja Nagendra Kumar
Hi, I have a build xml with target say 'compile' However if the user says 'ant comp' or any other target which does not exists, I want to handle them using a my custom code either a macro or a ant custom task or groovy. Is this possible, if yes, could you pl. let me know the right place to get

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

RE: ParallelExecutor

2009-04-01 Thread Martin Gainty
I thought Caveat emptor applies to a purchase transaction? since we are getting this for free ..we understand any of the implied risk(s) (in other words we're getting what we paid for) ThreadSafe from my point of view means there is possibility of simultaneous access to non-thread safe variables

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 up, Alexey S

AW: Ant arguments handling

2009-04-01 Thread Jan.Materne
> I have a build xml with target say 'compile' > > However if the user says 'ant comp' or any other target which does not > exists, I want to handle them using a my custom code either a > macro or a ant > custom task or groovy. > > Is this possible, if yes, could you pl. let me know the right

Re: AW: Ant arguments handling

2009-04-01 Thread Raja Nagendra Kumar
Thank You Jan, This details of yours and Ant support to meet such needs is simple and helps us to designg a powerver target handling system for our Mobile Development/Porting Product Development Platform. Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com -- View this message in context: http