From 8e437c739795a25f89731965379a70d64f73ecfe Mon Sep 17 00:00:00 2001 From: "Jesse N. Glick" Date: Mon, 14 Aug 2006 23:18:58 +0000 Subject: [PATCH] Noting that apt is unnecessary in JDK 6. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@431467 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/apt.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/manual/CoreTasks/apt.html b/docs/manual/CoreTasks/apt.html index d36db3bbc..f53cd41a5 100644 --- a/docs/manual/CoreTasks/apt.html +++ b/docs/manual/CoreTasks/apt.html @@ -11,6 +11,8 @@ It may work on later versions, but this cannot be confirmed until those versions ship. Be advised that the Apt tool does appear to be an unstable part of the JDK framework, so may change radically in future versions. + In particular it is likely to be obsolete in JDK 6, which can run annotation + processors as part of javac. If the <apt> task does break when upgrading JVM, please check to see if there is a more recent version of Ant that tracks any changes.

@@ -161,7 +163,7 @@ This may involve more build file coding, but the speedup gained from switching to jikes may justify the effort.


-

Copyright © 2004-2005 The Apache Software Foundation. +

Copyright © 2004-2006 The Apache Software Foundation. All rights Reserved.