Changeset 32497 for main


Ignore:
Timestamp:
2018-09-27T18:37:45+12:00 (6 years ago)
Author:
sjm84
Message:

GS3 release binary's ant version now increased to ant 1.9.13. This required uploading ant 1.9.13 tarball to greenstone.org/gs3files from where a GS3 binary's ant is always obtained. Needed to upgrade from 1.8.2 to 1.9.x since on a mac 1.8.2 was still attempting to find JAVA_HOME in an old fixed location that no longer has a java. The newer ant uses the dynamic way (running libexec) to find where JAVA_HOME is. Without this upgrade, cannot run gs3-server.sh on mac without first manually setting JAVA_HOME: doing so would result in error messages from ant's own scripts about JAVA_HOME not being set/being incorrect.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/kits/rk3/ant-scripts/compile.xml

    r32320 r32497  
    152152           
    153153        <!-- insert ant -->
    154         <property name="insert.ant.version" value="1.8.2"/>
     154        <property name="insert.ant.version" value="1.9.13"/> <!-- value="1.8.2" -->
    155155        <mkdir dir="compiled/packages"/>
    156156        <get src="http://www.greenstone.org/gs3files/apache-ant-${insert.ant.version}-bin.tar.gz" dest="compiled/packages/apache-ant-${insert.ant.version}-bin.tar.gz"/>
Note: See TracChangeset for help on using the changeset viewer.