You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2004/01/15 19:24:25 UTC

cvs commit: ws-axis/java/xmls targets.xml

dims        2004/01/15 10:24:25

  Modified:    java/xmls targets.xml
  Log:
  - specify axis.home for the security wsdd's
  - add another entry for test cases
  
  Revision  Changes    Path
  1.69      +3 -2      ws-axis/java/xmls/targets.xml
  
  Index: targets.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/xmls/targets.xml,v
  retrieving revision 1.68
  retrieving revision 1.69
  diff -u -r1.68 -r1.69
  --- targets.xml	20 Dec 2003 03:37:24 -0000	1.68
  +++ targets.xml	15 Jan 2004 18:24:24 -0000	1.69
  @@ -504,12 +504,12 @@
       -->
       <java classname="org.apache.axis.client.AdminClient" fork="yes">
         <classpath refid="classpath" />
  -      <arg line="samples/security/serversecuritydeploy.wsdd"/>
  +      <arg line="${axis.home}/samples/security/serversecuritydeploy.wsdd"/>
       </java>
       <java classname="org.apache.axis.utils.Admin" fork="yes">
         <classpath refid="classpath" />
         <arg value="client"/>
  -      <arg value="samples/security/clientsecuritydeploy.wsdd"/>
  +      <arg value="${axis.home}/samples/security/clientsecuritydeploy.wsdd"/>
       </java>
     </target>
   
  @@ -591,6 +591,7 @@
         <batchtest todir="${test.functional.reportdir}">
           <fileset dir="${build.dest}" excludesfile="${axis.home}/junit-exclude-tests.txt">
              <include name="${extraTestCases}/*TestCase.class" />
  +           <include name="${extraTestCases}/**/*TestCase.class" />
              <include name="${componentName}/*TestCase.class" />
              <include name="${componentName}/**/*TestCase.class" />
              <include name="${componentName}/**/PackageTests.class" />