Separate fx plugin instead of RootApplication. Fixed shell exit.

This commit is contained in:
Alexander Nozik 2016-10-28 15:36:41 +03:00
parent 91e3c63943
commit e6aac38c1e

View File

@ -14,7 +14,7 @@ println cli.usage
String cfgPath = cli.parse(args).c; String cfgPath = cli.parse(args).c;
println "Loading config file from $cfgPath" println "Loading config file from $cfgPath"
new GrindShell().start { new GrindShell().launch {
context.pluginManager().loadPlugin("plots-jfc") context.pluginManager().loadPlugin("plots-jfc")
GrindWorkspaceBuilder numass = new GrindWorkspaceBuilder() GrindWorkspaceBuilder numass = new GrindWorkspaceBuilder()
.withSpec(NumassWorkspaceSpec) .withSpec(NumassWorkspaceSpec)