Hi
Comments below.
----- Original Message -----
From: "Wayne Fay" <[EMAIL PROTECTED]>
To: "Maven Developers List" <[email protected]>
Sent: Thursday, March 16, 2006 5:21 PM
Subject: Re: Tomcat POMs
I'm not a Maven dev but felt like responding. ;-)
For the MX4J issue... I would build two bundles... One with target
JDK1.4, include the MX4J dependency, and use no classifier... The
other with target JDK1.5 and the classifier jdk5.
1.
MX4J has EXACTLY the same interface as Sun's JMX - JSR 3 (JMX)
and JSR 160 (JMX Remote API).
2.
I do not build Tomcat jars. They are built with Ant and distributed
by Tomcat team. I'm only preparing poms for these jars.
So there is only one copy of each library which will work perfectly
with JMX anf MX4J. If you run Tomcat on JDK 1.5 you don't need
MX4J because you have JMX in JDK's rt.jar. If you run Tomcat
on JDK 1.4 you need JMX (jars can be downloaded from Sun)
or MX4J. I think, that JDK 1.5 + MX4J would work too if someone
would prefer MX4j even on JDK 1.5.
Greg
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]