Browse Source

add pointer to miniRMI.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271497 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 23 years ago
parent
commit
a14b034437
3 changed files with 120 additions and 1 deletions
  1. +84
    -0
      docs/external.html
  2. +6
    -1
      docs/manual/CoreTasks/rmic.html
  3. +30
    -0
      xdocs/external.xml

+ 84
- 0
docs/external.html View File

@@ -1256,6 +1256,90 @@
</table>
</blockquote>
</td></tr>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Compiler Implementations"><strong>Compiler Implementations</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="miniRMI <code>&lt;rmic&gt;</code> implementation"><strong>miniRMI <code>&lt;rmic&gt;</code> implementation</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<p>miniRMI is a freeware opensource library that serves as a
lightweight replacement for the original java.rmi packages and
is suitable especially for applets. Ant 1.4+
<code>&lt;rmic&gt;</code> adapter included.</p>
<table>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Compatibility:
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Ant 1.4 and later
</font>
</td>
</tr>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
URL:
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
<a href="http://dione.zcu.cz/~toman40/miniRMI/">http://dione.zcu.cz/~toman40/miniRMI/</a>
</font>
</td>
</tr>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Contact:
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
<a href="mailto:Petr.Toman@pinknet.cz">Petr Toman</a>
</font>
</td>
</tr>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
License:
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Gnu Lesser Public License
</font>
</td>
</tr>
</table>
</blockquote>
</td></tr>
</table>
</blockquote>
</td></tr>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">


+ 6
- 1
docs/manual/CoreTasks/rmic.html View File

@@ -37,6 +37,11 @@ supports all attributes of <code>&lt;fileset&gt;</code>
<li>kaffe (the standard compiler of <a href="http://www.kaffe.org" target="_top">Kaffe</a>)</li>
<li>weblogic</li>
</ul>

<p>The <a href="http://dione.zcu.cz/~toman40/miniRMI/">miniRMI</a>
project contains a compiler implementation for this task as well,
please consult miniRMI's documentation to learn how to use it.</p>

<h3>Parameters</h3>
<table border="1" cellpadding="2" cellspacing="0">
<tr>
@@ -177,7 +182,7 @@ files below <code>${build}/classes</code> whose classname starts with
<code>${build}/classes</code>.</p>

<hr>
<p align="center">Copyright &copy; 2001 Apache Software Foundation. All rights
<p align="center">Copyright &copy; 2001-2002 Apache Software Foundation. All rights
Reserved.</p>

</body>


+ 30
- 0
xdocs/external.xml View File

@@ -450,6 +450,36 @@

</section>

<section name="Compiler Implementations">
<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
lightweight replacement for the original java.rmi packages and
is suitable especially for applets. Ant 1.4+
<code>&lt;rmic&gt;</code> adapter included.</p>

<table>
<tr>
<th>Compatibility:</th>
<td>Ant 1.4 and later</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://dione.zcu.cz/~toman40/miniRMI/">http://dione.zcu.cz/~toman40/miniRMI/</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="mailto:Petr.Toman@pinknet.cz">Petr Toman</a></td>
</tr>
<tr>
<th>License:</th>
<td>Gnu Lesser Public License</td>
</tr>
</table>

</subsection>
</section>

<section name="IDE and Editor Integration">

<subsection name="AntFarm">


Loading…
Cancel
Save