Closed GoogleCodeExporter closed 8 years ago
When did the problem first appear? Can you show the relevant parts of your
BuildConfig.groovy? Are you using a release or snapshot version of the Grails
Spock plugin? Can you run with --stacktrace or some debug mode that provides
more information? Could this be a problem with you Grails environment/build?
Original comment by pnied...@gmail.com
on 5 Jul 2012 at 4:01
https://gist.github.com/d837fd4c890900b636fb
Nothing special in build as you see.
https://gist.github.com/0ea350e0eb40fea8ae31
After a lot of configurations a have running version but only this plugin is
affected so I assume it should be fixed
Original comment by wasielew...@gmail.com
on 6 Jul 2012 at 1:06
Also I found some bug related to UTF-8 on grails jira
http://jira.grails.org/browse/GRAILS-5748
Original comment by wasielew...@gmail.com
on 6 Jul 2012 at 1:08
> After a lot of configurations a have running version but only this plugin is
affected so I assume it should be fixed
So what exactly did you do to "have a running version"?
Original comment by pnied...@gmail.com
on 6 Jul 2012 at 1:12
Original comment by pnied...@gmail.com
on 6 Jul 2012 at 1:13
I used http://j.mp/LsrRFe this and done a lot of workaround from google so I
can't tell you but I remember that there was a plugin with the same problem and
it was fixed by releasing new version. So it is a point to look...
Original comment by wasielew...@gmail.com
on 6 Jul 2012 at 1:24
Which plugin?
Original comment by pnied...@gmail.com
on 6 Jul 2012 at 1:26
Good question :) please check the UTF-8 BOM in xml files... i think it will
fix the problem
Original comment by wasielew...@gmail.com
on 6 Jul 2012 at 1:28
➜ ~ locale
LANG="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_CTYPE="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_ALL=
➜ ~
After
➜ ~ locale
LANG="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_CTYPE="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_ALL="en_US.UTF-8"
➜ ~
just type:
export LC_ALL="en_US.UTF-8"
export LANG="en_US.UTF-8"
Original comment by wasielew...@gmail.com
on 6 Jul 2012 at 9:04
Hi,
I can't reproduce this.
In your stacktrace it also appeared to have happened for the fields plugin. I
think this is an environmental issue, and not specific to the Spock plugin.
If you think it is, please provide a build that exhibits the problem.
Original comment by lda...@gmail.com
on 20 Jul 2012 at 10:02
Original issue reported on code.google.com by
wasielew...@gmail.com
on 5 Jul 2012 at 3:53