I had now several Problems with my Jenkins Build Server and i dont know where they come from... I'm getting this error message:
illegal character: \65279
which seems like to be UTF16-BOM.
When i open the corresponding file with a HEX Editor, i cant see a FE FF
mark at the beginning, or somewhere else in the code.
Also file does not say anything about BOM:
TransactionFunctionImpl.java: UTF-8 Unicode Java program text
Whats going on there?
Another question is: why cant my jenkins server build bom files, when my eclipse does it?