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/03/14 13:26:23 UTC

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

vmassol     2004/03/14 04:26:22

  Modified:    documentation/docs/xdocs/integration navigation.xml
               documentation/docs/xdocs sitemap.xml
  Added:       documentation/docs/xdocs/integration/manual index.xml
                        navigation.xml howto_config.xml howto_classpath.xml
  Log:
  Added a manual integration menu to group together how to related to manually configuring Cactus. People seemed to be misled by the fact that manual configuration was located before the other integration whereas they should be at the same level (it's one or another).
  
  Revision  Changes    Path
  1.9       +1 -2      jakarta-cactus/documentation/docs/xdocs/integration/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/integration/navigation.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- navigation.xml	30 Oct 2003 06:43:28 -0000	1.8
  +++ navigation.xml	14 Mar 2004 12:26:22 -0000	1.9
  @@ -9,11 +9,10 @@
   
     <menu label="Running Tests">
       <item id="howto_runner" label="Overview"/>
  -    <item id="howto_config" label="Configuration Guide"/>
  -    <item id="howto_classpath" label="Classpath Setup"/>
     </menu>
   
     <menu label="Integrations">
  +    <item id="integration_manual" label="Manual"/>
       <item id="integration_ant" label="Ant"/>
       <item id="integration_eclipse" label="Eclipse"/>
       <item id="integration_jetty" label="Jetty"/>
  
  
  
  1.76      +2 -2      jakarta-cactus/documentation/docs/xdocs/sitemap.xml
  
  Index: sitemap.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/sitemap.xml,v
  retrieving revision 1.75
  retrieving revision 1.76
  diff -u -r1.75 -r1.76
  --- sitemap.xml	14 Mar 2004 11:55:42 -0000	1.75
  +++ sitemap.xml	14 Mar 2004 12:26:22 -0000	1.76
  @@ -133,13 +133,13 @@
     </resource>
   
     <resource id="howto_classpath"
  -      target="integration/howto_classpath.html"
  +      target="integration/manual/howto_classpath.html"
         name="Classpath Howto">
       Information on how to set up the classpath for running Cactus tests.
     </resource>
     
     <resource id="howto_config"
  -      target="integration/howto_config.html"
  +      target="integration/manual/howto_config.html"
         name="Configuration Howto">
       Information on how to configure Cactus when running tests manually.
     </resource>
  
  
  
  1.1                  jakarta-cactus/documentation/docs/xdocs/integration/manual/index.xml
  
  Index: index.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <!--
   * ========================================================================
   * 
   * Copyright 2001-2004 The Apache Software Foundation.
   *
   * Licensed under the Apache License, Version 2.0 (the "License");
   * you may not use this file except in compliance with the License.
   * You may obtain a copy of the License at
   * 
   *   http://www.apache.org/licenses/LICENSE-2.0
   * 
   * Unless required by applicable law or agreed to in writing, software
   * distributed under the License is distributed on an "AS IS" BASIS,
   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   * See the License for the specific language governing permissions and
   * limitations under the License.
   * 
   * ========================================================================
  -->
  
  <document id="integration_manual">
  
    <properties>
      <title>Manual Cactus integration</title>
    </properties>
  
    <body>
      <section title="Manual Cactus configuration">
  
        <p>
          These pages are only useful if you wish to manually configure Cactus.
          Most of the time this is not required. Rather you should choose a 
          Cactus integration (Ant, Maven, Browser, etc) and follow the 
          instructions there.
        </p>
        
        <p>
          If you still wish to configure cactus manually you need to understand:
        </p>
        <ul>
          <li>
            <a href="site:howto_config">How to configure Cactus</a>          
          </li>
          <li>
            <a href="site:howto_classpath">How to set up the Cactus classpath</a>
          </li>
        </ul>
  
      </section>
  
    </body>
  </document>
  
  
  1.4       +30 -1     jakarta-cactus/documentation/docs/xdocs/integration/manual/navigation.xml
  
  
  
  
  1.4       +22 -10    jakarta-cactus/documentation/docs/xdocs/integration/manual/howto_config.xml
  
  
  
  
  1.3       +20 -3     jakarta-cactus/documentation/docs/xdocs/integration/manual/howto_classpath.xml
  
  
  
  

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