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