You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by de...@apache.org on 2006/01/29 15:51:36 UTC

svn commit: r373312 - in /jakarta/commons/proper/logging/trunk: build.properties.sample build.xml

Author: dennisl
Date: Sun Jan 29 06:51:18 2006
New Revision: 373312

URL: http://svn.apache.org/viewcvs?rev=373312&view=rev
Log:
Comment out some remains from the log4j 1.3 build. Add notes to put them back again if/when the build uses log4j 1.3.

Modified:
    jakarta/commons/proper/logging/trunk/build.properties.sample
    jakarta/commons/proper/logging/trunk/build.xml

Modified: jakarta/commons/proper/logging/trunk/build.properties.sample
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/logging/trunk/build.properties.sample?rev=373312&r1=373311&r2=373312&view=diff
==============================================================================
--- jakarta/commons/proper/logging/trunk/build.properties.sample (original)
+++ jakarta/commons/proper/logging/trunk/build.properties.sample Sun Jan 29 06:51:18 2006
@@ -16,7 +16,8 @@
 log4j12.jar=lib/log4j-1.2.12.jar
 
 # Apache Log4j 1.3.x series
-log4j13.jar=lib/log4j-1.3.0.jar
+# Note: Log4j 1.3 support not available in the 1.1 release
+#log4j13.jar=lib/log4j-1.3.0.jar
 
 # logkit.jar - Avalon LogKit classes (see http://jakarta.apache.org/avalon)
 logkit.jar=lib/logkit-1.0.1.jar

Modified: jakarta/commons/proper/logging/trunk/build.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/logging/trunk/build.xml?rev=373312&r1=373311&r2=373312&view=diff
==============================================================================
--- jakarta/commons/proper/logging/trunk/build.xml (original)
+++ jakarta/commons/proper/logging/trunk/build.xml Sun Jan 29 06:51:18 2006
@@ -241,7 +241,8 @@
 
     <echo>
     Log4j12: ${log4j12.jar}
-    Log4j13: ${log4j13.jar}
+    <!-- Note: log4j13 support is not available in the 1.1 release. -->
+    <!--Log4j13: ${log4j13.jar}-->
     LogKit: ${logkit.jar}
     Avalon-Framework: ${avalon-framework.jar}
     </echo>
@@ -290,10 +291,16 @@
   </target>
   
   <target name="log4j13-warning" unless='log4j13.present' depends='init,discovery'>
+    <!--
+      - Note: log4j13 support is not available in the 1.1 release.
+      - If we add it in a future release, the code below should be uncommented.
+      -->
+    <!--
     <echo>
     *** WARNING ***
     Log4j 1.3 not found: Cannot Build Log4J13Logger
     </echo>
+    -->
   </target>
   
   <target name="logkit-warning" unless='logkit.present' depends='init,discovery'>
@@ -333,7 +340,8 @@
   <target name="show-lib-presence">
     <echo  message="jdk.1.4.present=${jdk.1.4.present}"/>
     <echo  message="log4j12.present=${log4j12.present}"/>
-    <echo  message="log4j13.present=${log4j13.present}"/>
+    <!-- Note: log4j13 support is not available in the 1.1 release. -->
+    <!--<echo  message="log4j13.present=${log4j13.present}"/>-->
     <echo  message="logkit.present=${logkit.present}"/>
     <echo  message="avalon-framework.present=${avalon-framework.present}"/>
   </target>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org