Hi,
Currently, deploy:startRemoteServer has the -quiet parameter hardcoded.
I'm going to extend the plugin to accept *verbosity* attribute. It won't
have any impact on the existing scripts unless the parameter is
specified. Otherwise, the plugin will assume -quiet.
So, if one wants to start a Geronimo instance with -vv parameter, it
would boild down to the following snippet:
<deploy:startRemoteServer\
geronimoTarget="${instDir}"
debugPort="8000"
verbosity="-vv"
configs="org/apache/geronimo/RuntimeDeployer"/>
Comments?
Jacek
|