Richard Eckart de Castilho created UIMA-6363:
------------------------------------------------
Summary: When enhance goal fails the source file name is not
displayed
Key: UIMA-6363
URL: https://issues.apache.org/jira/browse/UIMA-6363
Project: UIMA
Issue Type: Bug
Components: uimaFIT-Maven-Plugin
Affects Versions: 3.2.0uimaFIT
Reporter: Richard Eckart de Castilho
The uimaFIT "enhance" goal chokes on code like this where there is a "," in a
list without an element following it:
{code}
@LanguageCapability({
"en",
"fr",
})
{code}
And unfortunately, it does so by only saying in which line/row the error
happens but the source file is simply called "UNKNOWN SOURCE" - that makes it a
bit user-unfriendly.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)