Commit 628f2dce authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Fixed ant rebuilding

parent 9d5b891e
......@@ -9,12 +9,10 @@ temporary:
9:
tar xf apache-ant-1.9.14-src.tar.bz2
cd apache-ant-1.9.14 && JAVA_HOME=/opt/jdk sh build.sh -Ddist.dir=/opt/ant dist
cd apache-ant-1.9.14 && JAVA_HOME=/opt/jdk ANT_HOME=/opt/ant sh build.sh install-lite
cd apache-ant-1.9.14 && JAVA_HOME=/opt/jdk sh build.sh -Ddist.dir=/opt/ant dist-lite
rm -rf apache-ant-1.9.14
10:
tar xf apache-ant-1.10.7-src.tar.xz
cd apache-ant-1.10.7 && JAVA_HOME=/opt/jdk sh build.sh -Ddist.dir=/opt/ant dist
cd apache-ant-1.10.7 && JAVA_HOME=/opt/jdk ANT_HOME=/opt/ant sh build.sh install-lite
cd apache-ant-1.10.7 && JAVA_HOME=/opt/jdk sh build.sh -Ddist.dir=/opt/ant dist-lite
rm -rf apache-ant-1.10.7
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment