aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/build.sh b/build.sh
index 0c2e19e6aa..ed186b944d 100755
--- a/build.sh
+++ b/build.sh
@@ -6,8 +6,8 @@ if [ "$JAVA_HOME" = "" ] ; then
exit 1
fi
-chmod u+x ./tools/ant/bin/antRun
-chmod u+x ./tools/ant/bin/ant
+chmod u+x ./tools/antipede/bin/antRun
+chmod u+x ./tools/antipede/bin/ant
# ----- Verify and Set Required Environment Variables -------------------------
@@ -26,10 +26,10 @@ CP=$CLASSPATH
export CP
unset CLASSPATH
-CLASSPATH="`echo ./lib/endorsed/*.jar | tr ' ' $S``echo ./tools/centipede/lib/*.jar | tr ' ' $S`"
+CLASSPATH="`echo ./lib/endorsed/*.jar | tr ' ' $S`"
export CLASSPATH
-$PWD/./tools/ant/bin/ant -listener org.apache.tools.ant.XmlLogger $@
+$PWD/./tools/antipede/bin/ant -listener org.apache.tools.ant.XmlLogger $@
unset CLASSPATH