*/
public static void main(final String[] args) throws CommandLineException {
RuntimeConfig.configureRuntimeEnvironment();
GlobalContext context = new SpringUiContext();
int returnCode = 0;
DroidCommandLine commandLine = new DroidCommandLine(args);
returnCode = commandLine.processExecution();