Open GoogleCodeExporter opened 8 years ago
A quick follow-up... I was able to get it working.
I added the spock plugin as an explicit dependency, to BuildConfig.groovy,
using the instructions on the spock plugin page
(http://grails.org/plugin/spock). I'd tried this before, but had accidentally
missed out adding the extra config line to the dependencies section, required
when using Groovy 2.0.
I can now successfully create a test resource.
Original comment by nasal...@gmail.com
on 24 Mar 2013 at 9:08
This seems also tied to the issues raised in
https://code.google.com/p/grails-jaxrs/issues/detail?id=72
Looks like the introduction of the Spock plugin dependency isn't a one-version
fits all.
Original comment by n...@10ne.org
on 28 Mar 2013 at 12:10
Should we go for dynamically choose different dependencies based on grails
version (if feasible)?
Or is it better tying plugin versions to grails/groovy ones (i.e 0.7 works with
grails <=2.1, 0.8 for grails 2.2+ and so on?)
Original comment by davide.cavestro
on 29 Mar 2013 at 9:29
+1 for a new 0.8 release supporting Grails 2.2.x only. For bug fixes, we anyway
have then both, a 0.7 and a 0.8 branch on github, from which we can release
0.7.x and 0.8.x bugfix releases. For 0.9 we could aim at supporting dynamic
dependency resolution.
Thoughts?
Original comment by krass...@googlemail.com
on 30 Mar 2013 at 6:50
I agree with Martin: keeping it simple is better.
Original comment by davide.cavestro
on 30 Mar 2013 at 2:40
I agree
Original comment by n...@10ne.org
on 2 Apr 2013 at 10:29
Newly released version 0.8
(https://github.com/krasserm/grails-jaxrs/wiki/Release-notes-for-grails-jaxrs-ve
rsion-0.8) should now be properly compatible.
Please note that 0.8 cannot be installed via the install-plugin command.
Original comment by n...@10ne.org
on 25 Apr 2013 at 7:09
Original comment by n...@10ne.org
on 25 Apr 2013 at 7:10
Original issue reported on code.google.com by
nasal...@gmail.com
on 23 Mar 2013 at 2:14