[jboss-cvs] JBossCache ...

Manik Surtani msurtani at jboss.com
Fri Nov 3 06:19:56 EST 2006


  User: msurtani
  Date: 06/11/03 06:19:56

  Modified:    JBossCache  build.xml
  Log:
  Exclude manual tests from cruise control
  
  Revision  Changes    Path
  1.146     +26 -21    JBossCache/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/build.xml,v
  retrieving revision 1.145
  retrieving revision 1.146
  diff -u -b -r1.145 -r1.146
  --- build.xml	2 Nov 2006 09:35:48 -0000	1.145
  +++ build.xml	3 Nov 2006 11:19:56 -0000	1.146
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.145 2006/11/02 09:35:48 msurtani Exp $ -->
  +<!-- $Id: build.xml,v 1.146 2006/11/03 11:19:56 msurtani Exp $ -->
   
   <project default="compile" name="JBossCache">
   
  @@ -80,6 +80,8 @@
         <exclude name="org/jboss/cache/statetransfer/ForcedStateTransferTest*"/>
         <!-- See JBCACHE-654 -->
         <exclude name="org/jboss/cache/aop/memory/ReplicatedAopTest*"/>
  +      <!-- manual tests - tests that are not supposed to be run by CC for whatever reason -->
  +      <exclude name="**/manualtests/**"/>
      </patternset>
   
      <patternset id="junit.excludes">
  @@ -253,18 +255,19 @@
         </javac>
      </target>
   
  -   <target name="jbossretro" depends="compile" description="Weave the classes compiled in the compile-cache target for JDK 1.4.0 compatibility">
  +   <target name="jbossretro" depends="compile"
  +           description="Weave the classes compiled in the compile-cache target for JDK 1.4.0 compatibility">
   
         <taskdef name="retro" classname="org.jboss.ant.tasks.retro.Retro">
  -         <classpath refid="retro.library.classpath" />
  +         <classpath refid="retro.library.classpath"/>
         </taskdef>
   
         <mkdir dir="${retro.compile.dir}"/>
   
   	   <retro destdir="${retro.compile.dir}">
  -         <classpath refid="library.classpath" />
  -         <classpath refid="retro.library.classpath" />
  -         <classpath path="${compile.dir}" />
  +         <classpath refid="library.classpath"/>
  +         <classpath refid="retro.library.classpath"/>
  +         <classpath path="${compile.dir}"/>
            <src path="${compile.dir}"/>
            <exclude name="**/obsolete/**"/>
         </retro>
  @@ -272,10 +275,10 @@
         <!-- now the tests -->
         <mkdir dir="${retro.compiletest.dir}"/>
         <retro destdir="${retro.compiletest.dir}">
  -         <classpath refid="library.classpath" />
  -         <classpath refid="retro.library.classpath" />
  +         <classpath refid="library.classpath"/>
  +         <classpath refid="retro.library.classpath"/>
            <classpath path="${retro.compile.dir}"/>
  -         <classpath path="${compiletest.dir}" />
  +         <classpath path="${compiletest.dir}"/>
            <src path="${compiletest.dir}"/>
            <exclude name="**/obsolete/**"/>
         </retro>
  @@ -288,7 +291,8 @@
      <target name="jar" description="Builds jbosscache.jar" depends="compile, manifest, jar-cache, jar-pojocache">
      </target>
   
  -   <target name="jar-retro" description="Builds JDK 1.4.0-compatible jbosscache.jar" depends="jbossretro, manifest-retro">
  +   <target name="jar-retro" description="Builds JDK 1.4.0-compatible jbosscache.jar"
  +           depends="jbossretro, manifest-retro">
         <mkdir dir="${dist.lib}"/>
         <jar jarfile="${dist.lib}/jbosscache-JDK140.jar" manifest="${manifest.file}">
            <fileset dir="${retro.compile.dir}">
  @@ -300,7 +304,7 @@
               <include name="${dependencies}"/>
            </fileset>
         </jar>
  -      <delete file="${manifest.file}" />
  +      <delete file="${manifest.file}"/>
      </target>
   
      <target name="jar-cache" depends="compile-cache, manifest" description="Builds core jbosscache.jar">
  @@ -315,7 +319,7 @@
               <include name="${dependencies}"/>
            </fileset>
         </jar>
  -      <delete file="${manifest.file}" />
  +      <delete file="${manifest.file}"/>
      </target>
   
      <target name="jar-pojocache" depends="compile-pojocache, manifest-pc" description="Builds pojocache.jar">
  @@ -328,7 +332,7 @@
               <include name="${dependencies}"/>
            </fileset>
         </jar>
  -      <delete file="${manifest.file}" />
  +      <delete file="${manifest.file}"/>
      </target>
   
      <target name="manifest">
  @@ -1022,7 +1026,8 @@
      <!-- Install & Release                                                  -->
      <!-- ================================================================== -->
   
  -   <target name="dist" description="Creates a full standalone distribution" depends="jar, jar-retro, docs, javadocs, javadocs50">
  +   <target name="dist" description="Creates a full standalone distribution"
  +           depends="jar, jar-retro, docs, javadocs, javadocs50">
         <!--target name="dist" description="Creates a full standalone distribution" depends="jar"-->
   
         <!-- Now make temp dirs, copy files and create the zip files -->
  @@ -1069,7 +1074,7 @@
               <include name="Changelog.txt"/>
               <include name="Readme.txt"/>
               <include name="ReleaseNotes.txt"/>
  -	    <include name="JBossORG-EULA.txt" />
  +            <include name="JBossORG-EULA.txt"/>
            </fileset>
         </copy>
   
  @@ -1181,7 +1186,7 @@
               <include name="org/jboss/cache/**"/>
               <exclude name="org/jboss/cache/pojo/**"/>
               <exclude name="src/**"/>
  -            <exclude name="pojocache*" />
  +            <exclude name="pojocache*"/>
               <exclude name="lib/pojocache.jar"/>
               <exclude name="lib/jboss-aop*.jar"/>
               <exclude name="lib/trove.jar"/>
  @@ -1222,7 +1227,7 @@
         </copy>
   
         <copy todir="${tmp.dir}/lib">
  -         <fileset dir="${retro.lib.dir}" />
  +         <fileset dir="${retro.lib.dir}"/>
         </copy>
   
         <copy todir="${tmp.dir}/lib" filtering="no">
  @@ -1241,7 +1246,7 @@
            <zipfileset dir="${tmp.dir}" prefix="${module.name}-core-JDK140-${module.version}" filemode="755">
               <include name="**/*"/>
               <include name="org/jboss/cache/**"/>
  -            <exclude name="pojocache*" />
  +            <exclude name="pojocache*"/>
               <exclude name="org/jboss/cache/pojo/**"/>
               <exclude name="src/**"/>
               <exclude name="lib/pojocache.jar"/>
  
  
  



More information about the jboss-cvs-commits mailing list