Need Help with ejb-jar task ... very very urgent [ejbdeploy] Erro r starting EJBDeploy environment: null.

2005-05-11 Thread Pratik Lohia
Attached herewith is the build.xml I am using Ant 1.6.2 with WSAD 4.1 and the integrated JDK(Version 1.5.3) Trying to run the ejbdeploy2 target... NOTE: the classpath is set to ejbdeploy1.classpath Get the follwin

Re: using waitfor to verify a server was shutdown

2005-05-11 Thread Ninju Bohra
Here what we do: Houston...we have a problem The ${server.url} is the full URL (http://server.com:port) Later, Ninju --- Ivan Ivanov <[EMAIL PROTECTED]> wrote: > Well, you can use before that condition to > wait f

Re: Using Ant to start tomcat and run cactus tests

2005-05-11 Thread Kees van Dieren
You can fix this as following: Create a batch file start-test.bat in the ant script project dir, with content with looks as the following: cd /java/tomcat-5.x/bin run.bat In ant, you can call this batch-fileas the following: if it also needs to work for linux, it can