donaldp 02/01/11 21:54:03
Modified: proposal/myrmidon/src/make sample.ant
Log:
Add some examples to help with the testing
Revision Changes Path
1.20 +12 -0 jakarta-ant/proposal/myrmidon/src/make/sample.ant
Index: sample.ant
===================================================================
RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/src/make/sample.ant,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- sample.ant 5 Jan 2002 03:22:13 -0000 1.19
+++ sample.ant 12 Jan 2002 05:54:03 -0000 1.20
@@ -148,4 +148,16 @@
<log message="myPrefix.foo=${myPrefix.foo}"/>
</target>
+ <target name="exec-test">
+ <exec dir="../.." executable="cvs">
+ <arg value="up"/>
+ </exec>
+ <log message="exec cvs done!"/>
+ </target>
+
+ <target name="cvs-test">
+ <cvs noexec="true" dest="../.." command="up"/>
+ <log message="cvs done!"/>
+ </target>
+
</project>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>