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

Rali Genova rgenova at jboss.org
Mon Jul 31 14:36:07 EDT 2006


  User: rgenova 
  Date: 06/07/31 14:36:07

  Modified:    tools/etc/buildfragments  buildmagic.ent
  Log:
  updated build according to JBPORTAL-974
  
  Revision  Changes    Path
  1.14      +5 -5      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.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- buildmagic.ent	16 Jul 2006 22:51:02 -0000	1.13
  +++ buildmagic.ent	31 Jul 2006 18:36:07 -0000	1.14
  @@ -1,4 +1,4 @@
  -<!-- $Id: buildmagic.ent,v 1.13 2006/07/16 22:51:02 julien Exp $ -->
  +<!-- $Id: buildmagic.ent,v 1.14 2006/07/31 18:36:07 rgenova Exp $ -->
   
   <!-- ================================================================== -->
   <!-- Initialization                                                     -->
  @@ -615,10 +615,10 @@
         <element name="x-test"/>
         <element name="x-classpath"/>
         <sequential>
  -         <property name="build.testlog" value="${module.output}/log"/>
  +         <property name="test.reports" value="${module.output}/tests"/>
            <echo><![CDATA[
            build.reports=${build.reports}
  -         build.testlog=${build.testlog}
  +         test.reports=${test.reports}
            module.output=${module.output}
            junit.printsummary=${junit.printsummary}
            junit.batchtest.haltonerror=${junit.batchtest.haltonerror}
  @@ -630,7 +630,7 @@
            junit.formatter.usefile=${junit.formatter.usefile}
            ]]></echo>
            <mkdir dir="${build.reports}"/>
  -         <mkdir dir="${build.testlog}"/>
  +         <mkdir dir="${test.reports}"/>
            <junit
               dir="${module.output}"
               printsummary="${junit.printsummary}"
  @@ -644,7 +644,7 @@
                  classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter"
                  usefile="${junit.formatter.usefile}"
                  extension="${jboss-junit-configuration}.xml"/>
  -            <sysproperty key="build.testlog" value="${build.testlog}"/>
  +            <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}"/>
  
  
  



More information about the jboss-cvs-commits mailing list