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

Peter Muir peter at bleepbleep.org.uk
Thu Dec 6 16:46:09 EST 2007


  User: pmuir   
  Date: 07/12/06 16:46:09

  Modified:    build    common.build.xml ci.build.xml
  Log:
  move around where we declare endorsed dir
  
  Revision  Changes    Path
  1.19      +1 -0      jboss-seam/build/common.build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: common.build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/common.build.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -b -r1.18 -r1.19
  --- common.build.xml	6 Dec 2007 15:21:15 -0000	1.18
  +++ common.build.xml	6 Dec 2007 21:46:09 -0000	1.19
  @@ -17,6 +17,7 @@
   	<property name="build.dir" value="${seam.dir}/build" />
   	<property name="tmp.dir" value="${seam.dir}/classes" />
   	<property name="lib.dir" value="${seam.dir}/lib" />
  +	<property name="endorsed.dir" value="${tmp.dir}/endorsed" />
     
       <property name="embedded.version" value="beta3-SNAPSHOT" />
   
  
  
  
  1.15      +1 -2      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.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- ci.build.xml	6 Dec 2007 15:43:30 -0000	1.14
  +++ ci.build.xml	6 Dec 2007 21:46:09 -0000	1.15
  @@ -42,12 +42,11 @@
                   <exclusion groupId="javax.activation" artifactId="activation" />
               </dependency>
           </artifact:dependencies>
  -    	<property name="endorsed.dir" value="${tmp.dir}/endorsed/" />
           <copy todir="${endorsed.dir}">
               <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 -Djava.endorsed.dirs=${endorsed.dir}"/>
  +        <build target="coverageall" testngjvmargs="-Dsun.lang.ClassLoader.allowArraySyntax=true"/>
           <build target="copytestoutput" />
           <build target="testreport" />
       </target>
  
  
  



More information about the jboss-cvs-commits mailing list