Re: Using Ant to start tomcat and run cactus tests

2005-05-11 Thread Kees van Dieren
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

RE: Using Ant to start tomcat and run cactus tests

2005-05-10 Thread Bryan Mishkin
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

RE: Using Ant to start tomcat and run cactus tests

2005-05-10 Thread Kees van Dieren
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