[jboss-cvs] jboss-portal/identity ...

Rali Genova rgenova at jboss.org
Mon Jul 24 16:44:30 EDT 2006


  User: rgenova 
  Date: 06/07/24 16:44:30

  Modified:    identity  build.xml
  Log:
  updated testsuite module and all modules that are currently running tests
  
  Revision  Changes    Path
  1.11      +30 -24    jboss-portal/identity/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/identity/build.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- build.xml	17 Jul 2006 13:35:44 -0000	1.10
  +++ build.xml	24 Jul 2006 20:44:29 -0000	1.11
  @@ -8,7 +8,7 @@
     <!ENTITY targets    SYSTEM "../tools/etc/buildfragments/targets.ent">
      ]>
   
  -<!-- $Id: build.xml,v 1.10 2006/07/17 13:35:44 julien Exp $ -->
  +<!-- $Id: build.xml,v 1.11 2006/07/24 20:44:29 rgenova Exp $ -->
   
   <!--+======================================================================+-->
   <!--| JBoss Portal (The OpenSource Portal) Build File                      |-->
  @@ -137,10 +137,6 @@
         <jar jarfile="${build.lib}/portal-identity-lib.jar">
            <fileset dir="${build.classes}" excludes="org/jboss/portal/test/**"/>
         </jar>
  -      <jar jarfile="${build.lib}/portal-identity-test-lib.jar">
  -         <fileset dir="${build.classes}" includes="org/jboss/portal/test/**"/>
  -         <fileset dir="${build.resources}/portal-identity-test-jar"/>
  -      </jar>
         <copy file="${build.resources}/hibernate/domain.hbm.xml" tofile="${build.resources}/hibernate/domain-single.hbm.xml">
            <filterset>
               <filtersfile file="../build/etc/single.properties"/>
  @@ -153,6 +149,16 @@
         </copy>
      </target>
   
  +	   <!-- generates artifacts used for tests, requires output to be previously run
  +	     -->
  +	   <target name="package-tests" depends="init">
  +	       <jar jarfile="${build.lib}/portal-identity-test-lib.jar">
  +	           <fileset dir="${build.classes}" includes="org/jboss/portal/test/**"/>
  +	           <fileset dir="${build.resources}/portal-identity-test-jar"/>
  +	       </jar>   
  +	   </target>
  +
  +
      <!-- ================================================================== -->
      <!-- Cleaning                                                           -->
      <!-- ================================================================== -->
  @@ -181,7 +187,7 @@
      <target name="most" depends="_default:most"/>
      <target name="help" depends="_default:help"/>
   
  -   <target name="test" depends="init">
  +   <target name="tests" depends="init">
         <execute-tests>
            <x-test>
               <test name="org.jboss.portal.test.identity.UserTestCase"/>
  
  
  



More information about the jboss-cvs-commits mailing list