I tried using the spawn attriute by setting it to true. However, it does not start the batch files in separate windows. All the batch files start executing in the same dos window where the ant build file is being executed. Fork attribute is not supported by <exec>.
Any suggestion ? arijit wrote: > > Thanks Jan. Unfortunately I am not an expert in ANT. Can you provide some > more code to show how I can run the batch files in separate dos prompts ? > > > Jan.Materne wrote: >> >> <exec fork+spawn> >> >> Jan >> >>>-----Ursprüngliche Nachricht----- >>>Von: arijit [mailto:[EMAIL PROTECTED] >>>Gesendet: Mittwoch, 20. Juni 2007 14:28 >>>An: [email protected] >>>Betreff: executing batch files in separate windows >>> >>> >>>I have a build file from which I am trying to execute a series of batch >>>files. I am trying to execute the batch files in their own >>>respective dos >>>prompts. >>> >>>Is this possible ? Using <exec> starts the batch files in the same dos >>>prompt. >>> >>> >>>-- >>>View this message in context: >>>http://www.nabble.com/executing-batch-files-in-separate-windows >>>-tf3952030.html#a11212233 >>>Sent from the Ant - Users mailing list archive at Nabble.com. >>> >>> >>>--------------------------------------------------------------------- >>>To unsubscribe, e-mail: [EMAIL PROTECTED] >>>For additional commands, e-mail: [EMAIL PROTECTED] >>> >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> > > -- View this message in context: http://www.nabble.com/executing-batch-files-in-separate-windows-tf3952030.html#a11213182 Sent from the Ant - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
