Hello,

After scaffolding the project with roo, I modified a lot of files and kept everything in sync with roo (eclipse and sts). Now I wanted to add selenium tests, but I always get an error in the roo shell, when performing a change:
Invalid byte 1 of 1-byte UTF-8 sequence.

I tried switching to the latest roo version, but I does not help.
Code:
roo> Updated ROOT/pom.xml [Updated property 'roo.version' to '1.1.3.RELEASE']
Undo manage ROOT/pom.xml
Invalid byte 1 of 1-byte UTF-8 sequence.
This error also comes up when changing other files (but also on other files than pom.xml).
Eclipse is set up, to encode all files in utf-8.

How can I see where this invalid byte sequence is?
How can I fix this problem.

Thanks
tob