summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorGilles Dubochet <gilles.dubochet@epfl.ch>2006-06-07 12:52:09 +0000
committerGilles Dubochet <gilles.dubochet@epfl.ch>2006-06-07 12:52:09 +0000
commitf6bdc80cf21942b21e9cb30b0b030684a913af26 (patch)
tree90423a95ecb0185807fb2c6eccb3a9d3215b092a /build.xml
parenta2f0ad4b7eacfc80521d09fb8a64368491ea8fd7 (diff)
downloadscala-f6bdc80cf21942b21e9cb30b0b030684a913af26.tar.gz
scala-f6bdc80cf21942b21e9cb30b0b030684a913af26.tar.bz2
scala-f6bdc80cf21942b21e9cb30b0b030684a913af26.zip
There is no unecessary output on stderr when bu...
There is no unecessary output on stderr when building.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 823aca796d..e85103b208 100644
--- a/build.xml
+++ b/build.xml
@@ -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>
<!-- ===========================================================================