vmassol     2003/11/23 10:12:16

  Modified:    integration/maven plugin.properties
               .        build.properties.sample build.properties.vmassol
               integration/ant/src/java/org/apache/cactus/integration/ant/container
                        default.properties
               samples/servlet/src/scripts/j2ee12 build.properties
               samples/servlet/src/scripts/j2ee13 build.properties
               samples/servlet build.properties.sample
               integration/maven/sample build.properties.sample
  Log:
  Updated to newest versions of Tomcat 4.x and 5.x. There is one test in error with 
Tomcat 5.0.14.
  
  Revision  Changes    Path
  1.5       +1 -1      jakarta-cactus/integration/maven/plugin.properties
  
  Index: plugin.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/maven/plugin.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- plugin.properties 16 Nov 2003 13:34:09 -0000      1.4
  +++ plugin.properties 23 Nov 2003 18:12:16 -0000      1.5
  @@ -8,7 +8,7 @@
   #
   # Examples:
   #
  -# cactus.home.tomcat4x = c:/apps/tomcat-4.1.10
  +# cactus.home.tomcat4x = c:/apps/tomcat-4.1.29
   #
   # Supported container names: jboss3x, tomcat4x, resin2x, orion1x,
   # orion2x, tomcat5x
  
  
  
  1.91      +3 -3      jakarta-cactus/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/build.properties.sample,v
  retrieving revision 1.90
  retrieving revision 1.91
  diff -u -r1.90 -r1.91
  --- build.properties.sample   1 Nov 2003 12:56:37 -0000       1.90
  +++ build.properties.sample   23 Nov 2003 18:12:16 -0000      1.91
  @@ -171,8 +171,8 @@
   
   #cactus.home.resin2x = c:/Apps/resin-2.1.11
   #cactus.home.tomcat3x = c:/Apps/jakarta-tomcat-3.3.1a
  -#cactus.home.tomcat4x = c:/Apps/jakarta-tomcat-4.1.27
  -#cactus.home.tomcat5x = c:/Apps/jakarta-tomcat-5.0.12
  +#cactus.home.tomcat4x = c:/Apps/jakarta-tomcat-4.1.29
  +#cactus.home.tomcat5x = c:/Apps/jakarta-tomcat-5.0.14
   #cactus.home.orion1x = c:/Apps/orion-1.6.0
   #cactus.home.orion2x = c:/Apps/orion-2.0.2
   #cactus.home.jboss3x = c:/Apps/jboss-3.2.1
  
  
  
  1.5       +3 -3      jakarta-cactus/build.properties.vmassol
  
  Index: build.properties.vmassol
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/build.properties.vmassol,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.properties.vmassol  7 Nov 2003 19:36:17 -0000       1.4
  +++ build.properties.vmassol  23 Nov 2003 18:12:16 -0000      1.5
  @@ -164,8 +164,8 @@
   
   cactus.home.resin2x = c:/Apps/resin-2.1.11
   #cactus.home.tomcat3x = c:/Apps/jakarta-tomcat-3.3.1a
  -#cactus.home.tomcat4x = c:/Apps/jakarta-tomcat-4.1.27
  -#cactus.home.tomcat5x = c:/Apps/jakarta-tomcat-5.0.12
  +#cactus.home.tomcat4x = c:/Apps/jakarta-tomcat-4.1.29
  +#cactus.home.tomcat5x = c:/Apps/jakarta-tomcat-5.0.14
   #cactus.home.orion1x = c:/Apps/orion-1.6.0
   cactus.home.orion2x = c:/Apps/orion-2.0.2
   #cactus.home.jboss3x = c:/Apps/jboss-3.2.1
  
  
  
  1.5       +1 -0      
jakarta-cactus/integration/ant/src/java/org/apache/cactus/integration/ant/container/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/integration/ant/src/java/org/apache/cactus/integration/ant/container/default.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- default.properties        25 May 2003 23:12:38 -0000      1.4
  +++ default.properties        23 Nov 2003 18:12:16 -0000      1.5
  @@ -2,6 +2,7 @@
   orion1x = org.apache.cactus.integration.ant.container.orion.Orion1xContainer
   orion2x = org.apache.cactus.integration.ant.container.orion.Orion2xContainer
   resin2x = org.apache.cactus.integration.ant.container.resin.Resin2xContainer
  +resin3x = org.apache.cactus.integration.ant.container.resin.Resin3xContainer
   tomcat3x = org.apache.cactus.integration.ant.container.tomcat.Tomcat3xContainer
   tomcat4x = org.apache.cactus.integration.ant.container.tomcat.Tomcat4xContainer
   tomcat5x = org.apache.cactus.integration.ant.container.tomcat.Tomcat5xContainer
  
  
  
  1.16      +3 -3      
jakarta-cactus/samples/servlet/src/scripts/j2ee12/build.properties
  
  Index: build.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/samples/servlet/src/scripts/j2ee12/build.properties,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- build.properties  1 Nov 2003 12:56:37 -0000       1.15
  +++ build.properties  23 Nov 2003 18:12:16 -0000      1.16
  @@ -35,8 +35,8 @@
   
   #cactus.home.resin2x = c:/Apps/resin-2.1.11
   #cactus.home.tomcat3x = c:/Apps/jakarta-tomcat-3.3.1a
  -#cactus.home.tomcat4x = c:/Apps/jakarta-tomcat-4.1.27
  -#cactus.home.tomcat5x = c:/Apps/jakarta-tomcat-5.0.12
  +#cactus.home.tomcat4x = c:/Apps/jakarta-tomcat-4.1.29
  +#cactus.home.tomcat5x = c:/Apps/jakarta-tomcat-5.0.14
   #cactus.home.orion1x = c:/Apps/orion-1.6.0
   #cactus.home.orion2x = c:/Apps/orion-2.0.2
   #cactus.home.weblogic7x = c:/bea/weblogic700
  
  
  
  1.15      +3 -3      
jakarta-cactus/samples/servlet/src/scripts/j2ee13/build.properties
  
  Index: build.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/samples/servlet/src/scripts/j2ee13/build.properties,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- build.properties  1 Nov 2003 12:56:37 -0000       1.14
  +++ build.properties  23 Nov 2003 18:12:16 -0000      1.15
  @@ -40,8 +40,8 @@
   #       tests on the Resin 2.x, comment the "cactus.home.resin2x" property.
   
   #cactus.home.resin2x = c:/Apps/resin-2.1.11
  -#cactus.home.tomcat4x = c:/Apps/jakarta-tomcat-4.1.27
  -#cactus.home.tomcat5x = c:/Apps/jakarta-tomcat-5.0.12
  +#cactus.home.tomcat4x = c:/Apps/jakarta-tomcat-4.1.29
  +#cactus.home.tomcat5x = c:/Apps/jakarta-tomcat-5.0.14
   #cactus.home.orion1x = c:/Apps/orion-1.6.0
   #cactus.home.orion2x = c:/Apps/orion-2.0.2
   #cactus.home.jboss3x = c:/Apps/jboss-3.2.1
  
  
  
  1.19      +3 -3      jakarta-cactus/samples/servlet/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/samples/servlet/build.properties.sample,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- build.properties.sample   1 Nov 2003 12:56:37 -0000       1.18
  +++ build.properties.sample   23 Nov 2003 18:12:16 -0000      1.19
  @@ -54,8 +54,8 @@
   
   #cactus.home.resin2x = c:/Apps/resin-2.1.11
   #cactus.home.tomcat3x = c:/Apps/jakarta-tomcat-3.3.1a
  -#cactus.home.tomcat4x = c:/Apps/jakarta-tomcat-4.1.27
  -#cactus.home.tomcat5x = c:/Apps/jakarta-tomcat-5.0.12
  +#cactus.home.tomcat4x = c:/Apps/jakarta-tomcat-4.1.29
  +#cactus.home.tomcat5x = c:/Apps/jakarta-tomcat-5.0.14
   #cactus.home.orion1x = c:/Apps/orion-1.6.0
   #cactus.home.orion2x = c:/Apps/orion-2.0.2
   #cactus.home.jboss3x = c:/Apps/jboss-3.2.1
  
  
  
  1.3       +2 -2      jakarta-cactus/integration/maven/sample/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/maven/sample/build.properties.sample,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.properties.sample   8 Nov 2003 12:58:07 -0000       1.2
  +++ build.properties.sample   23 Nov 2003 18:12:16 -0000      1.3
  @@ -9,7 +9,7 @@
   
   # Paths to containers on which you wish to run the Cactus tests
   
  -cactus.home.tomcat4x = C:/Apps/jakarta-tomcat-4.1.27
  +cactus.home.tomcat4x = C:/Apps/jakarta-tomcat-4.1.29
   cactus.home.resin2x = C:/Apps/resin-2.1.11
   cactus.home.jboss3x = C:/Apps/jboss-3.2.1
   cactus.home.weblogic7x = C:/bea/weblogic700
  
  
  

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

Reply via email to