You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hivemind.apache.org by hl...@apache.org on 2004/04/07 17:18:13 UTC

cvs commit: jakarta-hivemind/framework/src/conf log4j.properties

hlship      2004/04/07 08:18:13

  Modified:    library/src/conf log4j.properties
               .        .classpath
               framework/src/test/hivemind/test/services TestServices.java
               framework/src/conf log4j.properties
  Log:
  More updates related to move from commons sandbox to Jakarta top level.
  
  Revision  Changes    Path
  1.2       +1 -2      jakarta-hivemind/library/src/conf/log4j.properties
  
  Index: log4j.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/library/src/conf/log4j.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- log4j.properties	19 Sep 2003 22:11:00 -0000	1.1
  +++ log4j.properties	7 Apr 2004 15:18:12 -0000	1.2
  @@ -1,5 +1,4 @@
   # $Id$
  -# Set root category priority to INFO and its only appender to A1.
   log4j.rootCategory=WARN, A1
   
   # A1 is set to be a ConsoleAppender. 
  
  
  
  1.23      +7 -7      jakarta-hivemind/.classpath
  
  Index: .classpath
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/.classpath,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- .classpath	28 Feb 2004 00:34:38 -0000	1.22
  +++ .classpath	7 Apr 2004 15:18:12 -0000	1.23
  @@ -1,12 +1,12 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <classpath>
  -    <classpathentry kind="src" path="framework/src/java"/>
  -    <classpathentry kind="src" path="framework/src/test"/>
  -    <classpathentry kind="src" path="library/src/java"/>
  -    <classpathentry kind="src" path="library/src/test"/>
  -    <classpathentry kind="src" path="framework/src/conf"/>
  -    <classpathentry kind="src" output="library/bin" path="library/src/descriptor"/>
  -    <classpathentry kind="src" output="framework/bin" path="framework/src/descriptor"/>
  +    <classpathentry kind="src" output="framework/target/test-classes" path="framework/src/conf"/>
  +    <classpathentry kind="src" output="framework/target/classes" path="framework/src/java"/>
  +    <classpathentry kind="src" output="framework/target/test-classes" path="framework/src/test"/>
  +    <classpathentry kind="src" output="library/target/classes" path="library/src/java"/>
  +    <classpathentry kind="src" output="library/target/test-classes" path="library/src/test"/>
  +    <classpathentry kind="src" output="library/target/classes" path="library/src/descriptor"/>
  +    <classpathentry kind="src" output="framework/target/classes" path="framework/src/descriptor"/>
       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
       <classpathentry kind="var" path="MAVEN_REPO/junit/jars/junit-3.8.1.jar"/>
       <classpathentry kind="var" path="MAVEN_REPO/log4j/jars/log4j-1.2.7.jar"/>
  
  
  
  1.10      +5 -1      jakarta-hivemind/framework/src/test/hivemind/test/services/TestServices.java
  
  Index: TestServices.java
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/framework/src/test/hivemind/test/services/TestServices.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- TestServices.java	28 Feb 2004 00:34:37 -0000	1.9
  +++ TestServices.java	7 Apr 2004 15:18:12 -0000	1.10
  @@ -84,6 +84,10 @@
           assertEquals(2, CountFactory.getCount());
       }
   
  +	// Note: this works when run by Maven, but for some reason
  +	// is failing inside Eclipse.  It appears the be a Log4J 
  +	// configuration problem ... but I have no idea why.
  +	
       public void testInterceptorSort() throws Exception
       {
           Registry r =
  
  
  
  1.3       +2 -3      jakarta-hivemind/framework/src/conf/log4j.properties
  
  Index: log4j.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/framework/src/conf/log4j.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- log4j.properties	19 Sep 2003 22:10:59 -0000	1.2
  +++ log4j.properties	7 Apr 2004 15:18:12 -0000	1.3
  @@ -1,5 +1,4 @@
   # $Id$
  -# Set root category priority to INFO and its only appender to A1.
   log4j.rootCategory=WARN, A1
   
   # A1 is set to be a ConsoleAppender. 
  @@ -9,4 +8,4 @@
   log4j.appender.A1.layout=org.apache.log4j.PatternLayout
   log4j.appender.A1.layout.ConversionPattern=%l %c{1} [%p] %m%n
   
  -#log4j.category.org.apache.commons.hivemind=debug
  +# log4j.category.org.apache.hivemind=warn
  
  
  

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