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 jr...@apache.org on 2003/03/28 13:32:12 UTC

cvs commit: jakarta-cactus/documentation/docs/xdocs/integration/eclipse index.xml

jruaux      2003/03/28 04:32:11

  Modified:    documentation/docs/xdocs changes.xml index.xml
                        navigation.xml sitemap.xml
  Added:       documentation/docs/xdocs/integration/eclipse index.xml
  Log:
  Renamed the eclipse_integration page to index
  
  Revision  Changes    Path
  1.89      +1 -1      jakarta-cactus/documentation/docs/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/changes.xml,v
  retrieving revision 1.88
  retrieving revision 1.89
  diff -u -r1.88 -r1.89
  --- changes.xml	28 Mar 2003 10:58:21 -0000	1.88
  +++ changes.xml	28 Mar 2003 12:32:11 -0000	1.89
  @@ -141,7 +141,7 @@
           </action>
           <action dev="JRU" type="add">
             First release of the Eclipse plugin. See the
  -          <link href="site:eclipse_integration">Eclipse integration documentation</link>
  +          <link href="site:integration_eclipse">Eclipse integration documentation</link>
             for more information.
           </action>
           <action dev="CML" type="update">
  
  
  
  1.10      +1 -1      jakarta-cactus/documentation/docs/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/index.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- index.xml	28 Mar 2003 11:01:50 -0000	1.9
  +++ index.xml	28 Mar 2003 12:32:11 -0000	1.10
  @@ -31,7 +31,7 @@
   
             <map name="ecosystem">
               <area shape="circle" href="site:index" coords="225,200,35"/>
  -            <area shape="circle" href="site:eclipse_integration" coords="165,145,35"/>
  +            <area shape="circle" href="site:integration_eclipse" coords="165,145,35"/>
               <area shape="circle" href="site:howto_runner" coords="305,220,35"/>
               <area shape="circle" href="ext:maven_cactus" coords="390,200,35"/>
               <area shape="circle" href="ext:strutstestcase" coords="375,260,35"/>
  
  
  
  1.10      +1 -1      jakarta-cactus/documentation/docs/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/navigation.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- navigation.xml	18 Mar 2003 11:30:45 -0000	1.9
  +++ navigation.xml	28 Mar 2003 12:32:11 -0000	1.10
  @@ -60,7 +60,7 @@
   
     <menu label="Integration">
       <item label="Ant" id="integration_ant"/>
  -    <item label="Eclipse" id="eclipse_plugin"/>
  +    <item label="Eclipse" id="integration_eclipse"/>
     </menu>
   
     <menu label="Support">
  
  
  
  1.25      +1 -1      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.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- sitemap.xml	28 Mar 2003 10:53:11 -0000	1.24
  +++ sitemap.xml	28 Mar 2003 12:32:11 -0000	1.25
  @@ -85,7 +85,7 @@
     <resource id="release_checklist" target="participating/release_checklist.html"/>
     <resource id="howto_build" target="participating/howto_build.html"/>
   
  -  <resource id="eclipse_integration" target="integration/eclipse/eclipse_integration.html"/>
  +  <resource id="integration_eclipse" target="integration/eclipse/index.html"/>
     <resource id="runner_plugin" target="integration/eclipse/runner_plugin.html"/>
     <resource id="webapp_plugin" target="integration/eclipse/webapp_plugin.html"/>  
   
  
  
  
  1.1                  jakarta-cactus/documentation/docs/xdocs/integration/eclipse/index.xml
  
  Index: index.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <document id="integration_eclipse">
  
    <properties>
      <title>Cactus integration in Eclipse</title>
      <authors>
        <author name="Julien Ruaux" email="jruaux@octo.com" />
      </authors>
    </properties>
  
    <body>
      <section title="Overview">
        <p>
          The integration of Cactus in the 
          <link href="ext:eclipse">Eclipse</link> platform relies on 2 separate plug-ins :
        </p>
        <li>
          The <link href="site:runner_plugin">Cactus runner plug-in</link>
        </li>
        <li>
          The <link href="site:webapp_plugin">Webapp Eclipse plug-in</link>
        </li>
      </section>
  
      <anchor id="features" />
      <section title="Features at a glance">
        <ul>
          <li>
            Shortcut for launching Cactus tests
            <figure src="images/eclipse/runner/launchshortcut.png"
              alt="Cactus launch shortcut"/>
          </li>
        </ul>
        <ul>
          <li>
            Project property page for setting up the web application.
            <figure src="images/eclipse/webapp/propertypage.png"
              alt="Webapp property page"/>
          </li>
        </ul>    
      </section>
  
      <anchor id="installation"/>
      <section title="Installation">
        <section title="Requirements">
          <p>
            A version of the Eclipse platform later than 2.1 RC2 is needed.
          </p>
        </section>
        <section title="Installation">
          <p>
            Connect to the Cactus update site (available soon) from Eclipse
            to install both plug-ins at once as an <code>Eclipse feature</code>.
          </p>
        </section>
        <section title="Configuration">
          <p>
            The plug-ins are functional 'off the shelf'.
            Refer to the corresponding plug-in section for specific configuration.
          </p>
        </section>
      </section>
  
    </body>
  </document>
  
  

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