From: <rya...@jb...> - 2005-07-19 04:08:06
|
Features: + stderr & stdout logged to server/config/log/output.log and server/config/log/error.log. + A shutdown hook is registered with the VM to kill remaining jboss instances on shutdown. + If server does not respond to Shutdown request, the java.lang.Process is destroyed. + Supports nested java task arguments: jvmarg, arg, sysproperty + Core functionality is pure j2se code in test module; no dependencies on Ant or JBoss classes. + I have a schema for configuration with JBossXB, which could allow for shared configurations between the Ant testsuite and an eclipse plugin. However, Ant's xerces is incompatible with JbossXB. TODO: + Replace all start-jboss usage with server:start + Document usage + throw exception if server fails to stop instead of silently destroying process + possbily extend to controlling standalone tomcat instances? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885386#3885386 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885386 |