[jboss-cvs] JBossCache/etc ...

Ben Wang bwang at jboss.com
Thu Sep 21 04:33:33 EDT 2006


  User: bwang   
  Date: 06/09/21 04:33:33

  Modified:    etc      build.xml
  Log:
  Updated.
  
  Revision  Changes    Path
  1.16      +3 -1      JBossCache/etc/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/build.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- build.xml	20 Sep 2006 10:45:43 -0000	1.15
  +++ build.xml	21 Sep 2006 08:33:33 -0000	1.16
  @@ -244,7 +244,7 @@
      <target name="aopc" depends="compile" description="Precompile aop class">
         <aopc compilerclasspathref="aop.classpath" verbose="true">
            <src path="${build}"/>
  -         <include name="org/jboss/cache/aop/test/**/*.class"/>
  +         <include name="org/jboss/cache/pojo/test/**/*.class"/>
            <aoppath path="${output}/resources/jboss-aop.xml"/>
            <classpath path="${build}"/>
            <classpath refid="lib.classpath"/>
  @@ -316,6 +316,7 @@
        <junit printsummary="true" fork="yes" >
          <classpath refid="lib.classpath" />
          <classpath refid="build.classpath" />
  +       <jvmarg value="-Djboss.aop.path=${output}/resources/jboss-aop.xml"/>
          <classpath path="${output}/etc" />
          <formatter type="xml" />
          <sysproperty key="log4j.configuration" value="file:${output}/etc/log4j.xml"/>
  @@ -339,6 +340,7 @@
         fork="yes" >
         <jvmarg value="-Xmx128M"/>
         <classpath refid="lib.classpath" />
  +      <jvmarg value="-Djboss.aop.path=${output}/resources/jboss-aop.xml"/>
         <classpath refid="build.classpath" />
         <classpath path="${output}/etc" />
         <formatter type="xml" />
  
  
  



More information about the jboss-cvs-commits mailing list