cli.getImports().add(VirtualArtifact.class.getPackage().getName());
cli.getImports().add(SystemDirectory.class.getPackage().getName());
cli.getImports().add(WebApplicationStandard.class.getPackage().getName());
cli.getSet().add(new GroovyRunCommand(cli.getCompiler(), "run"));
cli.initialize();
cli.run();
}