You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Richard Eckart de Castilho (Jira)" <de...@uima.apache.org> on 2021/05/17 14:48:00 UTC

[jira] [Created] (UIMA-6363) When enhance goal fails the source file name is not displayed

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)