add RAT exclusion for pearTest/UTF16 style files to work around Rat problem
---------------------------------------------------------------------------
Key: UIMA-1968
URL: https://issues.apache.org/jira/browse/UIMA-1968
Project: UIMA
Issue Type: Improvement
Components: Build, Packaging and Test
Affects Versions: 2.3.1SDK
Reporter: Marshall Schor
Priority: Minor
Thilo found that RAT checking failed on an Intel platform running Ubuntu using
a default file encoding of UTF-8. RAT uses the Java Reader (which uses the
platform default encoding) and that throws a sun.io.MalformedInputException
(see http://markmail.org/message/s7mf3bws63xnyj7b).
The UTF16 encoded files causing this problem are test data, and have the apache
license anyway, so exclude these from the Rat check for uimaj-core.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.