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

Build fails with maven (gradle builds succesfully) #324

Open
swalton00 opened this issue Jun 26, 2023 · 0 comments
Open

Build fails with maven (gradle builds succesfully) #324

swalton00 opened this issue Jun 26, 2023 · 0 comments

Comments

@swalton00
Copy link

using Java 8 on Windows, a new generated Griffon environment (groovy, swing) fails to compile with errors on the generated Model, View and Controller stating that each does not extend the related file for which it is the artifact provider for

[ERROR] D:\Projects\Griffon_Sample\Griffon_Source\griffMvn\griffon-app\controllers\com\spw\test\GriffonController.groovy: 9: does not extend com.spw.test.GriffonController
[ERROR] @ line 9, column 1.
[ERROR] @ArtifactProviderFor(GriffonController)
[ERROR] ^
[ERROR]
[ERROR] D:\Projects\Griffon_Sample\Griffon_Source\griffMvn\griffon-app\models\com\spw\test\GriffonModel.groovy: 7: does not extend com.spw.test.GriffonModel
[ERROR] @ line 7, column 1.
[ERROR] @ArtifactProviderFor(GriffonModel)
[ERROR] ^
[ERROR]
[ERROR] D:\Projects\Griffon_Sample\Griffon_Source\griffMvn\griffon-app\views\com\spw\test\GriffonView.groovy: 9: does not extend com.spw.test.GriffonView
[ERROR] @ line 9, column 1.
[ERROR] @ArtifactProviderFor(GriffonView)
[ERROR] ^
[ERROR]
[ERROR] 3 errors

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

1 participant