script.json revision 44e29ab1a81842519755c5d3b9a3403efad35354
{
"properties": {},
"ECMAScript": {
"#openidm.script.javascript.debug": "transport=socket,suspend=y,address=9888,trace=true"
},
"Groovy": {
"#groovy.warnings": "likely errors #othere values [none,likely,possible,paranoia]",
"#groovy.source.encoding": "utf-8 #default US-ASCII",
"groovy.source.encoding": "UTF-8",
"groovy.target.directory": "&{launcher.install.location}/classes",
"#groovy.target.bytecode": "1.5",
"#groovy.classpath": "&{launcher.install.location}/lib/*",
"#groovy.output.verbose": "false",
"#groovy.output.debug": "false",
"#groovy.errors.tolerance": "10",
"#groovy.script.extension": ".groovy",
"#groovy.script.base": "#any class extends groovy.lang.Script",
"groovy.recompile": "true",
"#groovy.recompile.minimumInterval": "100 #in Millis",
"#groovy.target.indy" : "true" ,
"#groovy.disabled.global.ast.transformations" : ""
},
"sources": {
"default": {
"directory": "&{launcher.install.location}/bin/default/script",
"subdirectories": "true",
"visibility": "public",
"type": "auto-detect"
},
"project": {
"directory": "&{launcher.install.location}/script",
"subdirectories": "true",
"visibility": "public",
"type": "auto-detect"
}
}
}