You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by ca...@apache.org on 2007/04/27 05:51:09 UTC

svn commit: r532947 [1/3] - in /logging/sandbox/log4j/formatter: ./ src/main/java/org/apache/log4j/ src/main/resources/META-INF/ src/test/java/org/apache/log4j/ src/test/resources/org/ src/test/resources/org/apache/ src/test/resources/org/apache/log4j/

Author: carnold
Date: Thu Apr 26 20:51:08 2007
New Revision: 532947

URL: http://svn.apache.org/viewvc?view=rev&rev=532947
Log:
Usable, now with resource bundle methods, supports trace on pre 1.2.12

Added:
    logging/sandbox/log4j/formatter/NOTICE
    logging/sandbox/log4j/formatter/src/main/resources/META-INF/LICENSE
      - copied unchanged from r532885, logging/sandbox/log4j/formatter/LICENSE
    logging/sandbox/log4j/formatter/src/main/resources/META-INF/NOTICE
    logging/sandbox/log4j/formatter/src/test/java/org/apache/log4j/TestLogMF.java   (contents, props changed)
      - copied, changed from r532885, logging/sandbox/log4j/formatter/src/test/java/org/apache/log4j/LogMFTest.java
    logging/sandbox/log4j/formatter/src/test/resources/org/
    logging/sandbox/log4j/formatter/src/test/resources/org/apache/
    logging/sandbox/log4j/formatter/src/test/resources/org/apache/log4j/
    logging/sandbox/log4j/formatter/src/test/resources/org/apache/log4j/TestLogMFPatterns.properties
Removed:
    logging/sandbox/log4j/formatter/src/test/java/org/apache/log4j/LogMFTest.java
    logging/sandbox/log4j/formatter/src/test/java/org/apache/log4j/LogMFTraceTest.java
Modified:
    logging/sandbox/log4j/formatter/build.xml
    logging/sandbox/log4j/formatter/pom.xml
    logging/sandbox/log4j/formatter/src/main/java/org/apache/log4j/LogMF.java
    logging/sandbox/log4j/formatter/src/test/java/org/apache/log4j/LogCapture.java

Added: logging/sandbox/log4j/formatter/NOTICE
URL: http://svn.apache.org/viewvc/logging/sandbox/log4j/formatter/NOTICE?view=auto&rev=532947
==============================================================================
--- logging/sandbox/log4j/formatter/NOTICE (added)
+++ logging/sandbox/log4j/formatter/NOTICE Thu Apr 26 20:51:08 2007
@@ -0,0 +1,5 @@
+Apache LogMF Companion for log4j 1.2
+Copyright 2007 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
\ No newline at end of file

Modified: logging/sandbox/log4j/formatter/build.xml
URL: http://svn.apache.org/viewvc/logging/sandbox/log4j/formatter/build.xml?view=diff&rev=532947&r1=532946&r2=532947
==============================================================================
--- logging/sandbox/log4j/formatter/build.xml (original)
+++ logging/sandbox/log4j/formatter/build.xml Thu Apr 26 20:51:08 2007
@@ -47,7 +47,7 @@
 
     <!--   Java compiler settings   -->
     <property name="javac.source" value="1.3"/>
-    <property name="javac.target" value="1.2"/>   
+    <property name="javac.target" value="1.2"/>
     <property name="javac.deprecation" value="true"/>
     <property name="javac.debug" value="true"/>
        
@@ -120,33 +120,11 @@
             </classpath>
     		<batchtest>
     			<fileset dir="src/test/java/">
-    				<include name="**/*TestCase.java"/>
-    				<include name="**/*Test.java"/>
+    				<include name="**/Test*.java"/>
     			</fileset>
     	    </batchtest>
     	    <formatter type="plain" usefile="false"/>
     	</junit>
     </target>
 
-<taskdef name="jalopy"
-           classname="de.hunsicker.jalopy.plugin.ant.AntPlugin">
-    <!--
-
-      we did not copy the needed .jars into the /lib directory of Ant in order
-      to avoid possible classpath issues, so we have to specify a lookup
-      classpath here
-
-      -->
-    <classpath>
-      <fileset dir="${user.home}/java/jalopy-ant-0.6.2/lib">
-        <include name="*.jar" />
-      </fileset>
-    </classpath>
-  </taskdef>
-
-    <target name="fixcrlf">
-        <jalopy fileformat="unix">
-             <fileset dir="src" includes="**/*.java"/>
-        </jalopy>
-    </target>
 </project>

Modified: logging/sandbox/log4j/formatter/pom.xml
URL: http://svn.apache.org/viewvc/logging/sandbox/log4j/formatter/pom.xml?view=diff&rev=532947&r1=532946&r2=532947
==============================================================================
--- logging/sandbox/log4j/formatter/pom.xml (original)
+++ logging/sandbox/log4j/formatter/pom.xml Thu Apr 26 20:51:08 2007
@@ -132,7 +132,7 @@
     <dependency>
       <groupId>log4j</groupId>
       <artifactId>log4j</artifactId>
-      <version>1.2.14</version>
+      <version>1.2.8</version>
     </dependency>    
   </dependencies>
   <reporting>



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