s van Dieren [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 10, 2005 9:56 AM
To: 'Ant Users List'
Subject: RE: Using Ant to start tomcat and run cactus tests
Hi,
I expect this to be current-working-dir issue.
When creating new java.io.File objects, it uses the current working
directory as
005 9:56 AM
To: 'Ant Users List'
Subject: RE: Using Ant to start tomcat and run cactus tests
Hi,
I expect this to be current-working-dir issue.
When creating new java.io.File objects, it uses the current working
directory as prefix. I think when you start tomcat with ant, the current
Hi,
I expect this to be current-working-dir issue.
When creating new java.io.File objects, it uses the current working
directory as prefix. I think when you start tomcat with ant, the current
working dir is that of the ant-script, and so it can't find the server.xml.
Maybe it helps when you se