Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grails 2.3.7 -> compile ":zkui:0.5.7" fails #134

Open
mgj79 opened this issue Mar 24, 2014 · 1 comment
Open

Grails 2.3.7 -> compile ":zkui:0.5.7" fails #134

mgj79 opened this issue Mar 24, 2014 · 1 comment

Comments

@mgj79
Copy link

mgj79 commented Mar 24, 2014

In latest Grails version 2.3.7 compile fails:

|
|

C:\Users\de11dv2518\Documents\workspace-ggts-3.4.0.RELEASE\failorx\target\work\plugins\zkui-0.5.7\src\groovy\org\grails\plugins\zkui\scaffolding\ZkGrailsTemplateGenerator.groovy: 21: Can't have an abstract method in a non-abstract class. The class 'org.grails.plugins.zkui.scaffolding.ZkGrailsTemplateGenerator' must be declared abstract or the method 'void generateRestfulTest(org.codehaus.groovy.grails.commons.GrailsDomainClass, java.lang.String)' must be implemented.
@ line 21, column 1.
class ZkGrailsTemplateGenerator implements GrailsTemplateGenerator, ResourceLoaderAware, PluginManagerAware {
^
C:\Users\de11dv2518\Documents\workspace-ggts-3.4.0.RELEASE\failorx\target\work\plugins\zkui-0.5.7\src\groovy\org\grails\plugins\zkui\scaffolding\ZkGrailsTemplateGenerator.groovy: 21: Can't have an abstract method in a non-abstract class. The class 'org.grails.plugins.zkui.scaffolding.ZkGrailsTemplateGenerator' must be declared abstract or the method 'void generateRestfulController(org.codehaus.groovy.grails.commons.GrailsDomainClass, java.lang.String)' must be implemented.
@ line 21, column 1.
class ZkGrailsTemplateGenerator implements GrailsTemplateGenerator, ResourceLoaderAware, PluginManagerAware {
^
2 errors

@velo6raptor
Copy link

no more reply on this issue ???

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants