views:

78

answers:

0

I'm making a site thats using a static requestmap. I'm trying to add registration with generate-registration and i keep getting an error

Warning, target causing name overwriting of name default Error executing script GenerateRegistration: groovy.lang.MissingMethodException: No signature of method: groovy.util.ConfigObject.lastIndexOf() is applicable for argument types: (java.lang.String) values: [.] gant.TargetExecutionException: groovy.lang.MissingMethodException: No signature of method: groovy.util.ConfigObject.lastIndexOf() is applicable for argument types: (java.lang.String) values: [.] at gant.Gant$_dispatch_closure4.doCall(Gant.groovy:331) at gant.Gant$_dispatch_closure6.doCall(Gant.groovy:334) at gant.Gant$_dispatch_closure6.doCall(Gant.groovy) at gant.Gant.withBuildListeners(Gant.groovy:344) at gant.Gant.this$2$withBuildListeners(Gant.groovy) at gant.Gant$this$2$withBuildListeners.callCurrent(Unknown Source) at gant.Gant.dispatch(Gant.groovy:334) at gant.Gant.this$2$dispatch(Gant.groovy) at gant.Gant.invokeMethod(Gant.groovy) at gant.Gant.processTargets(Gant.groovy:495) at gant.Gant.processTargets(Gant.groovy:480) Caused by: groovy.lang.MissingMethodException: No signature of method: groovy.util.ConfigObject.lastIndexOf() is applicable for argument types: (java.lang.String) values: [.] at _SecurityTargets_groovy$_run_closure4.doCall(_SecurityTargets_groovy:106) at _SecurityTargets_groovy$_run_closure7.doCall(_SecurityTargets_groovy:123) at _SecurityTargets_groovy$_run_closure3.doCall(_SecurityTargets_groovy:99) at _SecurityTargets_groovy$_run_closure3.doCall(_SecurityTargets_groovy) at GenerateRegistration$_run_closure1.doCall(GenerateRegistration:30) at gant.Gant$_dispatch_closure4.doCall(Gant.groovy:324) ... 10 more Error executing script GenerateRegistration: groovy.lang.MissingMethodException: No signature of method: groovy.util.ConfigObject.lastIndexOf() is applicable for argument types: (java.lang.String) values: [.]

is there a way to fix this and make generate-registration work?