[jboss-cvs] jboss-seam ...

Gavin King gavin.king at jboss.com
Wed Feb 7 18:44:49 EST 2007


  User: gavin   
  Date: 07/02/07 18:44:49

  Modified:    jboss-seam  build.xml
  Log:
  fix
  
  Revision  Changes    Path
  1.140     +5 -5      jboss-seam/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build.xml,v
  retrieving revision 1.139
  retrieving revision 1.140
  diff -u -b -r1.139 -r1.140
  --- build.xml	7 Feb 2007 22:49:52 -0000	1.139
  +++ build.xml	7 Feb 2007 23:44:49 -0000	1.140
  @@ -269,7 +269,10 @@
       <property name="test.classpath" value="test.classpath"/>
       
       <path id="test.classpath">
  -        <path refid="build.classpath"/>
  +        <path path="${build.dir}/test"/>
  +        <path path="${coverage.dir}/classes"/>
  +        <path refid="classpath.emma"/>
  +    	<fileset refid="lib"/>
        </path>
       
       <path id="test.mc.classpath">
  @@ -648,17 +651,14 @@
           <taskdef resource="testngtasks"
                    classpath="${testng.jar}"/>
           
  -        <copy todir="${build.dir}/test" >
  +        <copy todir="${build.dir}/test">
               <fileset dir="${classes.dir}" includes="**/*.*"/>
           </copy>
           
           <delete dir="test-output"/>             
          
           <testng>
  -            <classpath path="${coverage.dir}/classes"/>
  -            <classpath path="${build.dir}/test"/>
               <classpath refid="test.classpath"/>
  -            <classpath refid="classpath.emma"/>
               <xmlfileset dir="${src.test.dir}" includes="**/*.xml"/>
           </testng>
           
  
  
  



More information about the jboss-cvs-commits mailing list