This means that if you invoke for instance
ant compileRelease
then you will see compileRelease being echoed on the terminal,
then nmake will be invoked in the subdirectory src, and the ant build will
be stopped if nmake fails.
Yours
----- Original Message -----
From: "Paul Collins" <[EMAIL PROTECTED]>
To: "Ant Developers List" <[EMAIL PROTECTED]>
Sent: Friday, November 08, 2002 5:46 PM
Subject: New to ANT
Hi
I'm looking at some else's ANT script and I'm trying to identify what the
following means:
<target name="compileRelease">
<echo>compileRelease:</echo>
<exec executable="nmake" dir="src" failonerror="true">
</exec>
</target>
Any help here would be welcome
Paul Collins.
Release Engineer
mailto:[EMAIL PROTECTED]
http://www.spectel.com/
Spectel Limited,
21 Stillorgan Industrial Park,
Stillorgan,
Co. Dublin.
Tel: +353 1 2075600 ext: 5825
Fax: +353 1 2953740
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>