You are heading in the right direction.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 20, 2005 9:15 AM
To: user@ant.apache.org
Subject: RE: usage of exec
Thanks Brain, I have figured out the things something like this
Build.xml
. [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 20, 2005 6:31 PM
To: Ant Users List
Subject: RE: usage of exec
To run batch files you need to specify the dos shell for the executable
attribute and specify the batch file as an argument. Something like the
following.
Although, I prefer
To run batch files you need to specify the dos shell for the executable
attribute and specify the batch file as an argument. Something like the
following.
Although, I prefer to re-implement batch files as a macrodefs and use
pure ant tasks as much as possible. If your executables are av
If you have not tried it and gotten a specific error, how are we going to
help you. RTFM. exec is pretty well documented.
Bill
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 19, 2005 8:13 PM
To: user@ant.apache.org
Cc: [EMAIL PROTECTED]
Subjec