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 2003/01/13 14:08:53 UTC

cvs commit: jakarta-cactus/documentation/docs/xdocs/writing howto_testcase_servlet.xml howto_testcase_jsp.xml howto_ejb.xml howto_testcase_filter.xml howto_jsp.xml howto_testcase.xml

vmassol     2003/01/13 05:08:53

  Modified:    documentation/docs/xdocs/spines/manual howto_config.xml
                        howto_classpath.xml howto_ide_jbuilder4.xml
                        howto_ide_jbuilder5.xml howto_ide_vajava_tomcat.xml
                        howto_ide_vajava_wte.xml howto_ide.xml
               documentation/docs/xdocs testedon.xml
               documentation/docs/xdocs/writing howto_testcase_servlet.xml
                        howto_testcase_jsp.xml howto_ejb.xml
                        howto_testcase_filter.xml howto_jsp.xml
                        howto_testcase.xml
  Log:
  Fixed lots of hrefs...
  
  Revision  Changes    Path
  1.2       +6 -6      jakarta-cactus/documentation/docs/xdocs/spines/manual/howto_config.xml
  
  Index: howto_config.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/spines/manual/howto_config.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- howto_config.xml	12 Jan 2003 17:24:51 -0000	1.1
  +++ howto_config.xml	13 Jan 2003 13:08:53 -0000	1.2
  @@ -14,7 +14,7 @@
       <s1 title="Cactus Configuration">
   
         <note>
  -        You should read the <link href="getting_started.html">Getting
  +        You should read the <link href="site:getting_started">Getting
           Started</link> guide first.
         </note>
   
  @@ -142,7 +142,7 @@
                 server side in <code>web.xml</code> (see below). This property
                 is needed only if your test classes are extending
                 <code>ServletTestCase</code> (see the
  -              <link href="howto_testcase.html">TestCase Howto</link>
  +              <link href="site:howto_testcase">TestCase Howto</link>
                 tutorial).
               </td>
             </tr>
  @@ -186,7 +186,7 @@
                 server side in <code>web.xml</code> (see below). This property
                 is needed only if your test classes are extending
                 <code>JspTestCase</code> (see the
  -              <link href="howto_testcase.html">TestCase Howto</link>
  +              <link href="site:howto_testcase">TestCase Howto</link>
                 tutorial).
               </td>
             </tr>
  @@ -230,7 +230,7 @@
                 server side in <code>web.xml</code> (see below). This property
                 is needed only if your test classes are extending
                 <code>FilterTestCase</code> (see the
  -              <link href="howto_testcase.html">TestCase Howto</link>
  +              <link href="site:howto_testcase">TestCase Howto</link>
                 tutorial).
               </td>
             </tr>
  @@ -252,7 +252,7 @@
           <p>
             On Cactus server side, you only need to properly configure your
             application <code>web.xml</code> file to include definitions for
  -          Cactus Redirectors (see <link href="how_it_works.html">How it
  +          Cactus Redirectors (see <link href="site:how_it_works">How it
             works</link> if you don't know what a Cactus Redirector is).
           </p>
   
  @@ -359,7 +359,7 @@
           <p>
             Last, if you need to unit test code that uses the Servlet
             Security API, please check the
  -          <link href="howto_security.html">Security Howto</link>.
  +          <link href="site:howto_security">Security Howto</link>.
           </p>
   
         </s2>
  
  
  
  1.2       +7 -7      jakarta-cactus/documentation/docs/xdocs/spines/manual/howto_classpath.xml
  
  Index: howto_classpath.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/spines/manual/howto_classpath.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- howto_classpath.xml	12 Jan 2003 17:24:51 -0000	1.1
  +++ howto_classpath.xml	13 Jan 2003 13:08:53 -0000	1.2
  @@ -18,12 +18,12 @@
           Test Runner (in the client JVM) and that the Cactus TestCase that you
           have extended will connect to the Cactus Redirector (in the server
           JVM), where your <code>testXXX()</code> methods will be executed. See
  -        <link href="how_it_works.html">How it works</link> to understand the
  +        <link href="site:how_it_works">How it works</link> to understand the
           mechanism.
         </p>
   
         <p>
  -        Please also check the <link href="howto_runner.html">TestRunner
  +        Please also check the <link href="site:howto_runner">TestRunner
           Howto</link> tutorial which explains all the different ways to
           start a JUnit Test Runner.
         </p>
  @@ -100,12 +100,12 @@
               wish to use
               <link href="http://httpunit.sourceforge.net">HttpUnit</link>
               in your <code>endXXX()</code> methods (see the
  -            <link href="howto_httpunit.html">HttpUnit Howto</link> tutorial).
  +            <link href="site:howto_httpunit">HttpUnit Howto</link> tutorial).
               The 3 jars mentioned above are part of the HttpUnit distribution.
             </li>
             <li>
               <strong><code>aspectjrt.jar</code></strong> :
  -            <link href="http://www.aspectj.org">AspectJ</link> runtime jar.
  +            <link href="ext:aspectj">AspectJ</link> runtime jar.
             </li>
           </ul>
   
  @@ -121,14 +121,14 @@
             to put the <strong><code>cactus.properties</code></strong>
             configuration file in your classpath (Only if you are using it to
             configure Cactus of course). Details are described in the
  -          <link href="howto_config.html">Config Howto</link> tutorial).
  +          <link href="site:howto_config">Config Howto</link> tutorial).
           </p>
   
           <note>
             If you are using Log4J as the logging framework, you will also
             need to put a <code>log4j.properties</code> Log4j configuration
             file in your client side classpath (See the
  -          <link href="howto_config.html">Config Howto</link> tutorial).
  +          <link href="site:howto_config">Config Howto</link> tutorial).
           </note>
   
         </s2>
  @@ -162,7 +162,7 @@
             </li>
             <li>
               <strong><code>aspectjrt.jar</code></strong> :
  -            <link href="http://www.aspectj.org">AspectJ</link> runtime jar.
  +            <link href="ext:aspectj">AspectJ</link> runtime jar.
             </li>
             <li>
               <strong><code>WEB-INF/lib/commons-logging.jar</code></strong> :
  
  
  
  1.2       +2 -2      jakarta-cactus/documentation/docs/xdocs/spines/manual/howto_ide_jbuilder4.xml
  
  Index: howto_ide_jbuilder4.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/spines/manual/howto_ide_jbuilder4.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- howto_ide_jbuilder4.xml	12 Jan 2003 17:24:52 -0000	1.1
  +++ howto_ide_jbuilder4.xml	13 Jan 2003 13:08:53 -0000	1.2
  @@ -16,7 +16,7 @@
       <s1 title="Forewords and Requirements">
         <p>
           First of all, you need to download the
  -        <link href="downloads.html">Cactus distribution</link>
  +        <link href="site:downloads">Cactus distribution</link>
         </p>
       </s1>
   
  @@ -72,7 +72,7 @@
   
         <p>
           Edit a new file named <code>cactus.properties</code>
  -        (see the <link href="howto_config.html">Configuration Howto</link>
  +        (see the <link href="site:howto_config">Configuration Howto</link>
           tutorial for more details on <code>cactus.properties</code>).
         </p>
         <p>
  
  
  
  1.2       +1 -1      jakarta-cactus/documentation/docs/xdocs/spines/manual/howto_ide_jbuilder5.xml
  
  Index: howto_ide_jbuilder5.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/spines/manual/howto_ide_jbuilder5.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- howto_ide_jbuilder5.xml	12 Jan 2003 17:24:51 -0000	1.1
  +++ howto_ide_jbuilder5.xml	13 Jan 2003 13:08:53 -0000	1.2
  @@ -32,7 +32,7 @@
   
         <p>
           Create cactus.properties file : Add entry to identify the URL of the
  -        redirector (see the <link href="howto_config.html">Configuration
  +        redirector (see the <link href="site:howto_config">Configuration
           Howto</link> for details).
         </p>
   
  
  
  
  1.2       +2 -2      jakarta-cactus/documentation/docs/xdocs/spines/manual/howto_ide_vajava_tomcat.xml
  
  Index: howto_ide_vajava_tomcat.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/spines/manual/howto_ide_vajava_tomcat.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- howto_ide_vajava_tomcat.xml	12 Jan 2003 17:24:51 -0000	1.1
  +++ howto_ide_vajava_tomcat.xml	13 Jan 2003 13:08:53 -0000	1.2
  @@ -44,14 +44,14 @@
           </li>
           <li>
             Add the Cactus redirector mappings to your web.xml file (see the
  -          <link href="howto_config.xml">Configuration Howto</link>), which is
  +          <link href="site:howto_config">Configuration Howto</link>), which is
             located at
             <code>{VAJava dir}\ide\project_resources\Apache_Tomcat_Test_Environment\webapps\myApp\WEB-INF\</code>,
           </li>
           <li>
             Make sure the <code>cactus.properties</code> file has the correct
             URL for the redirectors (see the
  -          <link href="howto_config.xml">Configuration Howto</link>). Put the
  +          <link href="site:howto_config">Configuration Howto</link>). Put the
             file in
             <code>{VAJava dir}\ide\project_resources\Apache_Tomcat_Test_Environment\webapps\myApp\WEB-INF\</code>,
           </li>
  
  
  
  1.2       +1 -1      jakarta-cactus/documentation/docs/xdocs/spines/manual/howto_ide_vajava_wte.xml
  
  Index: howto_ide_vajava_wte.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/spines/manual/howto_ide_vajava_wte.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- howto_ide_vajava_wte.xml	12 Jan 2003 17:24:51 -0000	1.1
  +++ howto_ide_vajava_wte.xml	13 Jan 2003 13:08:53 -0000	1.2
  @@ -72,7 +72,7 @@
   
         <p>
           Copy your <code>cactus.properties</code> file (see the
  -        <link href="howto_config.html">Configuration Howto</link>
  +        <link href="site:howto_config">Configuration Howto</link>
           tutorial for details on <code>cactus.properties</code>) to
           <code>{VAJava dir}/ide/project_resources/Cactus</code>.
         </p>
  
  
  
  1.2       +5 -5      jakarta-cactus/documentation/docs/xdocs/spines/manual/howto_ide.xml
  
  Index: howto_ide.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/spines/manual/howto_ide.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- howto_ide.xml	12 Jan 2003 17:24:51 -0000	1.1
  +++ howto_ide.xml	13 Jan 2003 13:08:53 -0000	1.2
  @@ -21,22 +21,22 @@
         </p>
         <ul>
           <li>
  -          <link href="howto_ide_jbuilder4.html">JBuilder Integration
  +          <link href="site:howto_ide_jbuilder4">JBuilder Integration
             Tutorial</link> (more focused on JBuilder 4),
           </li>
           <li>
  -          Another <link href="howto_ide_jbuilder5.html">JBuilder Integration
  +          Another <link href="site:howto_ide_jbuilder5">JBuilder Integration
             Tutorial</link> (more focused on JBuilder 5),
           </li>
           <li>
             VisualAge for Java Integration :
             <ul>
               <li>
  -              <link href="howto_ide_vajava_wte.html">VAJava and integrated WebSphere Test
  +              <link href="site:howto_ide_vajava_wte">VAJava and integrated WebSphere Test
                 Environment (WTE)</link>
               </li>
               <li>
  -              <link href="howto_ide_vajava_tomcat.html">VAJava and Tomcat Test Environment</link>
  +              <link href="site:howto_ide_vajava_tomcat">VAJava and Tomcat Test Environment</link>
               </li>
             </ul>
           </li>
  @@ -48,7 +48,7 @@
           environment. You simply need to know how to start your servlet engine
           from your IDE (possibly in debug mode if you wish to debug your
           test case) and set up correctly the class path (see the
  -        <link href="howto_classpath.html">Classpath Howto</link> tutorial
  +        <link href="site:howto_classpath">Classpath Howto</link> tutorial
           for understanding the classpath). Look at the tutorials for other IDEs
           and do the same for yours.
         </p>
  
  
  
  1.23      +1 -1      jakarta-cactus/documentation/docs/xdocs/testedon.xml
  
  Index: testedon.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/testedon.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- testedon.xml	12 Jan 2003 17:24:50 -0000	1.22
  +++ testedon.xml	13 Jan 2003 13:08:53 -0000	1.23
  @@ -43,7 +43,7 @@
         <p>
           If you have tested Cactus on a configuration that is not listed
           below, please send an email to the
  -        <link href="mailinglist.html">Cactus user mailing list</link> with
  +        <link href="site:mailinglist">Cactus user mailing list</link> with
           <code>[TestedOn]</code> in the subject.
         </p>
   
  
  
  
  1.2       +1 -1      jakarta-cactus/documentation/docs/xdocs/writing/howto_testcase_servlet.xml
  
  Index: howto_testcase_servlet.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/writing/howto_testcase_servlet.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- howto_testcase_servlet.xml	12 Jan 2003 17:24:51 -0000	1.1
  +++ howto_testcase_servlet.xml	13 Jan 2003 13:08:53 -0000	1.2
  @@ -41,7 +41,7 @@
         </p>
         <note>
           You may ask yourself how Cactus initializes these objects. The
  -        mechanism is described in the <link href="how_it_works.html">How it
  +        mechanism is described in the <link href="site:how_it_works">How it
           works</link> guide.
         </note>
   
  
  
  
  1.2       +9 -9      jakarta-cactus/documentation/docs/xdocs/writing/howto_testcase_jsp.xml
  
  Index: howto_testcase_jsp.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/writing/howto_testcase_jsp.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- howto_testcase_jsp.xml	12 Jan 2003 17:24:51 -0000	1.1
  +++ howto_testcase_jsp.xml	13 Jan 2003 13:08:53 -0000	1.2
  @@ -81,7 +81,7 @@
           as instance variables of your test case class).
         </p>
         <note>
  -        See the <link href="how_it_works.html">How it
  +        See the <link href="site:how_it_works">How it
           works</link> guide for details on how Cactus initializes these objects.
         </note>
   
  @@ -94,8 +94,8 @@
   
           <p>
            See <code>ServletTestCase</code><code>
  -         <link href="howto_testcase_servlet.html#servlet_request">request
  -         </link></code> implicit object for documentation.
  +         <jump href="site:howto_testcase_servlet" anchor="servlet_request">request
  +         </jump></code> implicit object for documentation.
          </p>
   
         </s2>
  @@ -105,8 +105,8 @@
   
           <p>
            See <code>ServletTestCase</code><code>
  -         <link href="howto_testcase_servlet.html#servlet_response">response
  -         </link></code> implicit object for documentation.
  +         <jump href="site:howto_testcase_servlet" anchor="servlet_response">response
  +         </jump></code> implicit object for documentation.
           </p>
   
         </s2>
  @@ -116,8 +116,8 @@
   
           <p>
            See <code>ServletTestCase</code><code>
  -         <link href="howto_testcase_servlet.html#servlet_config">config
  -         </link></code> implicit object for documentation.
  +         <jump href="site:howto_testcase_servlet" anchor="servlet_config">config
  +         </jump></code> implicit object for documentation.
           </p>
         </s2>
   
  @@ -126,8 +126,8 @@
   
           <p>
            See <code>ServletTestCase</code><code>
  -         <link href="howto_testcase_servlet.html#servlet_session">session
  -         </link></code> implicit object for documentation.
  +         <jump href="site:howto_testcase_servlet" anchor="servlet_session">session
  +         </jump></code> implicit object for documentation.
           </p>
         </s2>
   
  
  
  
  1.2       +1 -1      jakarta-cactus/documentation/docs/xdocs/writing/howto_ejb.xml
  
  Index: howto_ejb.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/writing/howto_ejb.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- howto_ejb.xml	12 Jan 2003 17:24:51 -0000	1.1
  +++ howto_ejb.xml	13 Jan 2003 13:08:53 -0000	1.2
  @@ -107,7 +107,7 @@
     <s1 title="J2EE RI Tutorial">
   
       <p>
  -      This <link href="howto_ejb_j2eeri.html">J2EE RI tutorial</link>
  +      This <link href="site:howto_ejb_j2eeri">J2EE RI tutorial</link>
         is a step by step guide for writing Cactus EJB unit test for the
         Sun J2EE RI server.
       </p>
  
  
  
  1.2       +5 -5      jakarta-cactus/documentation/docs/xdocs/writing/howto_testcase_filter.xml
  
  Index: howto_testcase_filter.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/writing/howto_testcase_filter.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- howto_testcase_filter.xml	12 Jan 2003 17:24:51 -0000	1.1
  +++ howto_testcase_filter.xml	13 Jan 2003 13:08:53 -0000	1.2
  @@ -51,7 +51,7 @@
         </p>
         <note>
           You may ask yourself how Cactus initializes these objects. The
  -        mechanism is described in the <link href="how_it_works.html">How it
  +        mechanism is described in the <link href="site:how_it_works">How it
           works</link> guide.
         </note>
   
  @@ -64,8 +64,8 @@
   
           <p>
            See <code>ServletTestCase</code><code>
  -         <link href="howto_testcase_servlet.html#servlet_request">request
  -         </link></code> implicit object for documentation.
  +         <jump href="site:howto_testcase_servlet" anchor="servlet_request">request
  +         </jump></code> implicit object for documentation.
          </p>
   
         </s2>
  @@ -75,8 +75,8 @@
   
           <p>
            See <code>ServletTestCase</code><code>
  -         <link href="howto_testcase_servlet.html#servlet_response">response
  -         </link></code> implicit object for documentation.
  +         <jump href="site:howto_testcase_servlet" anchor="servlet_response">response
  +         </jump></code> implicit object for documentation.
          </p>
   
         </s2>
  
  
  
  1.2       +2 -2      jakarta-cactus/documentation/docs/xdocs/writing/howto_jsp.xml
  
  Index: howto_jsp.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/writing/howto_jsp.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- howto_jsp.xml	12 Jan 2003 17:24:51 -0000	1.1
  +++ howto_jsp.xml	13 Jan 2003 13:08:53 -0000	1.2
  @@ -47,7 +47,7 @@
         <p>
         	This is easily done by implementing a
         	<code>endXXX(WebResponse)</code> method as described in the
  -      	<link href="howto_testcase.html#endxxx">TestCase tutorial</link>.
  +      	<jump href="site:howto_testcase" anchor="endxxx">TestCase tutorial</jump>.
         </p>
         <p>
         	Your test case class will also need to extend 
  @@ -85,7 +85,7 @@
         <p>
         	This is easily done by creating a test case class that extends
         	<code>JspTestCase</code>. See the 
  -      	<link href="howto_testcase_jsp.html">Taglib TestCase 
  +      	<link href="site:howto_testcase_jsp">Taglib TestCase 
           tutorial</link>.
         </p>
         
  
  
  
  1.2       +4 -4      jakarta-cactus/documentation/docs/xdocs/writing/howto_testcase.xml
  
  Index: howto_testcase.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/writing/howto_testcase.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- howto_testcase.xml	12 Jan 2003 17:24:51 -0000	1.1
  +++ howto_testcase.xml	13 Jan 2003 13:08:53 -0000	1.2
  @@ -314,7 +314,7 @@
             checking, we have integrated with the
             <link href="http://httpunit.sourceforge.net">HttpUnit</link>
             framework. See the
  -          <link href="howto_httpunit.html">HttpUnit tutorial</link> for the
  +          <link href="site:howto_httpunit">HttpUnit tutorial</link> for the
             end method signatures and a full description.
           </p>
           <p>
  @@ -337,15 +337,15 @@
         </p>
         <ul>
           <li>
  -          <link href="howto_testcase_servlet.html">ServletTestCase
  +          <link href="site:howto_testcase_servlet">ServletTestCase
             principles</link>,
           </li>
           <li>
  -          <link href="howto_testcase_jsp.html">JspTestCase
  +          <link href="site:howto_testcase_jsp">JspTestCase
             principles</link>,
           </li>
           <li>
  -          <link href="howto_testcase_filter.html">FilterTestCase
  +          <link href="site:howto_testcase_filter">FilterTestCase
             principles</link>
           </li>
         </ul>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>