donaldp 02/05/22 23:22:33
Modified: myrmidon/src/samples sample.ant
Log:
typedef2-test that checks type defs still work with raw directories
Revision Changes Path
1.7 +10 -1 jakarta-ant-myrmidon/myrmidon/src/samples/sample.ant
Index: sample.ant
===================================================================
RCS file: /home/cvs/jakarta-ant-myrmidon/myrmidon/src/samples/sample.ant,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sample.ant 23 May 2002 01:06:46 -0000 1.6
+++ sample.ant 23 May 2002 06:22:33 -0000 1.7
@@ -29,7 +29,7 @@
<target name="xp-deployer-test" depends="typedef-test,
prim->undefined-task" />
<target name="all"
- depends="property-test, typedef-test, converterdef-test,
+ depends="property-test, typedef2-test, typedef-test,
converterdef-test,
ant-call-test, datatype-test, namespace-test,
ant1-tasklib-test, prim->main, exec-test" />
@@ -58,6 +58,15 @@
classpath="../lib/core/core-1.0.jar" />
<log2 message="Luke to Echo base. Can you hear me?"/>
+ </target>
+
+ <target name="typedef2-test">
+ <type-def name="log3"
+ role="task"
+ classname="org.apache.antlib.core.Log"
+ classpath="../../../antlib/build/classes" />
+
+ <log3 message="I have a bad feeling about this."/>
</target>
<target name="converterdef-test">
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>