Re: can ant solve this rather complex challenge

2005-09-01 Thread Scott Bell
No, but i wrote a shell script to do it. i'll post it here when done. From: MCG QA [EMAIL PROTECTED] Reply-To: Ant Users List user@ant.apache.org To: Ant Users List user@ant.apache.org Subject: Re: can ant solve this rather complex challenge Date: Wed, 31 Aug 2005 13:15:57 -0700 (PDT) Did

Re: can ant solve this rather complex challenge

2005-08-31 Thread MCG QA
Did you get a response to your problem?? --- Scott Bell [EMAIL PROTECTED] wrote: Problem statement: I have a number of simple tcl scripts, and they take a set number of params as input (argv). Usually 1-10 params. They can all run standalone, but have dependencies. ANT is

Re: can ant solve this rather complex challenge

2005-08-24 Thread Mark Lybarger
ant script task with javascript is what i'd go for.. On 8/23/05, Barry White [EMAIL PROTECTED] wrote: Have you looked at writing cutom ant tasks? It maye help to handle some of the messier details. Barry Scott Bell wrote: Problem statement: I have a number of simple tcl

can ant solve this rather complex challenge

2005-08-23 Thread Scott Bell
Problem statement: I have a number of simple tcl scripts, and they take a set number of params as input (argv). Usually 1-10 params. They can all run standalone, but have dependencies. ANT is therefore perfect for them. I have the params that I send to the scripts as named value pairs in

Re: can ant solve this rather complex challenge

2005-08-23 Thread EJ Ciramella
Could Apply/ExecOn be your solution? On Aug 23, 2005, at 12:28 PM, Scott Bell wrote: Problem statement: I have a number of simple tcl scripts, and they take a set number of params as input (argv). Usually 1-10 params. They can all run standalone, but have dependencies. ANT is

Re: can ant solve this rather complex challenge

2005-08-23 Thread Alexey N. Solofnenko
There are also scriptdef (http://ant.apache.org/manual/OptionalTasks/scriptdef.html) and foreach (http://ant-contrib.sourceforge.net/tasks/tasks/foreach.html). - Alexey. Scott Bell wrote: Problem statement: I have a number of simple tcl scripts, and they take a set number of params as

Re: can ant solve this rather complex challenge

2005-08-23 Thread Barry White
Have you looked at writing cutom ant tasks? It maye help to handle some of the messier details. Barry Scott Bell wrote: Problem statement: I have a number of simple tcl scripts, and they take a set number of params as input (argv). Usually 1-10 params. They can all run standalone, but