Can someone tell me where to download ant-optional.jar? I can't seem to
find it online.
***
The information in this email is confidential and may be legally privileged.
Access to this email by anyo
Message-
From: Ivan Ivanov [mailto:[EMAIL PROTECTED]
Sent: Friday, December 09, 2005 1:00 PM
To: Ant Users List
Subject: Re: ant-optional.jar
Hello,
what version of Ant are you using? optional.jar was
used prior to Ant 1.6. If you use Ant 1.6 you do not
need it; if not, it is better to upgra
Okay here's how I got this to work: instead of placing the oro and
commons.net jar files in ANT_HOME\lib, I placed them in
ANT_HOME\lib\optional. Why is this not covered in the documentation, or
is it and I just overlooked it somehow (very possible, even likely)?
> But it raises other questions
I am invoking Sun AppServer's asadmin.bat from my ant script to start up
the application server. When I type the command from the command line,
it works fine (asadmin start-domain domain1). When the same line is
invoked from my ant task, the server comes up, but the ant script never
moves on to
> Can you provide the exact text you are using...
I am going to pretty this up when I get it working, but here goes:
> you need set the spawn="true"
I have other dependencies that follow this, and I would rather it just
bomb if the server fails to come up.
Thanks for your help!
Have you tried invoking the files by using the exec task to call ant,
with the spawn attribute set to true?
This should execute each ant file without waiting to see whether the
file had problems or not.
-Original Message-
From: Steve Rogers [mailto:[EMAIL PROTECTED]
Sent: Tuesday, Decemb