[jboss-cvs] JBossCache ...

Ben Wang bwang at jboss.com
Tue Jan 9 23:26:12 EST 2007


  User: bwang   
  Date: 07/01/09 23:26:12

  Modified:    JBossCache  build.xml
  Log:
  Target name update for one-test pojocache
  
  Revision  Changes    Path
  1.161     +3 -15     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.160
  retrieving revision 1.161
  diff -u -b -r1.160 -r1.161
  --- build.xml	5 Jan 2007 16:29:40 -0000	1.160
  +++ build.xml	10 Jan 2007 04:26:12 -0000	1.161
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.160 2007/01/05 16:29:40 gzamarreno Exp $ -->
  +<!-- $Id: build.xml,v 1.161 2007/01/10 04:26:12 bwang Exp $ -->
   
   <project default="compile" name="JBossCache">
   
  @@ -507,11 +507,8 @@
         </junit>
      </target>
   
  -   <target name="one-test-aop" depends="generateClassLoader, compile,unittests-init"
  -           description="Runs a single unit test">
  +   <target name="one-test-pojocache" depends="compile, unittests-init" description="Runs a single unit test">
         <junit printsummary="yes" timeout="${junit.timeout}" fork="yes">
  -         <jvmarg value="-Djboss.aop.path=${output.resources.dir}/pojocache-aop.xml"/>
  -         <jvmarg value="-Xbootclasspath/p:${bootclasspath}"/>
            <!--  start of Optimizeit support
                  sample script
            #!/bin/sh
  @@ -535,16 +532,7 @@
                   <jvmarg value="-Xrunjdwp:transport=dt_socket,server=n,suspend=n,address=localhost:2401"/>
            -->
            <!-- jvmarg value="-Dbind.address=${bind.address}"/ -->
  -         <sysproperty key="log4j.configuration" value="file:${etc.dir}/log4j.xml"/>
  -         <classpath refid="library.classpath"/>
  -         <classpath refid="output.classpath"/>
  -         <formatter type="xml" usefile="true"/>
  -         <test name="${test}" todir="${build.reports}"/>
  -      </junit>
  -   </target>
   
  -   <target name="one-test-aop50" depends="compile, unittests-init" description="Runs a single unit test">
  -      <junit printsummary="yes" timeout="${junit.timeout}" fork="yes">
            <jvmarg value="-Djboss.aop.path=${output.resources.dir}/pojocache-aop.xml"/>
            <!--
            <jvmarg value="-Djava.system.class.loader=org.jboss.aop.standalone.SystemClassLoader"/>
  @@ -558,7 +546,7 @@
         </junit>
      </target>
   
  -   <target name="one-test-aop50WithAopC" depends="compile, aopc50, unittests-init"
  +   <target name="one-test-precompiled-pojocache" depends="compile, aopc50, unittests-init"
              description="Runs a single unit test">
         <junit printsummary="yes" timeout="${junit.timeout}" fork="yes">
            <classpath refid="output.classpath"/>
  
  
  



More information about the jboss-cvs-commits mailing list