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: [email protected]
        ReportedBy: [EMAIL PROTECTED]


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.
_______________________________________________
dev mailing list
[email protected]
http://slf4j.org/mailman/listinfo/dev

Reply via email to