From 08535a06a25538edd320122b847d546ef085203d Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
Date: Tue, 24 Jul 2001 08:18:52 +0000
Subject: [PATCH] document handling of inner classes in .
PR: 2436
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269378 13f79535-47bb-0310-9956-ffa450edef68
---
build.xml | 5 +++--
docs/manual/CoreTasks/rmic.html | 5 ++++-
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/build.xml b/build.xml
index 78eca5a96..27cc6bd40 100644
--- a/build.xml
+++ b/build.xml
@@ -640,7 +640,7 @@
-
+
@@ -693,8 +693,9 @@
-
+
+
diff --git a/docs/manual/CoreTasks/rmic.html b/docs/manual/CoreTasks/rmic.html
index 84b924136..5e65d9e10 100644
--- a/docs/manual/CoreTasks/rmic.html
+++ b/docs/manual/CoreTasks/rmic.html
@@ -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