RE: asadmin start-domain domain1

2005-12-14 Thread Gunter, Tony
> 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!

Re: asadmin start-domain domain1

2005-12-14 Thread Ninju Bohra
Can you provide the exact text you are using... If you are "exec"ing a process (via the task) ANT will normally wait until the process exits before proceeding to the next step (to capture output, return value, logs, etc...). If you do not want the ANT script to wait for the process to exits