[jboss-cvs] JBossCache ...

Ben Wang bwang at jboss.com
Tue Nov 7 23:40:09 EST 2006


  User: bwang   
  Date: 06/11/07 23:40:09

  Modified:    JBossCache  build.xml
  Log:
  Commented out old build targets.
  
  Revision  Changes    Path
  1.147     +3 -67     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.146
  retrieving revision 1.147
  diff -u -b -r1.146 -r1.147
  --- build.xml	3 Nov 2006 11:19:56 -0000	1.146
  +++ build.xml	8 Nov 2006 04:40:09 -0000	1.147
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.146 2006/11/03 11:19:56 msurtani Exp $ -->
  +<!-- $Id: build.xml,v 1.147 2006/11/08 04:40:09 bwang Exp $ -->
   
   <project default="compile" name="JBossCache">
   
  @@ -560,34 +560,6 @@
         </annotationc>
      </target>
   
  -   <!-- pre-compile directory with aopc -->
  -   <target name="aopcWithAnnoc" depends="annoc" description="Precompile aop test classes after annoc">
  -      <taskdef name="aopc" classname="org.jboss.aop.ant.AopC" classpathref="library.classpath"/>
  -      <aopc compilerclasspathref="library.classpath" verbose="true">
  -         <src path="${compiletest.dir}/org/jboss/cache/aop/test"/>
  -         <src path="${compiletest.dir}/org/jboss/cache/data"/>
  -         <aoppath path="${output.resources.dir}/pojocache-aop.xml"/>
  -         <classpath refid="output.classpath"/>
  -      </aopc>
  -      <aopc compilerclasspathref="library.classpath" verbose="true">
  -         <src path="${compiletest.dir}/org/jboss/cache/aop/test/propagation/impl"/>
  -         <aoppath path="${output.resources.dir}/pojocache-aop.xml"/>
  -         <classpath refid="output.classpath"/>
  -      </aopc>
  -   </target>
  -
  -   <!-- pre-compile directory with aopc -->
  -   <target name="aopc" depends="compile" description="Precompile aop test classes">
  -      <taskdef name="aopc" classname="org.jboss.aop.ant.AopC" classpathref="library.classpath"/>
  -      <aopc compilerclasspathref="library.classpath" classpathref="library.classpath" verbose="true">
  -         <src path="${compiletest.dir}/org/jboss/cache/aop/test"/>
  -         <aoppath path="${output.resources.dir}/pojocache-aop.xml"/>
  -         <classpath>
  -            <path refid="output.classpath"/>
  -         </classpath>
  -      </aopc>
  -   </target>
  -
      <!-- pre-compile directory with aopc50 -->
      <target name="aopc50" depends="compile" description="Precompile aop test classes">
         <taskdef name="aopc" classname="org.jboss.aop.ant.AopC" classpathref="library.classpath"/>
  @@ -621,44 +593,6 @@
         </junit>
      </target>
   
  -   <target name="functionalAopTestsWithAnnoC" depends="compile,aopcWithAnnoc,unittests-init"
  -           description="Runs all AOP functional tests">
  -      <junit printsummary="yes" timeout="${junit.timeout}" fork="yes">
  -         <classpath refid="library.classpath"/>
  -         <classpath refid="output.classpath"/>
  -         <formatter type="xml" usefile="true"/>
  -         <jvmarg value="-Djboss.aop.path=${output.resources.dir}/pojocache-aop.xml"/>
  -         <jvmarg value="-Dbind.address=${bind.address}"/>
  -         <jvmarg value="-Djava.net.preferIPv4Stack=true"/>
  -         <batchtest todir="${build.reports}">
  -            <fileset dir="${functional.tests.dir}">
  -               <include name="**/aop/**/*Test.*"/>
  -               <patternset refid="junit.excludes"/>
  -            </fileset>
  -         </batchtest>
  -      </junit>
  -   </target>
  -
  -
  -   <target name="functionalAopTestsWithAopC" depends="compile,aopc,unittests-init"
  -           description="Runs all AOP functional tests">
  -      <junit printsummary="yes" timeout="${junit.timeout}" fork="yes">
  -         <classpath refid="library.classpath"/>
  -         <classpath refid="output.classpath"/>
  -         <formatter type="xml" usefile="true"/>
  -         <jvmarg value="-Djboss.aop.path=${output.resources.dir}/pojocache-aop.xml"/>
  -         <jvmarg value="-Dbind.address=${bind.address}"/>
  -         <jvmarg value="-Djava.net.preferIPv4Stack=true"/>
  -         <sysproperty key="log4j.configuration" value="file:${etc.dir}/log4j.xml"/>
  -         <batchtest todir="${build.reports}">
  -            <fileset dir="${functional.tests.dir}">
  -               <include name="**/aop/**/*Test.*"/>
  -               <patternset refid="junit.excludes"/>
  -            </fileset>
  -         </batchtest>
  -      </junit>
  -   </target>
  -
      <target name="functionalAop50TestsWithAopC" depends="compile,aopc50,unittests-init"
              description="Runs all AOP functional tests">
         <junit printsummary="yes" timeout="${junit.timeout}" fork="yes">
  @@ -769,6 +703,7 @@
         </junit>
      </target>
   
  +<!--
      <target name="perfAopTests" depends="compile,aopc,unittests-init" description="Runs all AOP performance tests">
         <junit printsummary="yes" timeout="${junit.timeout}" fork="yes">
            <classpath refid="library.classpath"/>
  @@ -802,6 +737,7 @@
            </batchtest>
         </junit>
      </target>
  +-->
   
      <target name="all-functionaltests"
              depends="functionaltests, functionalPojoCacheTests"
  
  
  



More information about the jboss-cvs-commits mailing list