aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorglewis <glewis@FreeBSD.org>2004-07-27 02:46:12 +0800
committerglewis <glewis@FreeBSD.org>2004-07-27 02:46:12 +0800
commita8b47fa042dae66af961f5431c861c9c6b5a3fc3 (patch)
tree2dd38977769bd4a345d75786e70ab328e15ca161 /UPDATING
parent687ed20bdac4efc3b3af82bdd5cf3b573516b48e (diff)
downloadfreebsd-ports-graphics-a8b47fa042dae66af961f5431c861c9c6b5a3fc3.tar.gz
freebsd-ports-graphics-a8b47fa042dae66af961f5431c861c9c6b5a3fc3.tar.zst
freebsd-ports-graphics-a8b47fa042dae66af961f5431c861c9c6b5a3fc3.zip
. Add a note about possible incompatibilities in Ant 1.6.2. These should
only affect old build files and hopefully do not affect any ports...
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING18
1 files changed, 18 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 266e7fb17cd..a7e6a334461 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,24 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20040726:
+ AFFECTS: users of devel/apache-ant
+ AUTHOR: glewis@FreeBSD.org
+
+ The update to Ant 1.6.2 introduces the following changes which may break
+ older environments, according to the 1.6.2 release notes:
+
+ . The import task used the canonical version of a file path. This
+ has been changed to use the absolute path. Bugzilla 28505.
+ . ant-xalan2.jar has been removed since the only class contained
+ in it didn't depend on Xalan-J 2 at all. Its sole dependency has
+ always been TraX and so it has been merged into ant-trax.jar.
+ . All exceptions thrown by tasks are now wrapped in a buildexception
+ giving the location in the buildfile of the task.
+ . Nested elements for namespaced tasks and types may belong to
+ the Ant default namespace as well as the task's or type's namespace.
+ . <junitreport> will very likely no longer work with Xalan-J 1.
+
20040724:
AFFECTS: users for xorg and GNOME
AUTHOR: gnome@FreeBSD.org