You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ba...@apache.org on 2007/09/26 20:21:14 UTC

svn commit: r579746 - in /webservices/axis2/trunk/java/modules/metadata: pom.xml test-resources/log4j.properties

Author: barrettj
Date: Wed Sep 26 11:21:13 2007
New Revision: 579746

URL: http://svn.apache.org/viewvc?rev=579746&view=rev
Log:
Copy metadata log4j.properties to target directory to control test log level output.  Set default to ERROR only

Modified:
    webservices/axis2/trunk/java/modules/metadata/pom.xml
    webservices/axis2/trunk/java/modules/metadata/test-resources/log4j.properties

Modified: webservices/axis2/trunk/java/modules/metadata/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/metadata/pom.xml?rev=579746&r1=579745&r2=579746&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/metadata/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/metadata/pom.xml Wed Sep 26 11:21:13 2007
@@ -131,6 +131,23 @@
 							<goal>run</goal>
 						</goals>
 					</execution>
+					<execution>
+						<id>build-repo</id>
+						<phase>test-compile</phase>
+						<configuration>
+							<tasks>
+								<copy toDir="target/test-classes/">
+									<fileset dir="test-resources/">
+										<include name="**/*.properties"/>
+									</fileset>
+								</copy>
+							</tasks>
+						</configuration>
+						<goals>
+							<goal>run</goal>
+						</goals>
+					</execution>
+					
 				</executions>
 				<dependencies>
 					<!--<dependency>

Modified: webservices/axis2/trunk/java/modules/metadata/test-resources/log4j.properties
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/metadata/test-resources/log4j.properties?rev=579746&r1=579745&r2=579746&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/metadata/test-resources/log4j.properties (original)
+++ webservices/axis2/trunk/java/modules/metadata/test-resources/log4j.properties Wed Sep 26 11:21:13 2007
@@ -20,7 +20,8 @@
 # Set root category priority to INFO and its only appender to CONSOLE.
 #log4j.rootCategory=DEBUG, CONSOLE
 #log4j.rootCategory=INFO, CONSOLE, LOGFILE
-log4j.rootCategory=INFO, CONSOLE
+#log4j.rootCategory=INFO, CONSOLE
+log4j.rootCategory=ERROR, CONSOLE
 
 # Set the enterprise logger priority to FATAL
 log4j.logger.org.apache.axis2.enterprise=FATAL



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org