See 'Spawing Processes', which I'll post in a moment.
-----Original Message-----
From: Oleg Blokhin [mailto:o_blokhin@yahoo.com]
Sent: 26 June 2003 19:50
To: Ant Users List
Subject: Starting JBoss from using Ant
Hello,
i would like to start JBoss inside ant. I am using the following script to
do it:
<target name="startJBoss">
<echo message="${appServerHome}/bin"/>
<exec executable="${appServerHome}/bin/startCMK.bat"/>
</target>
the above script start jboss in the same window that ant runs, but if i want
to start it in the separate window what i need to change.
Thanks,
Oleg
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org
|