From 959d02d125f51b7842d47db478f0edb126df0379 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Thu, 6 Mar 2003 09:59:37 +0000 Subject: [PATCH] Add pointer to generics compiler adapter. Submitted by: Matt Quail git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274198 13f79535-47bb-0310-9956-ffa450edef68 --- docs/external.html | 55 ++++++++++++++++++++++++++++++++++++++++++++++ xdocs/external.xml | 28 +++++++++++++++++++++++ 2 files changed, 83 insertions(+) diff --git a/docs/external.html b/docs/external.html index d85299997..1af50c067 100644 --- a/docs/external.html +++ b/docs/external.html @@ -2826,6 +2826,61 @@ Compiler Implementations
+ + + +
+ + Generics (JSR14) Early-Access Compiler Adapter + +
+

This is an Ant compiler-adapter that allows you to use the + normal <javac> task plus Sun's early-access + compiler to compile Generics-enabled Java code. (This is only + necessary until JDK1.5 is released.)

+ + + + + + + + + + + + + + + + + +
+ Compatibility: + + Ant 1.5 and later +
+ URL: + + http://www.madbean.com/blog/3/ +
+ Contact: + + Matt Quail <spud[at]madbean[dot]com> +
+ License: + + Public Domain +
+
diff --git a/xdocs/external.xml b/xdocs/external.xml index 03f5eb930..2b5a27694 100644 --- a/xdocs/external.xml +++ b/xdocs/external.xml @@ -1340,6 +1340,34 @@
+ + + +

This is an Ant compiler-adapter that allows you to use the + normal <javac> task plus Sun's early-access + compiler to compile Generics-enabled Java code. (This is only + necessary until JDK1.5 is released.)

+ + + + + + + + + + + + + + + + + + +
Compatibility:Ant 1.5 and later
URL:http://www.madbean.com/blog/3/
Contact:Matt Quail <spud[at]madbean[dot]com>
License:Public Domain
+
+

miniRMI is a freeware opensource library that serves as a