[jboss-cvs] jbosstest ...

Anil Saldhana anil.saldhana at jboss.com
Fri Jul 21 00:50:51 EDT 2006


  User: asaldhana
  Date: 06/07/21 00:50:51

  Modified:    jbosstest  build.xml
  Log:
  JBAS-3105: Copy the destination service file that creates the temp jms destinations.
  
  Revision  Changes    Path
  1.592     +16 -3     jbosstest/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.591
  retrieving revision 1.592
  diff -u -b -r1.591 -r1.592
  --- build.xml	20 Jul 2006 22:44:17 -0000	1.591
  +++ build.xml	21 Jul 2006 04:50:49 -0000	1.592
  @@ -10,7 +10,7 @@
   <!--  See terms of license at http://www.gnu.org.                 -->
   <!-- ============================================================ -->
   
  -<!-- $Id: build.xml,v 1.591 2006/07/20 22:44:17 rrajasekaran Exp $ -->
  +<!-- $Id: build.xml,v 1.592 2006/07/21 04:50:49 asaldhana Exp $ -->
   
   <project default="main" name="JBoss/Testsuite"
            xmlns:server="http://jboss.org/ns/test/ant/server">
  @@ -2071,8 +2071,15 @@
            <propertyref prefix="java.security.auth"/>
         </propertyset>
   
  +      <!-- Copy the test-destinations-service.xml to the all config.
  +          Additionally this file should be there in the jacc config
  +      -->
  +      <copy file="${build.resources}/messaging/test-destinations-full-service.xml"
  +         todir="${jboss.dist}/server/all/deploy" />
  +
         <run-junit junit.patternset="security.includes"
            junit.syspropertyset="security-tests-props" />
  +      <delete file="${jboss.dist}/server/all/deploy/test-destinations-full-service.xml"/>
      </target>
   
      <!-- Tests of Java2 permissions. The JBoss server must be running with
  @@ -2161,6 +2168,12 @@
               <include name="lib/**"/>
            </patternset>
         </create-config>
  +      <!-- Copy the test-destinations-service.xml to the all config.
  +          Additionally this file should be there in the jacc config
  +      -->
  +      <copy file="${build.resources}/messaging/test-destinations-full-service.xml"
  +        todir="${jboss.dist}/server/jacc/deploy" />
  +
         <server:start name="jacc"/>
   
         <mkdir dir="${build.reports}"/>
  
  
  



More information about the jboss-cvs-commits mailing list