[jboss-cvs] jboss-portal/tools/etc/buildfragments ...

Chris Laprun chris.laprun at jboss.com
Tue Aug 8 16:54:54 EDT 2006


  User: claprun 
  Date: 06/08/08 16:54:54

  Modified:    tools/etc/buildfragments   buildmagic.ent defaults.ent
  Log:
  - Added undeploy targets for tests.
  - Increased time out.
  - Removed duplicate definition of test.reports.
  
  Revision  Changes    Path
  1.15      +1 -2      jboss-portal/tools/etc/buildfragments/buildmagic.ent
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: buildmagic.ent
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/tools/etc/buildfragments/buildmagic.ent,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- buildmagic.ent	31 Jul 2006 18:36:07 -0000	1.14
  +++ buildmagic.ent	8 Aug 2006 20:54:54 -0000	1.15
  @@ -1,4 +1,4 @@
  -<!-- $Id: buildmagic.ent,v 1.14 2006/07/31 18:36:07 rgenova Exp $ -->
  +<!-- $Id: buildmagic.ent,v 1.15 2006/08/08 20:54:54 claprun Exp $ -->
   
   <!-- ================================================================== -->
   <!-- Initialization                                                     -->
  @@ -644,7 +644,6 @@
                  classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter"
                  usefile="${junit.formatter.usefile}"
                  extension="${jboss-junit-configuration}.xml"/>
  -            <sysproperty key="test.reports" value="${test.reports}"/>
               <sysproperty key="build.resources" value="${build.resources}"/>
               <!-- definition of the property for keeping results between configuration -->
               <sysproperty key="jboss-junit-configuration" value="${jboss-junit-configuration}"/>
  
  
  
  1.5       +2 -2      jboss-portal/tools/etc/buildfragments/defaults.ent
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: defaults.ent
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/tools/etc/buildfragments/defaults.ent,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- defaults.ent	26 Jun 2006 20:07:31 -0000	1.4
  +++ defaults.ent	8 Aug 2006 20:54:54 -0000	1.5
  @@ -1,4 +1,4 @@
  -<!-- $Id: defaults.ent,v 1.4 2006/06/26 20:07:31 rgenova Exp $ -->
  +<!-- $Id: defaults.ent,v 1.5 2006/08/08 20:54:54 claprun Exp $ -->
   
   <target name="configure-defaults" unless="configure-defaults.disable">
   
  @@ -143,7 +143,7 @@
     <property name="javadoc.packages" value="org.jboss.*"/>
   
     <!-- Override JUnit defaults -->
  -  <property name="junit.timeout" value="240000"/> <!-- 4 minutes -->
  +  <property name="junit.timeout" value="600000"/> <!-- 10 minutes -->
     <property name="junit.batchtest.todir" value="${build.reports}"/>
     <property name="junit.jvm.options" value="-Ddummy"/>
   
  
  
  



More information about the jboss-cvs-commits mailing list