fixed -projecthelp usage in build.sh by removing the xml log stuff.
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
This commit is contained in:
parent
1545a6e5f1
commit
191f726333
2
build.sh
2
build.sh
@ -29,7 +29,7 @@ unset CLASSPATH
|
|||||||
CLASSPATH="`echo ./lib/endorsed/*.jar | tr ' ' $S`"
|
CLASSPATH="`echo ./lib/endorsed/*.jar | tr ' ' $S`"
|
||||||
export CLASSPATH
|
export CLASSPATH
|
||||||
|
|
||||||
$PWD/./tools/antipede/bin/ant -emacs -listener org.apache.tools.ant.XmlLogger $@
|
$PWD/./tools/antipede/bin/ant -emacs $@
|
||||||
|
|
||||||
unset CLASSPATH
|
unset CLASSPATH
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user