Browse Source

Add pointer to generics compiler adapter.

Submitted by:	Matt Quail <spud at madbean dot com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274198 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
959d02d125
2 changed files with 83 additions and 0 deletions
  1. +55
    -0
      docs/external.html
  2. +28
    -0
      xdocs/external.xml

+ 55
- 0
docs/external.html View File

@@ -2826,6 +2826,61 @@
<tr><td bgcolor="#294563"><font color="#ffffff"><a name="Compiler Implementations"><strong>Compiler Implementations</strong></a></font></td></tr>
</table>
<br/>
<a name="Generics (JSR14) Early-Access Compiler Adapter"></a>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#4C6C8F">
<font color="#ffffff" face="arial,helvetica,sanserif">
<strong>Generics (JSR14) Early-Access Compiler Adapter</strong>
</font>
</td></tr>
</table>
<p>This is an Ant compiler-adapter that allows you to use the
normal <code>&lt;javac&gt;</code> task plus Sun's early-access
compiler to compile Generics-enabled Java code. (This is only
necessary until JDK1.5 is released.)</p>
<table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Compatibility:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
Ant 1.5 and later
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
URL:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://www.madbean.com/blog/3/">http://www.madbean.com/blog/3/</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Contact:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
Matt Quail &lt;spud[at]madbean[dot]com&gt;
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
License:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
Public Domain
</td>
</tr>
</table>
<br/>
<a name="miniRMI &lt;code&gt;&amp;lt;rmic&amp;gt;&lt;/code&gt; implementation"></a>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#4C6C8F">


+ 28
- 0
xdocs/external.xml View File

@@ -1340,6 +1340,34 @@
</section>

<section name="Compiler Implementations">

<subsection name="Generics (JSR14) Early-Access Compiler Adapter">

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

<table>
<tr>
<th>Compatibility:</th>
<td>Ant 1.5 and later</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://www.madbean.com/blog/3/">http://www.madbean.com/blog/3/</a></td>
</tr>
<tr>
<th>Contact:</th>
<td>Matt Quail &lt;spud[at]madbean[dot]com&gt;</td>
</tr>
<tr>
<th>License:</th>
<td>Public Domain</td>
</tr>
</table>
</subsection>

<subsection name="miniRMI &lt;code&gt;&amp;lt;rmic&amp;gt;&lt;/code&gt; implementation">

<p>miniRMI is a freeware opensource library that serves as a


Loading…
Cancel
Save