On Jan 4, 2005, at 5:41 PM, Donald Strong wrote:
Hi all,
I am having a problem launching tomcat from ant.
It works fine when I run ant in a dos shell
but not when I run ant from a cygwin shell.
executable="${tomcat.dir}/bin/catalina.bat" spawn="true"
dir="${tomc
ser&m=108693683708999&w=2
[2] http://marc.theaimsgroup.com/?l=ant-user&m=108691727814737&w=2
-Original Message-
From: Robert Lin [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 04, 2005 5:02 PM
To: Ant Users List
Subject: RE: Launching Tomcat from Ant.
I think the "executabl
I think the "executable" should be "cmd.exe" and pass the batch file as
a nested argument. At least that's how we use it.
Best,
Robert
-Original Message-
From: Donald Strong [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 04, 2005 2:41 PM
To: Ant Mail List
Subject: Launching Tomcat fr