Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@jakarta.apache.org Received: (qmail 81637 invoked by uid 500); 24 Jul 2001 08:21:20 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: ant-dev@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 81627 invoked by uid 500); 24 Jul 2001 08:21:20 -0000 Delivered-To: apmail-jakarta-ant-cvs@apache.org Date: 24 Jul 2001 08:18:52 -0000 Message-ID: <20010724081852.12859.qmail@icarus.apache.org> From: bodewig@apache.org To: jakarta-ant-cvs@apache.org Subject: cvs commit: jakarta-ant/docs/manual/CoreTasks rmic.html X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N bodewig 01/07/24 01:18:52 Modified: . build.xml docs/manual/CoreTasks rmic.html Log: document handling of inner classes in . PR: 2436 Revision Changes Path 1.161 +3 -2 jakarta-ant/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-ant/build.xml,v retrieving revision 1.160 retrieving revision 1.161 diff -u -r1.160 -r1.161 --- build.xml 2001/07/12 07:09:08 1.160 +++ build.xml 2001/07/24 08:18:52 1.161 @@ -640,7 +640,7 @@ - + @@ -693,8 +693,9 @@ - + + 1.5 +4 -1 jakarta-ant/docs/manual/CoreTasks/rmic.html Index: rmic.html =================================================================== RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/rmic.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- rmic.html 2001/03/19 11:22:46 1.4 +++ rmic.html 2001/07/24 08:18:52 1.5 @@ -12,7 +12,10 @@

Runs the rmic compiler for a certain class.

Rmic can be run on a single class (as specified with the classname attribute) or a number of classes at once (all classes below base that -are neither _Stub nor _Skel classes).

+are neither _Stub nor _Skel classes). If you want to rmic a single +class and this class is a class nested into another class, you have to +specify the classname in the form Outer$$Inner instead of +Outer.Inner.

It is possible to refine the set of files that are being rmiced. This can be done with the includes, includesfile, excludes, excludesfile and defaultexcludes attributes. With the includes or includesfile attribute you specify the files you want to