{
Logger.getRootLogger().setLevel( Level.INFO );
}
LOGGER.info( "Connection to " + command.url + "with username '" + command.username + "'..." );
client = new ContinuumXmlRpcClient( command.url, command.username, command.password );
LOGGER.info( "connected" );
File out = command.outputFile;
if ( out == null )
{