Hi everyone,
While compiling it always shows:
| Error [main] Error cfg.ConfigurationHelper - Unable to load specified config location file: home/diz/.grails/transmartConfig/config.groovy : No signature of method: groovy.util.ConfigObject.plug(9 is applicable for argument types: (java.lang.String) values: [httplocalhost8080transmart]
Possible solutions: plus(java.util.Collection), plus(java.util.Map), values(), put(java.lang.Object, java.lang.Object), use([Ljava.lang.Object;), split(groovy.lang.Closure)
In the Config.groovy file is only one line with the informatioin from the url: "
def transmartURL
= "http://localhost:${System.getProperty('server.port', '8080')}/transmart" ".
Can someone please help to solve the problem? Thanks.