RE: super-jar

2004-06-11 Thread Gregory Gimler
: Gregory Gimler [mailto:[EMAIL PROTECTED] Sent: Friday, June 11, 2004 11:29 AM To: Ant Users List Subject: super-jar Is there some way with ant to create a "super jar" file from several other jars. I'm trying to deploy code that I've built but to also include several 3rd par

separate jvms

2004-06-04 Thread Gregory Gimler
I have a question about starting up java processes on separate JVMs. I have some unit tests that require certain services to be up and running before testing. I thought the option would have done the trick but what happens is it runs my daemon and stops there and doesn't execute any more ant