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

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


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

  Modified:    common   build.xml
  Log:
  updated testsuite module and all modules that are currently running tests
  
  Revision  Changes    Path
  1.36      +29 -24    jboss-portal/common/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/common/build.xml,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -b -r1.35 -r1.36
  --- build.xml	20 Jul 2006 15:16:58 -0000	1.35
  +++ build.xml	24 Jul 2006 20:44:30 -0000	1.36
  @@ -8,7 +8,7 @@
      <!ENTITY targets    SYSTEM "../tools/etc/buildfragments/targets.ent">
      ]>
   
  -<!-- $Id: build.xml,v 1.35 2006/07/20 15:16:58 julien Exp $ -->
  +<!-- $Id: build.xml,v 1.36 2006/07/24 20:44:30 rgenova Exp $ -->
   
   <!--+======================================================================+-->
   <!--| JBoss Portal (The OpenSource Portal) Build File                      |-->
  @@ -71,6 +71,7 @@
            <path refid="apache.ant.classpath"/>
            <path refid="apache.ant.classpath"/>
            <path refid="apache.log4j.classpath"/>
  +      	<path refid="jboss.test.classpath"/>
            <path refid="junit.junit.classpath"/>
            <pathelement location="../tools/lib/cargo-core-uberjar-0.8.jar"/>
            <pathelement location="../tools/lib/cargo-ant-0.8.jar"/>
  @@ -137,19 +138,23 @@
            <fileset dir="${build.resources}/format/code"/>
         </jar>
   	
  -      <jar jarfile="${build.lib}/test.jar">
  -         <fileset dir="${build.resources}/test/test-jar"/>
  -      </jar>
  -
  -      <!-- Build the ant task that explode archives -->
  +	      <!-- Build the ant task that explodes archives -->
         <jar jarfile="${build.lib}/explode.jar">
          <fileset dir="${build.classes}">
   	      <include name="org/jboss/portal/common/ant/*"/>
   	   </fileset>
       </jar>
  +	   </target>
   
  +	   <!-- generates artifacts used for tests, requires output to be previously run
  +	     -->
  +	   <target name="package-tests" depends="init">
  +	       <jar jarfile="${build.lib}/test.jar">
  +	            <fileset dir="${build.resources}/test/test-jar"/>
  +	       </jar>
      </target>
   
  +
      <!-- ================================================================== -->
      <!-- Cleaning                                                           -->
      <!-- ================================================================== -->
  @@ -178,7 +183,7 @@
      <target name="most" depends="_default:most"/>
      <target name="help" depends="_default:help"/>
   
  -   <target name="test" depends="compile">
  +   <target name="tests" depends="compile">
         <execute-tests>
            <x-test>
               <test name="org.jboss.portal.test.common.LocaleInfoTestCase"/>
  
  
  



More information about the jboss-cvs-commits mailing list