You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by bu...@apache.org on 2005/08/31 10:10:31 UTC

DO NOT REPLY [Bug 36434] New: - Patch: Make JMX build time detection work with jdk 1.5

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=36434>.
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=36434

           Summary: Patch: Make JMX build time detection work with jdk 1.5
           Product: Log4j
           Version: 1.2
          Platform: PC
               URL: http://bugs.gentoo.org/show_bug.cgi?id=79206#c69
        OS/Version: Linux
            Status: NEW
          Keywords: PatchAvailable, JDK1.5
          Severity: normal
          Priority: P2
         Component: Other
        AssignedTo: log4j-dev@logging.apache.org
        ReportedBy: Martin.vGagern@gmx.net


The check for jmx in the build.xml does not work for jdk 1.5 since
javax.management.MBeanInfo is now included in the core API, but
com.sun.jdmk.comm.HtmlAdaptorServer is not. So I suggest to check for
HtmlAdaptorServer instead. I also suggest to set the source version to get rid
of some ant warnings. I will append a patch that does those two modifications.
There are still a lot of deprecation warnings, but I'm not sure if this is an
issue or not.

-- 
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.

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org