|
@@ -32,8 +32,10 @@
|
|
|
<echoxml><exec script="${script.base}"><nested/></exec></echoxml>
|
|
<echoxml><exec script="${script.base}"><nested/></exec></echoxml>
|
|
|
<exec executable="cmd" osfamily="winnt" dir="${temp.cwd}" failonerror="${failonerror}" spawn="@{spawn}" taskname="${script.base}">
|
|
<exec executable="cmd" osfamily="winnt" dir="${temp.cwd}" failonerror="${failonerror}" spawn="@{spawn}" taskname="${script.base}">
|
|
|
<arg value="/c"/>
|
|
<arg value="/c"/>
|
|
|
|
|
+ <arg value="""/>
|
|
|
<arg value="@{script}.bat"/>
|
|
<arg value="@{script}.bat"/>
|
|
|
<nested/>
|
|
<nested/>
|
|
|
|
|
+ <arg value="""/>
|
|
|
</exec>
|
|
</exec>
|
|
|
|
|
|
|
|
<exec executable="sh" osfamily="unix" dir="${temp.cwd}" failonerror="${failonerror}" spawn="@{spawn}" taskname="${script.base}">
|
|
<exec executable="sh" osfamily="unix" dir="${temp.cwd}" failonerror="${failonerror}" spawn="@{spawn}" taskname="${script.base}">
|