You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2004/09/27 18:57:55 UTC

cvs commit: jakarta-cactus/documentation/docs/xdocs/integration/manual howto_classpath.xml

vmassol     2004/09/27 09:57:55

  Modified:    documentation/docs/xdocs/integration/manual
                        howto_classpath.xml
  Log:
  Fixed typo
  
  Revision  Changes    Path
  1.4       +10 -10    jakarta-cactus/documentation/docs/xdocs/integration/manual/howto_classpath.xml
  
  Index: howto_classpath.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/integration/manual/howto_classpath.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- howto_classpath.xml	14 Mar 2004 12:26:22 -0000	1.3
  +++ howto_classpath.xml	27 Sep 2004 16:57:54 -0000	1.4
  @@ -169,16 +169,7 @@
               the JUnit <code>org.junit.framework.TestCase</code> class.
             </li>
             <li>
  -            <strong><code>WEB-INF/classes/&lt;your test classes&gt;</code>
  -            </strong>: obviously as their <code>testXXX()</code> methods will
  -            get executed in the container.
  -          </li>
  -          <li>
  -            <strong><code>WEB-INF/classes/&lt;your classes under test&gt;</code>
  -            </strong>: will be called by your test classes.
  -          </li>
  -          <li>
  -            <strong><code>aspectjrt.jar</code></strong>:
  +            <strong><code>WEB-INF/lib/aspectjrt.jar</code></strong>:
               <link href="ext:aspectj">AspectJ</link> runtime jar.
             </li>
             <li>
  @@ -194,6 +185,15 @@
               LogKit jar, etc). It is optional as it is only needed for internal
               Cactus logging and in addition, the Commons Logging framework
               provides a simple logger that logs on the console.
  +          </li>
  +          <li>
  +            <strong><code>WEB-INF/classes/&lt;your test classes&gt;</code>
  +            </strong>: obviously as their <code>testXXX()</code> methods will
  +            get executed in the container.
  +          </li>
  +          <li>
  +            <strong><code>WEB-INF/classes/&lt;your classes under test&gt;</code>
  +            </strong>: will be called by your test classes.
             </li>
           </ul>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org