donaldp 02/01/14 01:30:17
Modified: proposal/myrmidon/src/make sample.ant
Log:
Add a sample to script to test the functionlaity of the -ref attribute
expansion
Revision Changes Path
1.21 +10 -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.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- sample.ant 12 Jan 2002 05:54:03 -0000 1.20
+++ sample.ant 14 Jan 2002 09:30:17 -0000 1.21
@@ -160,4 +160,14 @@
<log message="cvs done!"/>
</target>
+ <target name="ref-test">
+ <property name="refme1" value="These are not the droids you are looking
for." />
+ <property name="refme2" value="Move along." />
+
+ <log message="Following should be a deomnstration of the -ref attribute
extension:"/>
+ <log message-ref="refme1"/>
+ <log message-ref="refme2"/>
+ </target>
+
+
</project>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>