nicolaken 02/04/25 15:52:14
Modified: . build.bat build.sh
Log:
Made the build output less cluttered with skipped tasks that were shown.
Revision Changes Path
1.8 +1 -1 jakarta-poi/build.bat
Index: build.bat
===================================================================
RCS file: /home/cvs/jakarta-poi/build.bat,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- build.bat 9 Apr 2002 16:02:48 -0000 1.7
+++ build.bat 25 Apr 2002 22:52:14 -0000 1.8
@@ -7,7 +7,7 @@
for %%i in (.\lib\endorsed\*.jar) do call appendcp.bat %%i
echo Using classpath: "%CLASSPATH%"
-call %ANT_HOME%\bin\ant -emacs %1 %2 %3 %4 %5 %6 %7 %8 %9
+call %ANT_HOME%\bin\ant -emacs -logger org.apache.tools.ant.NoBannerLogger %1 %2 %3
%4 %5 %6 %7 %8 %9
set ANT_HOME=%OLD_ANT_HOME%
set CLASSPATH=%OLD_CLASSPATH%
1.8 +1 -1 jakarta-poi/build.sh
Index: build.sh
===================================================================
RCS file: /home/cvs/jakarta-poi/build.sh,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- build.sh 9 Apr 2002 16:02:48 -0000 1.7
+++ build.sh 25 Apr 2002 22:52:14 -0000 1.8
@@ -30,7 +30,7 @@
export CLASSPATH
echo Using classpath: \"$CLASSPATH\"
-$PWD/./tools/antipede/bin/ant -emacs $@
+$PWD/./tools/antipede/bin/ant -emacs -logger org.apache.tools.ant.NoBannerLogger $@
unset CLASSPATH