vmassol     01/12/15 12:52:36

  Modified:    docs/framework/xdocs changes.xml doc-book.xml howto_ide.xml
                        site-book.xml todo.xml
  Log:
  added tutorial for setting up Cactus within VAJava with Tomcat Test Environment.
  
  Revision  Changes    Path
  1.69      +3 -0      jakarta-cactus/docs/framework/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/docs/framework/xdocs/changes.xml,v
  retrieving revision 1.68
  retrieving revision 1.69
  diff -u -r1.68 -r1.69
  --- changes.xml       2001/12/06 09:15:12     1.68
  +++ changes.xml       2001/12/15 20:52:36     1.69
  @@ -127,6 +127,9 @@
       </devs>
   
       <release version="1.3 in CVS">
  +      <action dev="VMA" type="add" due-to="Jim Young" 
due-to-email="[EMAIL PROTECTED]">
  +        Add a tutorial for setting up Cactus in VAJava with Tomcat environment.
  +      </action>
         <action dev="VMA" type="fix" due-to="Piyush Asthana" 
due-to-email="[EMAIL PROTECTED]">
           Compatibility with JDK 1.2 was broken by using the 
<code>URL.getPath()</code> in
           <code>HttpClientHelper</code>. It is now fixed and should work both for JDK 
1.2 and 1.3.
  
  
  
  1.34      +2 -1      jakarta-cactus/docs/framework/xdocs/doc-book.xml
  
  Index: doc-book.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/docs/framework/xdocs/doc-book.xml,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- doc-book.xml      2001/11/14 21:57:34     1.33
  +++ doc-book.xml      2001/12/15 20:52:36     1.34
  @@ -55,7 +55,8 @@
   
       <!-- IDE tutorials -->
       <menu-item label="IDE Howto" source="howto_ide.xml"/>
  -    <menu-item type="hidden" source="howto_ide_vajava.xml"/>
  +    <menu-item type="hidden" source="howto_ide_vajava_wte.xml"/>
  +    <menu-item type="hidden" source="howto_ide_vajava_tomcat.xml"/>
       <menu-item type="hidden" source="howto_ide_jbuilder.xml"/>
   
       <menu-item label="JUnitEE Howto" source="howto_junitee.xml"/>
  
  
  
  1.3       +10 -2     jakarta-cactus/docs/framework/xdocs/howto_ide.xml
  
  Index: howto_ide.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/docs/framework/xdocs/howto_ide.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- howto_ide.xml     2001/09/22 19:19:55     1.2
  +++ howto_ide.xml     2001/12/15 20:52:36     1.3
  @@ -25,8 +25,16 @@
             <link href="howto_ide_jbuilder.html">JBuilder Integration</link>,
           </li>
           <li>
  -          <link href="howto_ide_vajava.html">VisualAge for Java
  -          Integration</link>
  +          VisualAge for Java Integration :
  +          <ul>
  +            <li>
  +              <link href="howto_ide_vajava_wte.html">VAJava and integrated 
WebSphere Test
  +              Environment (WTE)</link>
  +            </li>
  +            <li>
  +              <link href="howto_ide_vajava_tomcat.html">VAJava and Tomcat Test 
Environment</link>
  +            </li>
  +          </ul>
           </li>
         </ul>
   
  
  
  
  1.30      +2 -1      jakarta-cactus/docs/framework/xdocs/site-book.xml
  
  Index: site-book.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/docs/framework/xdocs/site-book.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- site-book.xml     2001/11/14 21:57:34     1.29
  +++ site-book.xml     2001/12/15 20:52:36     1.30
  @@ -55,7 +55,8 @@
   
       <!-- IDE tutorials -->
       <menu-item label="IDE Howto" source="howto_ide.xml"/>
  -    <menu-item type="hidden" source="howto_ide_vajava.xml"/>
  +    <menu-item type="hidden" source="howto_ide_vajava_wte.xml"/>
  +    <menu-item type="hidden" source="howto_ide_vajava_tomcat.xml"/>
       <menu-item type="hidden" source="howto_ide_jbuilder.xml"/>
   
       <menu-item label="JUnitEE Howto" source="howto_junitee.xml"/>
  
  
  
  1.68      +0 -7      jakarta-cactus/docs/framework/xdocs/todo.xml
  
  Index: todo.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/docs/framework/xdocs/todo.xml,v
  retrieving revision 1.67
  retrieving revision 1.68
  diff -u -r1.67 -r1.68
  --- todo.xml  2001/12/13 22:15:07     1.67
  +++ todo.xml  2001/12/15 20:52:36     1.68
  @@ -32,13 +32,6 @@
     <version title="Version 1.3">
   
       <category title="Documentation">
  -      <action>
  -        Add a tutorial for VAJava with Tomcat environment (the current
  -        tutorial on the web site is for VAJava with WTE). Needed steps
  -        are detailed on the cactus-user list, thread <code>"Cactus, Apache
  -        Tomcat &amp; VisualAge"</code>. Thanks to
  -        <link href="mailto:[EMAIL PROTECTED]";>Jim Young</link>.
  -      </action>
         <action assigned-to="Vincent Massol">
           Move old FAQ entries from Jyve to our plain text file.
         </action>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to