mbenson 2005/08/05 15:42:22
Modified: src/etc/testcases/types/resources/comparators build.xml
Log:
debugging aid
Revision Changes Path
1.2 +2 -0
ant/src/etc/testcases/types/resources/comparators/build.xml
Index: build.xml
===================================================================
RCS file:
/home/cvs/ant/src/etc/testcases/types/resources/comparators/build.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build.xml 23 May 2005 19:51:58 -0000 1.1
+++ build.xml 5 Aug 2005 22:42:21 -0000 1.2
@@ -3,6 +3,7 @@
<property name="dirname" value="work" />
<property name="dir" location="${dirname}" />
+ <property name="echolevel" value="debug" />
<target name="tearDown">
<delete dir="${dir}" />
@@ -39,6 +40,7 @@
</sort>
<flattenmapper />
</pathconvert>
+ <echo level="${echolevel}">@[EMAIL PROTECTED]</echo>
</sequential>
</macrodef>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]