You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bo...@apache.org on 2001/07/24 10:18:52 UTC

cvs commit: jakarta-ant/docs/manual/CoreTasks rmic.html

bodewig     01/07/24 01:18:52

  Modified:    .        build.xml
               docs/manual/CoreTasks rmic.html
  Log:
  document handling of inner classes in <rmic>.
  
  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 @@
   
   
       <junit printsummary="no" haltonfailure="yes" fork="${junit.fork}">
  -      <jvmarg value="-classic"/>
  +<!--      <jvmarg value="-classic"/> -->
         <classpath refid="tests-classpath"/>
   
         <sysproperty key="build.tests" value="${build.tests}"/>
  @@ -693,8 +693,9 @@
     <target name="run-single-test" if="testcase" depends="compile-tests">
   
       <junit printsummary="no" haltonfailure="yes" fork="${junit.fork}">
  -      <jvmarg value="-classic"/>
  +<!--      <jvmarg value="-classic"/> -->
         <sysproperty key="build.tests" value="${build.tests}"/>
  +      <classpath location="${java.home}/lib/classes.zip" />
         <classpath refid="tests-classpath"/>
         <formatter type="plain" usefile="false" />
         <test name="${testcase}" />
  
  
  
  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 @@
   <p>Runs the rmic compiler for a certain class.</p>
   <p>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).</p>
  +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 <code>Outer$$Inner</code> instead of
  +<code>Outer.Inner</code>.</p>
   <p>It is possible to refine the set of files that are being rmiced. This can be
   done with the <i>includes</i>, <i>includesfile</i>, <i>excludes</i>, <i>excludesfile</i> and <i>defaultexcludes</i>
   attributes. With the <i>includes</i> or <i>includesfile</i> attribute you specify the files you want to