[jboss-cvs] jboss-seam/build ...

Peter Muir peter at bleepbleep.org.uk
Fri Dec 7 11:45:15 EST 2007


  User: pmuir   
  Date: 07/12/07 11:45:15

  Modified:    build    ci.build.xml
  Log:
  Doesn't need to be run in coverage mode
  
  Revision  Changes    Path
  1.17      +1 -1      jboss-seam/build/ci.build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ci.build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/ci.build.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -b -r1.16 -r1.17
  --- ci.build.xml	6 Dec 2007 22:01:53 -0000	1.16
  +++ ci.build.xml	7 Dec 2007 16:45:15 -0000	1.17
  @@ -46,7 +46,7 @@
               <fileset refid="endorsed.fileset" />
           	<mapper classpathref="maven-ant-tasks.classpath" classname="org.apache.maven.artifact.ant.VersionMapper" from="${endorsed.versions}" to="flatten" />
           </copy>  
  -        <build target="coverageall" testngjvmargs="-Dsun.lang.ClassLoader.allowArraySyntax=true"/>
  +        <build target="testall" testngjvmargs="-Dsun.lang.ClassLoader.allowArraySyntax=true"/>
           <build target="copytestoutput" />
           <build target="testreport" />
       </target>
  
  
  



More information about the jboss-cvs-commits mailing list