vmassol 2002/07/28 15:26:46
Modified: . build.xml
Log:
display values of j2ee jar when calling the clean.all target
Revision Changes Path
1.18 +3 -0 jakarta-cactus/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/build.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- build.xml 28 Jul 2002 20:51:11 -0000 1.17
+++ build.xml 28 Jul 2002 22:26:46 -0000 1.18
@@ -417,6 +417,9 @@
<target name="clean.all"
description="Clean all generated files (for all J2EE APIs)">
+ <echo message="j2ee.12.jar = ${j2ee.12.jar}"/>
+ <echo message="j2ee.13.jar = ${j2ee.13.jar}"/>
+
<ant target="clean" inheritAll="false">
<property name="j2ee.jar" value="${j2ee.12.jar}"/>
</ant>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>