bodewig     2003/03/06 01:59:37

  Modified:    docs     external.html
               xdocs    external.xml
  Log:
  Add pointer to generics compiler adapter.
  
  Submitted by: Matt Quail <spud at madbean dot com>
  
  Revision  Changes    Path
  1.93      +55 -0     ant/docs/external.html
  
  Index: external.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/external.html,v
  retrieving revision 1.92
  retrieving revision 1.93
  diff -u -r1.92 -r1.93
  --- external.html     24 Feb 2003 15:02:15 -0000      1.92
  +++ external.html     6 Mar 2003 09:59:37 -0000       1.93
  @@ -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">
  
  
  
  1.70      +28 -0     ant/xdocs/external.xml
  
  Index: external.xml
  ===================================================================
  RCS file: /home/cvs/ant/xdocs/external.xml,v
  retrieving revision 1.69
  retrieving revision 1.70
  diff -u -r1.69 -r1.70
  --- external.xml      24 Feb 2003 15:02:15 -0000      1.69
  +++ external.xml      6 Mar 2003 09:59:37 -0000       1.70
  @@ -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
  
  
  

Reply via email to