You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by jc...@apache.org on 2005/08/25 07:30:09 UTC

svn commit: r239998 - in /jakarta/commons/sandbox/proxy/trunk: build.xml commons-proxy.iml src/test/log4j.properties

Author: jcarman
Date: Wed Aug 24 22:30:06 2005
New Revision: 239998

URL: http://svn.apache.org/viewcvs?rev=239998&view=rev
Log:
Adding support for log4j to build system (unit tests).

Added:
    jakarta/commons/sandbox/proxy/trunk/src/test/log4j.properties
Modified:
    jakarta/commons/sandbox/proxy/trunk/build.xml
    jakarta/commons/sandbox/proxy/trunk/commons-proxy.iml

Modified: jakarta/commons/sandbox/proxy/trunk/build.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/proxy/trunk/build.xml?rev=239998&r1=239997&r2=239998&view=diff
==============================================================================
--- jakarta/commons/sandbox/proxy/trunk/build.xml (original)
+++ jakarta/commons/sandbox/proxy/trunk/build.xml Wed Aug 24 22:30:06 2005
@@ -64,6 +64,7 @@
         <runtime-dependency groupId="axis" artifactId="axis-jaxrpc" version="1.2.1" />
         <runtime-dependency groupId="axis" artifactId="axis-saaj" version="1.2.1" />
         <runtime-dependency groupId="axis" artifactId="axis-wsdl4j" version="1.5.1" />
+        <runtime-dependency groupId="log4j" version="1.2.9" />
         <runtime-dependency groupId="commons-discovery" version="0.2" />
         <runtime-dependency groupId="javassist" version="3.0"/>
         <build-dependency groupId="junit" version="3.8.1"/>

Modified: jakarta/commons/sandbox/proxy/trunk/commons-proxy.iml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/proxy/trunk/commons-proxy.iml?rev=239998&r1=239997&r2=239998&view=diff
==============================================================================
--- jakarta/commons/sandbox/proxy/trunk/commons-proxy.iml (original)
+++ jakarta/commons/sandbox/proxy/trunk/commons-proxy.iml Wed Aug 24 22:30:06 2005
@@ -120,6 +120,15 @@
         <SOURCES />
       </library>
     </orderEntry>
+    <orderEntry type="module-library">
+      <library>
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/lib/runtime/log4j/log4j.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES />
+      </library>
+    </orderEntry>
     <orderEntryProperties />
   </component>
 </module>

Added: jakarta/commons/sandbox/proxy/trunk/src/test/log4j.properties
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/proxy/trunk/src/test/log4j.properties?rev=239998&view=auto
==============================================================================
--- jakarta/commons/sandbox/proxy/trunk/src/test/log4j.properties (added)
+++ jakarta/commons/sandbox/proxy/trunk/src/test/log4j.properties Wed Aug 24 22:30:06 2005
@@ -0,0 +1,4 @@
+log4j.rootLogger=DEBUG, console
+log4j.appender.console=org.apache.log4j.ConsoleAppender
+log4j.appender.console.layout=org.apache.log4j.PatternLayout
+log4j.appender.console.layout.ConversionPattern=%d{MM-dd@HH:mm:ss} %-5p (%c{1}) %3x - %m%n
\ No newline at end of file



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