There is no unecessary output on stderr when building.

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@7710 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
dubochet 2006-06-07 12:52:09 +00:00
parent ff8b5b0c6e
commit 139b8dc984
1 changed files with 2 additions and 2 deletions

View File

@ -496,7 +496,7 @@ BUILD QUICK-TEST LAYER
</target>
<target name="test.quick" depends="build">
<echo level="error"
<echo level="info"
message="Ant test bench is not available yet."/>
</target>
@ -654,7 +654,7 @@ TEST
</target>
<target name="test.strap" depends="build.strap">
<echo level="error" message="Ant test bench is not available yet."/>
<echo level="info" message="Ant test bench is not available yet."/>
</target>
<!-- ===========================================================================