On 2009-07-10, starkc <[email protected]> wrote:

> As part of compiling my projects in windows, I am required to execute a
> second ant task, defined in my build.xml as follows:

> <target name="maint">
>       <exec failonerror="yes" executable="ant.bat" dir="../maintenance">
>   <arg value="ejb"/>
>   </exec>
> </target>

See the "Windows Users" section at the top of
http://ant.apache.org/manual/CoreTasks/exec.html

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to