You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by ca...@apache.org on 2007/04/20 21:10:08 UTC

svn commit: r530888 - in /gump/metadata: profile/gump.xml project/logging-log4j-12.xml project/logging-log4j-component.xml

Author: carnold
Date: Fri Apr 20 12:10:08 2007
New Revision: 530888

URL: http://svn.apache.org/viewvc?view=rev&rev=530888
Log:
Renabled log4j 1.2 tests add logging-log4j-component

Added:
    gump/metadata/project/logging-log4j-component.xml
Modified:
    gump/metadata/profile/gump.xml
    gump/metadata/project/logging-log4j-12.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?view=diff&rev=530888&r1=530887&r2=530888
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Fri Apr 20 12:10:08 2007
@@ -151,6 +151,7 @@
   <module href="project/logging-log4j.xml"/>
   <module href="project/logging-log4j-12.xml"/>
   <module href="project/logging-log4net.xml"/>
+  <module href="project/logging-log4j-component.xml"/>
 
 <!-- Apache.Lucene -->
   <module href="project/lucene-java.xml"/>

Modified: gump/metadata/project/logging-log4j-12.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/logging-log4j-12.xml?view=diff&rev=530888&r1=530887&r2=530888
==============================================================================
--- gump/metadata/project/logging-log4j-12.xml (original)
+++ gump/metadata/project/logging-log4j-12.xml Fri Apr 20 12:10:08 2007
@@ -44,19 +44,13 @@
     <!--home nested="dist"/-->
     <jar  name="dist/lib/log4j-@@DATE@@.jar" id="log4j"/>
     
-    <!--nag to="log4j-dev@logging.apache.org"
-         subject="Build Failure 1.2 branch"
-         from="Ceki Gülcü &lt;ceki@apache.org&gt;"/-->
     <nag to="log4j-dev@logging.apache.org"
          subject="Build Failure 1.2 branch"
-         from="&lt;ceki@apache.org&gt;"/>
+         from="&lt;noreply@apache.org&gt;"/>
   </project>
 
-  <!-- disable until it can work on JDK 1.4
   <project name="log4j-tests-12">
-
     <mkdir dir="tests/classes" />
-
     <ant basedir="tests" target="regression" />
 
     <depend project="ant" />
@@ -69,9 +63,8 @@
     <work nested="tests/classes" />
     <work nested="tests/resources" />
 
-    <nag to="log4j-dev@logging.apache.org"
+    <nag to="carnold@apache.org"
          subject="Test Failure 1.2 branch"
-         from="Ceki Gülcü &lt;ceki@apache.org&gt;"/>
+         from="&lt;noreply@apache.org&gt;"/>
   </project>
-  -->
 </module>

Added: gump/metadata/project/logging-log4j-component.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/logging-log4j-component.xml?view=auto&rev=530888
==============================================================================
--- gump/metadata/project/logging-log4j-component.xml (added)
+++ gump/metadata/project/logging-log4j-component.xml Fri Apr 20 12:10:08 2007
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<module name="logging-log4j-component">
+
+  <url href="http://logging.apache.org/log4j/companions/component/index.html"/>
+  <description>
+    Back-port of log4j 1.3 component framework for use with log4j 1.2.  (Experimental)
+  </description>
+
+  <svn repository="logging" dir="sandbox/log4j/component"/>
+  
+  <project name="logging-log4j-component">
+    <package>org.apache.log4j</package>
+
+    <ant target="gump">
+      <property name="project.version" value="@@DATE@@"/>
+    </ant>
+
+    <depend project="logging-log4j-12"/>
+    <depend project="junit" />
+
+    <jar  name="target/apache-log4j-component-@@DATE@@.jar"
+		id="apache-log4j-component"/>
+    
+    <nag to="carnold@apache.org"
+         subject="Build Failure apache-log4j-component"
+         from="&lt;noreply@apache.org&gt;"/>
+  </project>
+</module>