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

Embedded events-push plugin generates a compilation error #14

Open
pvardanega opened this issue Apr 30, 2013 · 3 comments
Open

Embedded events-push plugin generates a compilation error #14

pvardanega opened this issue Apr 30, 2013 · 3 comments

Comments

@pvardanega
Copy link

The embedded version of events-push is 1.0.M3. When creating a simple project, there are compilation failures:

  • grails create-app test-html5-mobile-scaffolding
  • cd test-html5-mobile-scaffolding
  • grails create-domain-class net.pvardanega.User
  • vi grails-app/domain/net/pvardanega/User.groovy (cf. gist)
  • vi grails-app/conf/BuildConfig.groovy (cf. gist)
  • grails compile

Result: One compilation error.

Plugin version : 0.6
Grails version: 2.2.0

@pvardanega
Copy link
Author

Solution: upgrading to the last version 1.0.M7 of events-push plugin.

@corinnekrych
Copy link
Member

We used :events-push:1.0.M3 because the latest :events-push:1.0.M7 was not supported by cloud-foundry
If you don't need to deploy to cf no problem using M7
I saw in your build config you're using snapshot sonatype repo... What was the cpmpilation error?

here is my build config gist
++
Corinne

@pvardanega
Copy link
Author

The snapshot repo is needed by events-push plugin v1.0.M7, as written here. I commented it because, in this use case, I use the default version (1.0.M3).

Here is my stacktrace.

Plugin version : 0.6
Grails version: 2.2.0

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