You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Marshall Schor (JIRA)" <de...@uima.apache.org> on 2010/12/02 21:30:10 UTC

[jira] Created: (UIMA-1960) enable uima-as to check for proper version of base UIMA

enable uima-as to check for proper version of base UIMA
-------------------------------------------------------

                 Key: UIMA-1960
                 URL: https://issues.apache.org/jira/browse/UIMA-1960
             Project: UIMA
          Issue Type: Bug
          Components: Async Scaleout
            Reporter: Marshall Schor
            Assignee: Marshall Schor
             Fix For: 2.3.1AS


UIMA-AS checks the version of the base UIMA and complains if these are not equal.

Change this so UIMA-AS has injected from the pom at build/release time the base uimaj version it is being built upon, to allow these to be different.

This may be needed, for instance, if base uimaj is released at version 2.3.1, and uima-as is not yet released and is at 2.3.1-SNAPSHOT.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (UIMA-1960) enable uima-as to check for proper version of base UIMA

Posted by "Marshall Schor (JIRA)" <de...@uima.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-1960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marshall Schor closed UIMA-1960.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 2.3.1SDK

> enable uima-as to check for proper version of base UIMA
> -------------------------------------------------------
>
>                 Key: UIMA-1960
>                 URL: https://issues.apache.org/jira/browse/UIMA-1960
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>            Reporter: Marshall Schor
>            Assignee: Marshall Schor
>             Fix For: 2.3.1AS, 2.3.1SDK
>
>
> UIMA-AS checks the version of the base UIMA and complains if these are not equal.
> Change this so UIMA-AS has injected from the pom at build/release time the base uimaj version it is being built upon, to allow these to be different.
> This may be needed, for instance, if base uimaj is released at version 2.3.1, and uima-as is not yet released and is at 2.3.1-SNAPSHOT.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (UIMA-1960) enable uima-as to check for proper version of base UIMA

Posted by "Marshall Schor (JIRA)" <de...@uima.apache.org>.
    [ https://issues.apache.org/jira/browse/UIMA-1960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12966286#action_12966286 ] 

Marshall Schor commented on UIMA-1960:
--------------------------------------

While looking into this, I noticed the code in base uimaj to get the version string is leaving off the last part of the string, e.g., it would return 2.3.1 when the actual version was 2.3.1-SNAPSHOT.  I'm adding a static method to UimaVersion to return the full version string - needed to compare against the version of base uimaj that UIMA-AS is built to depend on.

> enable uima-as to check for proper version of base UIMA
> -------------------------------------------------------
>
>                 Key: UIMA-1960
>                 URL: https://issues.apache.org/jira/browse/UIMA-1960
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>            Reporter: Marshall Schor
>            Assignee: Marshall Schor
>             Fix For: 2.3.1AS
>
>
> UIMA-AS checks the version of the base UIMA and complains if these are not equal.
> Change this so UIMA-AS has injected from the pom at build/release time the base uimaj version it is being built upon, to allow these to be different.
> This may be needed, for instance, if base uimaj is released at version 2.3.1, and uima-as is not yet released and is at 2.3.1-SNAPSHOT.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.