You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2006/08/31 02:03:41 UTC

svn commit: r438717 - /geronimo/genesis/trunk/config/project-config/pom.xml

Author: jdillon
Date: Wed Aug 30 17:03:41 2006
New Revision: 438717

URL: http://svn.apache.org/viewvc?rev=438717&view=rev
Log:
Configure log4j.configuration to pickup the logging-config test-log4j.properties, using argLine (instead of systemProperties) to avoid needing to add this value to modules that need custom systemProperties

Modified:
    geronimo/genesis/trunk/config/project-config/pom.xml

Modified: geronimo/genesis/trunk/config/project-config/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/genesis/trunk/config/project-config/pom.xml?rev=438717&r1=438716&r2=438717&view=diff
==============================================================================
--- geronimo/genesis/trunk/config/project-config/pom.xml (original)
+++ geronimo/genesis/trunk/config/project-config/pom.xml Wed Aug 30 17:03:41 2006
@@ -220,7 +220,7 @@
                     <version>2.2</version>
                     <configuration>
                         <forkMode>once</forkMode>
-                        <argLine>-enableassertions</argLine>
+                        <argLine>-enableassertions -Dlog4j.configuration=org/apache/geronimo/test-log4j.properties</argLine>
                         <workingDirectory>${project.build.directory}</workingDirectory>
                         
                         <!-- Override the default, do not accept Test* as test classes -->