You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Peter Klügl (JIRA)" <de...@uima.apache.org> on 2012/04/27 18:44:50 UTC

[jira] [Issue Comment Edited] (UIMA-2378) Support external override setting of configuration parameters

    [ https://issues.apache.org/jira/browse/UIMA-2378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13263782#comment-13263782 ] 

Peter Klügl edited comment on UIMA-2378 at 4/27/12 4:42 PM:
------------------------------------------------------------

I get a compile error in the class ExternalOverrideSettings_impl.java since it has an @Override annotation at method resolveExternalName(String name) (line 171). Please correct me, if I am wrong: We are still limited to Java 5 and @Override for interfaces is Java 6.
                
      was (Author: pkluegl):
    I get a compile error in the class ExternalOverrideSettings_impl.java since it has an @Override annotation at method resolveExternalName(String name) (line 171). Please correct me, if I am wrong: We are still limited to Java 5 and @Override is Java 6.
                  
> Support external override setting of configuration parameters
> -------------------------------------------------------------
>
>                 Key: UIMA-2378
>                 URL: https://issues.apache.org/jira/browse/UIMA-2378
>             Project: UIMA
>          Issue Type: New Feature
>          Components: Core Java Framework
>            Reporter: Burn Lewis
>            Assignee: Burn Lewis
>            Priority: Minor
>
> Partial implementation of feature discussed in https://cwiki.apache.org/confluence/display/UIMA/Configuring+UIMA+Pipelines+Externally+for+a+particular+run

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

Re: [jira] [Issue Comment Edited] (UIMA-2378) Support external override setting of configuration parameters

Posted by Burn Lewis <bu...@gmail.com>.
Fixed now (I guess it's not enough to set the compliance level to 1.5)

~Burn