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 12:55:21 UTC

cvs commit: jakarta-cactus/documentation/docs/xdocs/spines howto_runner.xml

vmassol     2003/01/13 03:55:21

  Modified:    documentation/docs/xdocs/spines howto_runner.xml
  Log:
  some "href" corrections
  
  Revision  Changes    Path
  1.2       +6 -6      jakarta-cactus/documentation/docs/xdocs/spines/howto_runner.xml
  
  Index: howto_runner.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/spines/howto_runner.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- howto_runner.xml	12 Jan 2003 17:24:53 -0000	1.1
  +++ howto_runner.xml	13 Jan 2003 11:55:21 -0000	1.2
  @@ -42,7 +42,7 @@
       <s1 title="Running Cactus tests from Ant">
   
         <p>
  -        Refer to the <link href="howto_ant.html">Ant Howto</link>.
  +        Refer to the <link href="site:howto_ant">Ant Howto</link>.
         </p>
   
       </s1>
  @@ -66,7 +66,7 @@
       <s1 title="Running Cactus tests from an IDE">
   
         <p>
  -        Refer to the <link href="howto_ide.html">IDE Howto</link>.
  +        Refer to the <link href="site:howto_ide">IDE Howto</link>.
         </p>
   
       </s1>
  @@ -90,7 +90,7 @@
           </p>
   
           <note>
  -          Refer to the <link href="howto_classpath.html">Classpath Howto</link>
  +          Refer to the <link href="site:howto_classpath">Classpath Howto</link>
             guide for the exact list of jars.
           </note>
   
  @@ -101,7 +101,7 @@
           <p>
             Then, in addition to the Cactus redirectors that you have mapped in
             your <code>web.xml</code> (see the
  -          <link href="howto_config.html">Configuration howto</link>), you also
  +          <link href="site:howto_config">Configuration howto</link>), you also
             need to map the Cactus Servlet Test Runner, as follows :
           </p>
   
  @@ -191,8 +191,8 @@
             Since Cactus 1.5, the ServletTestRunner can also perform the 
             transformation on the server-side. To enable that feature, make sure
             that a JAXP compliant XSLT processor (such as 
  -          <link href="http://xml.apache.org/xalan-j/">Xalan</link>) is available
  -          to the web-application.
  +          <link href="ext:xalanj">Xalan</link>) is available to the 
  +          web-application.
           </p>
   
           <p>
  
  
  

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