Revert "Add script to run ant locally with Java 1.6/Ant 1.8.x"

This reverts commit 9843e1ab7150f5d105879cd6dc04e744dce0aa55.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1868991 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dominik Stadler 2019-10-26 06:52:13 +00:00
parent 1f9c8abcf4
commit 1fde4f5a36
1 changed files with 0 additions and 24 deletions

24
run.sh
View File

@ -1,24 +0,0 @@
#!/bin/sh
export JAVA_HOME=/usr/lib/jvm/java-6-sun
# use this JVM for creating javadocs:
#export JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64
export PATH=$JAVA_HOME/bin:$PATH
export FORREST_HOME=/opt/apache/forrest/apache-forrest-0.5.1-bin
export ANT_OPTS="-Xmx1024m -XX:MaxPermSize=256m"
#ls $JAVA_HOME
java -version
# compile-ooxml-lite test-all testcoveragereport
#/opt/apache/apache-ant/apache-ant-1.7.1/bin/
ant \
-Dcoverage.enabled=true \
-Dorg.apache.poi.util.POILogger=org.apache.poi.util.NullLogger \
-Dhalt.on.test.failure=false \
$*
/opt/apache/apache-ant/apache-ant-1.7.1/bin/ant -Dcoverage.enabled=true $*