Re: launching bat file in new process

2004-03-15 Thread Antoine Lévy-Lambert
Tom Elrod wrote: Hello. I am trying to figure out a way to launch a bat file within ant and have it continue on with the ant build. I have seen a few post regarding this, but none of the suggestions from those posts are working for me. I am using ant 1.5.4 on Windows. Hi Tom, if you can up

RE: launching bat file in new process

2004-03-15 Thread Jan . Materne
Use Ant 1.6 and . Before 1.6 there are complicated hacks - and I don´t know if they really work. Jan > -Original Message- > From: Tom Elrod [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 16, 2004 7:35 AM > To: [EMAIL PROTECTED] > Subject: launching bat file

launching bat file in new process

2004-03-15 Thread Tom Elrod
Hello. I am trying to figure out a way to launch a bat file within ant and have it continue on with the ant build. I have seen a few post regarding this, but none of the suggestions from those posts are working for me. I am using ant 1.5.4 on Windows. Here are one of the tasks I have tried,