donaldp 02/02/02 23:10:30
Modified: proposal/myrmidon/src/make sample.ant
Log:
Move the delete, touch and mkdir tasks into antlib. CLean and refactor each
task to make sure is closer to code-normalized. Also make sure all the messages
are capable of being i18n'ed
Revision Changes Path
1.31 +6 -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.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- sample.ant 3 Feb 2002 03:41:44 -0000 1.30
+++ sample.ant 3 Feb 2002 07:10:30 -0000 1.31
@@ -195,4 +195,10 @@
<log message="Ungzipped file!"/>
</target>
+ <target name="file-test">
+ <mkdir dir="/tmp/deleteme"/>
+ <touch file="/tmp/deleteme/touch-test"/>
+ <delete dir="/tmp/deleteme"/>
+ </target>
+
</project>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>