mirror of https://github.com/apache/poi.git
Revert "Add script to run ant locally with Java 1.6/Ant 1.8.x"
This reverts commit ed848f2d5f02ea0b6645bc509e03c1e0c7135d96. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773714 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9db04ec3fd
commit
f745764a16
24
run.sh
24
run.sh
|
@ -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 $*
|
|
@ -1 +0,0 @@
|
|||
/opt/apache/poi/site/src/documentation
|
Loading…
Reference in New Issue