[jboss-cvs] apache/commons-logging ...

Scott Stark scott.stark at jboss.com
Sun Feb 11 15:26:01 EST 2007


  User: starksm 
  Date: 07/02/11 15:26:01

  Modified:    commons-logging  Tag: JBoss_Apache_Common_Logging_Branch_1_1
                        build.xml
  Log:
  Update the log4j excludes
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.3.4.1   +19 -6     apache/commons-logging/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/apache/commons-logging/build.xml,v
  retrieving revision 1.3
  retrieving revision 1.3.4.1
  diff -u -b -r1.3 -r1.3.4.1
  --- build.xml	9 Feb 2007 06:57:16 -0000	1.3
  +++ build.xml	11 Feb 2007 20:26:01 -0000	1.3.4.1
  @@ -38,7 +38,7 @@
     - the path to a 1.4 J2SDK. This will be used to compile those classes
     - which require the 1.4 API. 
     -
  -  - $Id: build.xml,v 1.3 2007/02/09 06:57:16 starksm Exp $
  +  - $Id: build.xml,v 1.3.4.1 2007/02/11 20:26:01 starksm Exp $
     -->
   
   <project name="Logging" default="all" basedir=".">
  @@ -358,7 +358,8 @@
   
         <classpath refid="compile.classpath"/>
       
  -      <exclude name="org/apache/commons/logging/impl/Log4J*.java"/>
  +      <exclude name="org/apache/commons/logging/impl/*Log4J*.java"/>
  +      <exclude name="org/apache/commons/logging/impl/*Log4j*.java"/>
   
         <exclude name="org/apache/commons/logging/impl/Jdk13LumberjackLogger.java"
                  unless="jdk.1.4.present"/>
  @@ -724,6 +725,14 @@
       <echo message="Test output can be found in directory ${build.home}/test-reports."/>
       <delete dir="${build.home}/test-reports"/>
       <mkdir dir="${build.home}/test-reports"/>
  +    <echo message="test.sysprops.testclasses = ${test.sysprops.testclasses}"/>
  +    <echo message="test.sysprops.log4j12 = ${test.sysprops.log4j12}"/>
  +    <echo message="test.sysprops.log4j13 = ${test.sysprops.log4j13}"/>
  +    <echo message="test.sysprops.logkit = ${test.sysprops.logkit}"/>
  +    <echo message="test.sysprops.servletapi = ${test.sysprops.servletapi}"/>
  +    <echo message="test.sysprops.commons-logging = ${test.sysprops.commons-logging}"/>
  +    <echo message="test.sysprops.commons-logging-api = ${test.sysprops.commons-logging-api}"/>
  +    <echo message="test.sysprops.commons-logging-adapters = ${test.sysprops.commons-logging-adapters}"/>
   
         <echo message="executing tests [${testmatch}.java]"/>
       <!--
  @@ -732,7 +741,8 @@
         - The default settings cause a single VM to be created in which all of
         - the tests are then run. 
         -->
  -    <junit printsummary="off" showoutput="no" fork="yes" forkmode="once" failureproperty="test.failure">
  +    <junit printsummary="on" showoutput="no"
  +      fork="yes" forkmode="once" failureproperty="test.failure">
         <!-- plain output to file; brief output to console. -->
         <formatter type="plain"/>
         <formatter usefile="false" type="brief"/>
  @@ -742,6 +752,9 @@
           - the use of the PathableClassLoader class used by some unit tests.
           -->
         <syspropertyset refid="test-lib-props"/>
  +      <!-- Uncomment to enable diag logging to STDERR
  +      <sysproperty key="org.apache.commons.logging.diagnostics.dest" value="STDERR"/>
  +      -->
         <classpath refid="test.classpath"/>
   
         <!--
  
  
  



More information about the jboss-cvs-commits mailing list