Browse Source

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
master
Jesse N. Glick 19 years ago
parent
commit
8e437c7397
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      docs/manual/CoreTasks/apt.html

+ 3
- 1
docs/manual/CoreTasks/apt.html View File

@@ -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.</p>
@@ -161,7 +163,7 @@ This may involve more build file coding, but the speedup gained from switching
to jikes may justify the effort.
<p>
</p><hr>
<p align="center">Copyright &copy; 2004-2005 The Apache Software Foundation.
<p align="center">Copyright &copy; 2004-2006 The Apache Software Foundation.
All rights Reserved.</p>

</body></html>

Loading…
Cancel
Save