noreply | 1 Feb 2007 13:38
Picon

[GUMP <at> vmgump]: Project logging-log4j-tests (in module logging-log4j) failed

To whom it may engage...

This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact the folk at general <at> gump.apache.org.

Project logging-log4j-tests has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 8 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - logging-log4j-tests :  Reliable, fast and flexible logging package for Java

Full details are available at:
    http://vmgump.apache.org/gump/public/logging-log4j/logging-log4j-tests/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
 -DEBUG- Dependency on jakarta-servletapi-4 exists, no need to add for property servlet-api.jar.
 -INFO- Made directory [/usr/local/gump/public/workspace/logging-log4j/tests/classes]
 -INFO- Failed with reason build failed

The following work was performed:
http://vmgump.apache.org/gump/public/logging-log4j/logging-log4j-tests/gump_work/build_logging-log4j_logging-log4j-tests.html
Work Name: build_logging-log4j_logging-log4j-tests (Type: Build)
Work ended in a state of : Failed
Elapsed: 11 secs
Command Line: java -Djava.awt.headless=true -Dant.build.clonevm=true
-Xbootclasspath/p:/usr/local/gump/public/workspace/xml-xerces2/build/xercesImpl.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar
(Continue reading)

carnold | 1 Feb 2007 23:06
Picon
Favicon

svn commit: r502375 - /logging/log4j/trunk/tests/build.xml

Author: carnold
Date: Thu Feb  1 14:06:47 2007
New Revision: 502375

URL: http://svn.apache.org/viewvc?view=rev&rev=502375
Log:
Bug 40251: Add build.jmx to preconditions to build unit tests

Modified:
    logging/log4j/trunk/tests/build.xml

Modified: logging/log4j/trunk/tests/build.xml
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/build.xml?view=diff&rev=502375&r1=502374&r2=502375
==============================================================================
--- logging/log4j/trunk/tests/build.xml (original)
+++ logging/log4j/trunk/tests/build.xml Thu Feb  1 14:06:47 2007
 <at>  <at>  -144,6 +144,7  <at>  <at> 
     <ant dir=".." target="build.oro" inheritRefs="false"/>
     <ant dir=".." target="build.smtp" inheritRefs="false"/>
     <ant dir=".." target="build.nt" inheritRefs="false"/>
+    <ant dir=".." target="build.jmx" inheritRefs="false"/>
   </target>

   <!-- ================================================================= -->
bugzilla | 1 Feb 2007 23:11
Picon
Favicon

DO NOT REPLY [Bug 40251] - Hard coded JMX domain name for MBean instances

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=40251>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40251

carnold <at> apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |

------- Additional Comments From carnold <at> apache.org  2007-02-01 14:11 -------
Previous commit caused Gump failure on unit tests since build.jmx was not a precondition for building 
the newly added unit test.  The newly added unit test is still not run, but rev 502375 at least fixes the 
build failure.

The previous change also resulted in the following compatibility issues with log4j 1.2.8:

o.a.l.jmx.HierarchyDynamicMBean	
   Removed org.apache.log4j.spi.HierarchyEventListener from the set of implemented interfaces
o.a.l.jmx.HierarchyDynamicMBean.addAppenderEvent	
   Method 'public void addAppenderEvent(org.apache.log4j.Category, org.apache.log4j.Appender)' has 
been removed
o.a.l.jmx.HierarchyDynamicMBean.removeAppenderEvent
  Method 'public void removeAppenderEvent(org.apache.log4j.Category, org.apache.log4j.Appender)' 
has been removed
(Continue reading)

carnold | 1 Feb 2007 23:22
Picon
Favicon

svn commit: r502381 - /logging/log4j/trunk/tests/build.xml

Author: carnold
Date: Thu Feb  1 14:22:56 2007
New Revision: 502381

URL: http://svn.apache.org/viewvc?view=rev&rev=502381
Log:
Bug 40251: Suppress HierarchyMBeanTest since it requires JDK 1.5

Modified:
    logging/log4j/trunk/tests/build.xml

Modified: logging/log4j/trunk/tests/build.xml
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/build.xml?view=diff&rev=502381&r1=502380&r2=502381
==============================================================================
--- logging/log4j/trunk/tests/build.xml (original)
+++ logging/log4j/trunk/tests/build.xml Thu Feb  1 14:22:56 2007
 <at>  <at>  -157,6 +157,7  <at>  <at> 
 	   destdir="${tests.javac.dest}" 
            excludes="${stem}/chainsaw/receivers/*.java,
                      ${stem}/selector/PassByJNDI.java,
+                     ${stem}/jmx/HierarchyMBeanTest.java,
                      ${stem}/ugli/**.java,
                      ${stem}/db/**.java,
                      org/apache/ugli/**/*.java"
bugzilla | 1 Feb 2007 23:26
Picon
Favicon

DO NOT REPLY [Bug 40251] - Hard coded JMX domain name for MBean instances

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=40251>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40251

------- Additional Comments From carnold <at> apache.org  2007-02-01 14:26 -------
Well except on JDK 1.3 and 1.4 since HierarchyMBeanTest depends on classes introduced in JDK 1.5.  Rev 
502381 suppresses compilation of that class for now.

--

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
carnold | 1 Feb 2007 23:29
Picon
Favicon

svn commit: r502386 - /logging/log4j/trunk/src/java/org/apache/log4j/concurrent/FileAppender.java

Author: carnold
Date: Thu Feb  1 14:29:05 2007
New Revision: 502386

URL: http://svn.apache.org/viewvc?view=rev&rev=502386
Log:
Bug 19004: Remove use of JDK 1.4 method Boolean.valueOf(boolean)

Modified:
    logging/log4j/trunk/src/java/org/apache/log4j/concurrent/FileAppender.java

Modified: logging/log4j/trunk/src/java/org/apache/log4j/concurrent/FileAppender.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/src/java/org/apache/log4j/concurrent/FileAppender.java?view=diff&rev=502386&r1=502385&r2=502386
==============================================================================
--- logging/log4j/trunk/src/java/org/apache/log4j/concurrent/FileAppender.java (original)
+++ logging/log4j/trunk/src/java/org/apache/log4j/concurrent/FileAppender.java Thu Feb  1
14:29:05 2007
 <at>  <at>  -251,7 +251,7  <at>  <at> 
   public void setFile(
     String filename, boolean append, boolean bufferedIO, int bufferSize)
     throws IOException {
-    getLogger().debug("setFile called: {}, {}", filename, Boolean.valueOf(append));
+    getLogger().debug("setFile called: {}, {}", filename, append ? Boolean.TRUE : Boolean.FALSE);

     this.fileAppend = append;
     this.bufferedIO = bufferedIO;
bugzilla | 1 Feb 2007 23:31
Picon
Favicon

DO NOT REPLY [Bug 24159] - Log4J can create deadlock conditions (concurrent package donation)

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=24159>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=24159

------- Additional Comments From carnold <at> apache.org  2007-02-01 14:31 -------
Rev 502386 avoided use of Boolean.valueOf(boolean) (added JDK 1.4).  Again misattributed to bug 19004.

--

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
carnold | 1 Feb 2007 23:44
Picon
Favicon

svn commit: r502388 - in /logging/log4j/trunk: src/java/org/apache/log4j/ src/java/org/apache/log4j/config/ src/java/org/apache/log4j/db/dialect/ src/java/org/apache/log4j/helpers/ src/java/org/apache/log4j/lbel/ src/java/org/apache/log4j/rule/ tests/s...

Author: carnold
Date: Thu Feb  1 14:44:05 2007
New Revision: 502388

URL: http://svn.apache.org/viewvc?view=rev&rev=502388
Log:
Bug 40937: Reverting commit 500441 so unit tests pass

Modified:
    logging/log4j/trunk/src/java/org/apache/log4j/HTMLLayout.java
    logging/log4j/trunk/src/java/org/apache/log4j/Level.java
    logging/log4j/trunk/src/java/org/apache/log4j/config/PropertySetter.java
    logging/log4j/trunk/src/java/org/apache/log4j/db/dialect/Util.java
    logging/log4j/trunk/src/java/org/apache/log4j/helpers/DateLayout.java
    logging/log4j/trunk/src/java/org/apache/log4j/helpers/DateTimeDateFormat.java
    logging/log4j/trunk/src/java/org/apache/log4j/helpers/OptionConverter.java
    logging/log4j/trunk/src/java/org/apache/log4j/helpers/UtilLoggingLevel.java
    logging/log4j/trunk/src/java/org/apache/log4j/lbel/TokenStream.java
    logging/log4j/trunk/src/java/org/apache/log4j/rule/InFixToPostFix.java
    logging/log4j/trunk/src/java/org/apache/log4j/rule/LevelEqualsRule.java
    logging/log4j/trunk/src/java/org/apache/log4j/rule/LevelInequalityRule.java
    logging/log4j/trunk/src/java/org/apache/log4j/rule/PartialTextMatchRule.java
    logging/log4j/trunk/src/java/org/apache/log4j/rule/RuleFactory.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/DRFATestCase.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/xml/XLevel.java

Modified: logging/log4j/trunk/src/java/org/apache/log4j/HTMLLayout.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/src/java/org/apache/log4j/HTMLLayout.java?view=diff&rev=502388&r1=502387&r2=502388
==============================================================================
--- logging/log4j/trunk/src/java/org/apache/log4j/HTMLLayout.java (original)
(Continue reading)

bugzilla | 1 Feb 2007 23:49
Picon
Favicon

DO NOT REPLY [Bug 40937] - Use String.toUpper/Lower case with Locale

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=40937>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40937

------- Additional Comments From carnold <at> apache.org  2007-02-01 14:49 -------
Changes in rev 500441 were reverted in rev 502388 to fix unit test breakage in 
o.a.l.helpers.DateLayoutTest.testSetOptionDateFormat.

The scope of rev 500441 was way too broad and lacked unit tests to establish the pre-patch behavior that 
would be needed for changes to be applied in log4j 1.2.  I'll review this bug and see if I can come up with 
smaller patches that address the individual issues raised.

--

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
Curt Arnold | 2 Feb 2007 00:08
Picon
Favicon

log4j 1.2.x compatibility, test coverage, test breakage

I've updated the API compatibility report for log4j/trunk against  
log4j 1.2.8 at http://people.apache.org/~carnold/compatibility.html.   
The recent modifications added the compatibility errors regarding  
org.apache.log4j.jmx.HierarchyDynamicMBean.

I've also updated the coverage report at http://people.apache.org/ 
~carnold/coverage.  None of the recently added tests  
(o.a.l.xml.LoggerFactoryTest, o.a.l.xml.ResetTest,  
o.a.l.net.TelnetAppenderTest, o.a.l.config.PropertySetterTest,  
o.a.l.jmx,HierarchyMBeanTest, and the org.apache.log4j.concurrent  
tests) were added to the runAll target and are not run as part of the  
regular unit tests.

The new org.apache.log4j.jmx test did not compile since compiling the  
JMX code had not been a prerequisite of running the unit tests.  I  
committed rev 502375 to fix that.  After fixing that,  
HierarchyMBeanTest failed to compile on JDK 1.3 since it used several  
classes that were introduced in JDK 1.5, so I've suppressed it from  
compiling with rev 502381.  The test should be reworked to eliminate  
JDK 1.5 dependencies and to be run as part of "runAll".

org.apache.log4j.concurrent.FileAppender used Boolean.valueOf(append)  
in a diagnostic message which causes it to fail to compile or run on  
JDK 1.3.  I'll change just that occurrence to "append ?  
Boolean.TRUE : Boolean.FALSE" which will compile on JDK 1.3 and  
hopefully avoids the findbugs complaint about using new Boolean 
(append).  Fixed in rev 502386 (against misattributed to bug 19004,  
should have been 24159).

o.a.l.helpers.DateLayoutTest.testSetOptionDateFormat started failing  
(Continue reading)


Gmane