From a14b034437745cfc4066f88bfcaa7923c574ae1d Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Thu, 21 Feb 2002 12:41:34 +0000 Subject: [PATCH] add pointer to miniRMI. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271497 13f79535-47bb-0310-9956-ffa450edef68 --- docs/external.html | 84 +++++++++++++++++++++++++++++++++ docs/manual/CoreTasks/rmic.html | 7 ++- xdocs/external.xml | 30 ++++++++++++ 3 files changed, 120 insertions(+), 1 deletion(-) diff --git a/docs/external.html b/docs/external.html index f66bcbdf8..c42115773 100644 --- a/docs/external.html +++ b/docs/external.html @@ -1256,6 +1256,90 @@ + + + +
+ + Compiler Implementations + +
+
+ + + +
+ + miniRMI <rmic> implementation + +
+
+

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+ + <rmic> adapter included.

+ + + + + + + + + + + + + + + + + +
+ + Compatibility: + + + + Ant 1.4 and later + +
+ + URL: + + + + http://dione.zcu.cz/~toman40/miniRMI/ + +
+ + Contact: + + + + Petr Toman + +
+ + License: + + + + Gnu Lesser Public License + +
+
+
+
+
diff --git a/docs/manual/CoreTasks/rmic.html b/docs/manual/CoreTasks/rmic.html index e144cf2c8..6bf8542b1 100644 --- a/docs/manual/CoreTasks/rmic.html +++ b/docs/manual/CoreTasks/rmic.html @@ -37,6 +37,11 @@ supports all attributes of <fileset>
  • kaffe (the standard compiler of Kaffe)
  • weblogic
  • + +

    The miniRMI +project contains a compiler implementation for this task as well, +please consult miniRMI's documentation to learn how to use it.

    +

    Parameters

    @@ -177,7 +182,7 @@ files below ${build}/classes whose classname starts with ${build}/classes.


    -

    Copyright © 2001 Apache Software Foundation. All rights +

    Copyright © 2001-2002 Apache Software Foundation. All rights Reserved.

    diff --git a/xdocs/external.xml b/xdocs/external.xml index 9610621b1..8671ed4e9 100644 --- a/xdocs/external.xml +++ b/xdocs/external.xml @@ -450,6 +450,36 @@ +
    + + +

    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+ + <rmic> adapter included.

    + +
    + + + + + + + + + + + + + + + + +
    Compatibility:Ant 1.4 and later
    URL:http://dione.zcu.cz/~toman40/miniRMI/
    Contact:Petr Toman
    License:Gnu Lesser Public License
    + + + +