Re: [NAnt-users] Task executing bath file not ending

2012-01-26 Thread Dominik Guder
Am 26.01.2012 20:30, schrieb Quince, Devin: > > > > > > And the batch file that is being called by chaininstalls.bat file is this > > cd c:\DLS > > java -Dfelix.config.properties=file:conf/config.properties > -Dtroppus.http.jetty.resource.base="c:/DLS" > -Dlogback.configurationFile="c:/DLS/con

[NAnt-users] Task executing bath file not ending

2012-01-26 Thread Quince, Devin
I have a build script that calls several batch files without issue, but when I try and execute a batch file that calls another one in a task, the window running the task never returns to an active command prompt. The task is as follows And the batch file that is being calle