Hi In the mustella tests there are files that contains \uFEFF (just before the package declaration) and in some cases falcon has problem with this character and ends with the error:
[java] Error: Unexpected character. '?' is not allowed here [java] ?package assets.styleTest Following command searches for non-ascii chars and if executed in mustella folder it returns quite a big result. grep --color='auto' -I -R -P -n "^[\x80-\xFF]" * Are those characters really supposed to be there? cyrill