hawkeye     2005/06/13 02:32:25

  Modified:    c/build  executeTest.xml
  Log:
  MockServer should be using test.port rather than the temporary hard-coded 
value that was set.
  
  Revision  Changes    Path
  1.30      +2 -3      ws-axis/c/build/executeTest.xml
  
  Index: executeTest.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/build/executeTest.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- executeTest.xml   11 Jun 2005 21:44:59 -0000      1.29
  +++ executeTest.xml   13 Jun 2005 09:32:25 -0000      1.30
  @@ -150,8 +150,7 @@
                <echo message = "testport = ${test.port}"/>
                <java classname="org.apache.test.MockServer"
                        outputproperty="mockServer.out">
  -<!--                 <arg line="-p ${test.port}" /> -->
  -                             <arg line="-p 9080" />
  +                     <arg line="-p ${test.port}" /> 
                        <arg line="-r &quot;${response_expected.file}&quot;" />
                        <classpath>
                                <pathelement
  @@ -176,7 +175,7 @@
        <target name="stopMockServer">
                <java classname="org.apache.test.StopMockServer" 
outputproperty="stopMockServer.out">
   <!--                 <arg line="-p ${test.port}" />                  -->
  -                             <arg line="-p 9080" />
  +                             <arg line="-p 9081" />
                        <classpath>
                                <pathelement
                                        
location="${dir.obj}/test/monitor/monitor.jar" />
  
  
  

Reply via email to