You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by rl...@apache.org on 2003/02/07 22:51:03 UTC

cvs commit: jakarta-struts build-tests.xml

rleland     2003/02/07 13:51:03

  Modified:    .        build-tests.xml
  Log:
  Remove the hardcoded port number for the cactus tests.
  Commit for jmitchell@apache.org
  
  Revision  Changes    Path
  1.15      +8 -5      jakarta-struts/build-tests.xml
  
  Index: build-tests.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/build-tests.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- build-tests.xml	7 Feb 2003 01:20:13 -0000	1.14
  +++ build-tests.xml	7 Feb 2003 21:51:03 -0000	1.15
  @@ -21,7 +21,10 @@
           servlet.jar                   The servlet jar (either 2.2 or 2.3)
   
           cactus.home                   The home directory of your Cactus
  -                                      installation (version 1.3 required)
  +                                      installation (version 1.3+ required)
  +                                      
  +        cactus.contextURL             The URL used for testing
  +                                      
   
           aspectjrt.jar                 The AspectJ runtime jar that is
                                         included with Cactus 1.3
  @@ -293,7 +296,7 @@
                The servlet engine is automatically stopped if the tests fail for
                any reason.-->
   
  -        <runservertests testURL="http://localhost:8080/test"
  +        <runservertests testURL="${cactus.contextURL}"
               startTarget="start.tomcat.32"
               stopTarget="stop.tomcat.32"
               testTarget="run.test"/>
  @@ -371,7 +374,7 @@
                The servlet engine is automatically stopped if the tests fail for
                any reason.-->
   
  -        <runservertests testURL="http://localhost:8080/test"
  +        <runservertests testURL="${cactus.contextURL}"
               startTarget="start.tomcat.33"
               stopTarget="stop.tomcat.33"
               testTarget="run.test"/>
  @@ -462,7 +465,7 @@
                The servlet engine is automatically stopped if the tests fail for
                any reason.-->
   
  -        <runservertests testURL="http://localhost:9090/test"
  +        <runservertests testURL="${cactus.contextURL}"
               startTarget="start.tomcat.40"
               stopTarget="stop.tomcat.40"
               testTarget="run.test"/>
  @@ -545,7 +548,7 @@
                The servlet engine is automatically stopped if the tests fail for
                any reason.-->
   
  -        <runservertests testURL="http://localhost:9090/test"
  +        <runservertests testURL="${cactus.contextURL}"
               startTarget="start.tomcat.41"
               stopTarget="stop.tomcat.41"
               testTarget="run.test"/>
  
  
  

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