diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2005-10-10 14:47:05 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2005-10-10 14:47:05 +0000 |
commit | 151f3e54babdf92fad95b8ccfe62160628c37909 (patch) | |
tree | a4eb2f9c15f7186b03e37a621cb6ac1f8f62eade /UPDATING | |
parent | 1ab97b76a3532653dcae4d235f9005026211aa21 (diff) | |
download | ports-151f3e54babdf92fad95b8ccfe62160628c37909.tar.gz ports-151f3e54babdf92fad95b8ccfe62160628c37909.zip |
Document the last update to devel/apache-ant:
- Use of java/javavmwrapper
- ANT_INCLUDE_SHARED_JARS switch behavior
Notes
Notes:
svn path=/head/; revision=144833
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -6,6 +6,20 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20051010: + AFFECTS: users of devel/apache-ant + AUTHOR: hq@FreeBSD.org + + The Ant launcher script now uses javavmwrapper to pick a suitable JDK. Hence + it is no longer needed to define JAVA_HOME for Ant to run. You may rather use + and combination of JAVA_VERSION, JAVA_OS and JAVA_VENDOR. See javavm(1) for + further information. However, you may still override this behavior using + JAVACMD. + + The ANT_INCLUDE_SHARED_JARS variable used to be effective only when set to + "YES" (case sensitive). It is now a defined/undefined switch and thus will be + effective if defined, regardless of its value. + 20051009: AFFECTS: users of games/py-balazar AUTHOR: mnag@FreeBSD.org |