You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by mb...@apache.org on 2005/08/06 00:42:22 UTC

cvs commit: ant/src/etc/testcases/types/resources/comparators build.xml

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}">@{property}=${@{property}}</echo>
         </sequential>
       </macrodef>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org