Thanks, that helped. But given that I get the following when using JDK 1.4.2:
[execmodules] /Users/marklittle/Documents/workspace/jbossmc/test/src/main/org/jboss/test/JBossTestCase.java:29: package javax.management does not exist [execmodules] import javax.management.MBeanServerConnection; [execmodules] ^ [execmodules] /Users/marklittle/Documents/workspace/jbossmc/test/src/main/org/jboss/test/JBossTestCase.java:30: package javax.management does not exist [execmodules] import javax.management.MalformedObjectNameException; [execmodules] ^ [execmodules] /Users/marklittle/Documents/workspace/jbossmc/test/src/main/org/jboss/test/JBossTestCase.java:31: package javax.management does not exist [execmodules] import javax.management.ObjectName; [execmodules] ^ [execmodules] /Users/marklittle/Documents/workspace/jbossmc/test/src/main/org/jboss/test/JBossTestServices.java:27: package javax.management does not exist [execmodules] import javax.management.MBeanServerConnection; [execmodules] ^ [execmodules] /Users/marklittle/Documents/workspace/jbossmc/test/src/main/org/jboss/test/JBossTestServices.java:28: package javax.management does not exist [execmodules] import javax.management.MalformedObjectNameException; [execmodules] ^ [execmodules] /Users/marklittle/Documents/workspace/jbossmc/test/src/main/org/jboss/test/JBossTestServices.java:29: package javax.management does not exist [execmodules] import javax.management.ObjectName; it may be an idea to point out somewhere that it's only supposed to build with J2SE 5.0 (I seem to recall that is the case, isn't it?) Mark. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930604#3930604 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930604 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
