vmassol     2004/08/25 23:03:43

  Modified:    documentation/docs/xdocs/integration howto_tomcat.xml
               documentation/docs/xdocs sitemap.xml
  Removed:     documentation/docs/xdocs/misc SampleServlet.class
                        TestSampleServlet.class
  Log:
  Removed pre-compiled versions of SampleServlet and TestSampleServlet as it usually 
happens they have been compiled with a different Cactus version than the user's one. 
It results in IncompatibleClassChangeError.
  
  Revision  Changes    Path
  1.7       +2 -6      
jakarta-cactus/documentation/docs/xdocs/integration/howto_tomcat.xml
  
  Index: howto_tomcat.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/documentation/docs/xdocs/integration/howto_tomcat.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- howto_tomcat.xml  25 Aug 2004 19:45:54 -0000      1.6
  +++ howto_tomcat.xml  26 Aug 2004 06:03:42 -0000      1.7
  @@ -180,9 +180,7 @@
         <p>
           Then, create the following <code>SampleServlet.java</code> java source
           file, compile it and copy the resulting .class file in
  -        <code>[tomcat-root]/webapps/test/WEB-INF/classes</code>. Note that
  -        you can download the pre-compiled class file
  -        <link href="site:code_sample_servlet">here</link>.
  +        <code>[tomcat-root]/webapps/test/WEB-INF/classes</code>.
         </p>
   
   <source><![CDATA[
  @@ -210,9 +208,7 @@
           We're now read to create our first Cactus test case. Create the
           following <code>TestSampleServlet.java</code> java source file, compile
           it and copy the resulting .class file in
  -        <code>[tomcat-root]/webapps/test/WEB-INF/classes</code>. Note that
  -        you can download the pre-compiled class file
  -        <link href="site:code_test_sample_servlet">here</link>.
  +        <code>[tomcat-root]/webapps/test/WEB-INF/classes</code>.
         </p>
   
   <source><![CDATA[
  
  
  
  1.90      +0 -4      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.89
  retrieving revision 1.90
  diff -u -r1.89 -r1.90
  --- sitemap.xml       31 May 2004 20:05:27 -0000      1.89
  +++ sitemap.xml       26 Aug 2004 06:03:43 -0000      1.90
  @@ -58,10 +58,6 @@
       Archives of older Cactus release changes.
     </resource>
   
  -  <resource id="code_sample_servlet" target="misc/SampleServlet.class"/>
  -
  -  <resource id="code_test_sample_servlet" target="misc/TestSampleServlet.class"/>
  -
     <resource id="coding_conventions"
         target="participating/coding_conventions.html"
         name="Coding Conventions">
  
  
  

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

Reply via email to