[slf4j-dev] [Bug 16] New: nlog4j compile fails with jdk1.5

bugzilla-daemon at gil.qos.ch bugzilla-daemon at gil.qos.ch
Wed Feb 8 13:48:29 CET 2006


http://bugzilla.slf4j.org/show_bug.cgi?id=16

           Summary: nlog4j compile fails with jdk1.5
           Product: NLOG4J
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P3
         Component: Other
        AssignedTo: dev at slf4j.org
        ReportedBy: elkner at linofee.org


The jmxCheck in the build.xml is not sufficient, since it looks up
javax.management.MBeanInfo to determine, whether suns old jmx RI is available.

Since the given class is part of JDK1.5 but not
"com.sun.jdmk.comm.HtmlAdaptorServer", the build fails.

So IMHO the jmxCheck should not check for javax.management.MBeanInfo but for
com.sun.jdmk.comm.HtmlAdaptorServer ...

Env: nlog4j 1.2.22

-- 
Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the slf4j-dev mailing list