RE: How to exit ANT after starting a Windows program?

2012-10-10 Thread Knell, Charles
g the spawn attribute of exec task to true? http://ant.apache.org/manual/Tasks/exec.html From: "Knell, Charles" To: Ant Users List Sent: Wednesday, October 10, 2012 10:34 AM Subject: RE: How to exit ANT after starting a Windows program? Tha

RE: How to exit ANT after starting a Windows program?

2012-10-10 Thread Knell, Charles
starting a Windows program? Show us the relevant ant code. I'm not sure what your problem is. Peter West "And as you wish that men would do to you, do so to them." On 10/10/2012, at 7:08 AM, "Knell, Charles" wrote: > I'm using ANT as a general-purpose automation too

How to exit ANT after starting a Windows program?

2012-10-09 Thread Knell, Charles
I'm using ANT as a general-purpose automation tool. The task I'm working on now extracts data from an Access database and generates an Excel workbook. My default target shells out to Excel and loads the workbook my build file has generated. While the instance of Excel is open, the ANT script is