Friday, September 19, 2008

Ant run shell script in new thread

<target name="start-weblogic" depends="stop-weblogic">
<exec executable="${weblogic.domain.home}/bin/startWebLogic.sh" spawn="true" />
</target>


If you are running java task, you can use attribute "fork".

No comments:

Post a Comment