RE: Trigger standard build file from ant script

2005-04-28 Thread Currimbhoy Shahyan
Oh ok...yes I think the exec command should be perfect ! Thanks. -Original Message- From: David TROGDON [mailto:[EMAIL PROTECTED] Sent: Thursday, April 28, 2005 12:27 PM To: Ant Users List Subject: Re: Trigger standard build file from ant script I suspect the ANT task that runs an

Re: Trigger standard build file from ant script

2005-04-28 Thread David TROGDON
| | Subject: Trigger standard build file from ant script | >--| Hi, Our

Trigger standard build file from ant script

2005-04-28 Thread Currimbhoy Shahyan
Hi, Our organization currently uses standard build (.bld) files to build our components. I want to automate this process and am looking into cruise control. Cruise control however only supports ant, maven and nant. I am looking at trying to trigger our standard build script from an ant script. C