You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by te...@apache.org on 2008/01/15 14:22:35 UTC

svn commit: r612115 - in /harmony/enhanced/classlib/trunk/make: depends.xml properties.xml

Author: tellison
Date: Tue Jan 15 05:22:34 2008
New Revision: 612115

URL: http://svn.apache.org/viewvc?rev=612115&view=rev
Log:
Allow for quiet(er) ant logging.

Modified:
    harmony/enhanced/classlib/trunk/make/depends.xml
    harmony/enhanced/classlib/trunk/make/properties.xml

Modified: harmony/enhanced/classlib/trunk/make/depends.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/make/depends.xml?rev=612115&r1=612114&r2=612115&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/make/depends.xml (original)
+++ harmony/enhanced/classlib/trunk/make/depends.xml Tue Jan 15 05:22:34 2008
@@ -482,7 +482,7 @@
         <attribute name="src" />
         <attribute name="dest" />
         <sequential>
-            <echo>Checking for @{dest}</echo>
+            <echo level="info">Checking for @{dest}</echo>
         <available file="@{dest}" type="file"
                        property="@{dest}.exists" />
         <fail>

Modified: harmony/enhanced/classlib/trunk/make/properties.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/make/properties.xml?rev=612115&r1=612114&r2=612115&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/make/properties.xml (original)
+++ harmony/enhanced/classlib/trunk/make/properties.xml Tue Jan 15 05:22:34 2008
@@ -452,7 +452,7 @@
         <condition property="hy.test.vm.name" value="drl" else="ibm" >
             <contains string="${test.vm.info.tmp}" substring="harmony" />
         </condition>
-        <echo message="hy.test.vm.name = ${hy.test.vm.name}" />
+        <echo level="verbose" message="hy.test.vm.name = ${hy.test.vm.name}" />
     </target>
 
     <target name="-get-test-vm-output" if="test.jre.home">