I want to write an Ant script that shuts down a JBoss server if it is running. I know how to access the JMX console via the calls on the Twiddle tool in Ant. I also know that there is a class in JBoss representing the server itself:
jboss.system:service=Server that has a boolean flag called "Started" that is set to "true" if JBoss is running. I'm not familiar yet how to write conditional Ant scripts, but I know there are tags like <condition> to do that. My question really is, how can I access the value of that flag "Started"? How can I have access to Java objects during runtime? Thx a lot, Sergio -- View this message in context: http://www.nabble.com/Ant---JBoss---How-to-check-conditions--tp14619384p14619384.html Sent from the Ant - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
