]> source.dussan.org Git - poi.git/commitdiff
fixed -projecthelp usage in build.sh by removing the xml log stuff.
authorNicola Ken Barozzi <nicolaken@apache.org>
Mon, 8 Apr 2002 13:25:58 +0000 (13:25 +0000)
committerNicola Ken Barozzi <nicolaken@apache.org>
Mon, 8 Apr 2002 13:25:58 +0000 (13:25 +0000)
It still puzzles me... I guess I'll dump the xml log alltogether.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352358 13f79535-47bb-0310-9956-ffa450edef68

build.sh

index 471deed32a15462a0877e47a3a04812253d56d4a..579132d708fc01d01267cf6a61df44f8dc369686 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -29,7 +29,7 @@ unset CLASSPATH
 CLASSPATH="`echo ./lib/endorsed/*.jar | tr ' ' $S`"
 export CLASSPATH
 
-$PWD/./tools/antipede/bin/ant -emacs -listener org.apache.tools.ant.XmlLogger $@ 
+$PWD/./tools/antipede/bin/ant -emacs $@ 
 
 unset CLASSPATH