You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Mikhail Sogrin (JIRA)" <ui...@incubator.apache.org> on 2007/05/09 15:06:15 UTC

[jira] Created: (UIMA-400) Fix Eclipse plugin

Fix Eclipse plugin
------------------

                 Key: UIMA-400
                 URL: https://issues.apache.org/jira/browse/UIMA-400
             Project: UIMA
          Issue Type: Bug
          Components: Eclipse plugins
    Affects Versions: 2.1
            Reporter: Mikhail Sogrin
            Priority: Minor


Manifest for org.apache.uima.runtime plugin in UIMA 2.1 release is not correct:
- lib/uima-jcas-builtin-types.jar is listed in manifest, but not present in plugin.
- uima-document-annotation.jar is in distribution, but not in plugin.
- Exported packages are listed twice, with Export-Package and with Provide-Package. But Provide-Package has been deprecated since Eclipse 3.1.
- Exported package org.apache.uima.tttypesystem does not exist in plugin, was removed in UIMA-64.
- "Eclipse-BuddyPolicy: registered" is written twice.

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


[jira] Commented: (UIMA-400) Fix Eclipse plugin

Posted by "Marshall Schor (JIRA)" <ui...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/UIMA-400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494566 ] 

Marshall Schor commented on UIMA-400:
-------------------------------------

We have (had) a goal of making the plugin work in both Eclipse 3.1 and 3.2.  (You might be surprised how slowly people migrate) - which is why there are duplicates in the plugin in some cases.  Do you have any suggestions of how to do this better?   

Re: things in manifest, not in plugin and vice-versa, good points - should be fixed.

> Fix Eclipse plugin
> ------------------
>
>                 Key: UIMA-400
>                 URL: https://issues.apache.org/jira/browse/UIMA-400
>             Project: UIMA
>          Issue Type: Bug
>          Components: Eclipse plugins
>    Affects Versions: 2.1
>            Reporter: Mikhail Sogrin
>            Priority: Minor
>
> Manifest for org.apache.uima.runtime plugin in UIMA 2.1 release is not correct:
> - lib/uima-jcas-builtin-types.jar is listed in manifest, but not present in plugin.
> - uima-document-annotation.jar is in distribution, but not in plugin.
> - Exported packages are listed twice, with Export-Package and with Provide-Package. But Provide-Package has been deprecated since Eclipse 3.1.
> - Exported package org.apache.uima.tttypesystem does not exist in plugin, was removed in UIMA-64.
> - "Eclipse-BuddyPolicy: registered" is written twice.

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


[jira] Commented: (UIMA-400) Fix Eclipse plugin

Posted by "Adam Lally (JIRA)" <ui...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/UIMA-400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523564 ] 

Adam Lally commented on UIMA-400:
---------------------------------

Thanks for pointing that out.  I fixed it under a new issue UIMA-549.

> Fix Eclipse plugin
> ------------------
>
>                 Key: UIMA-400
>                 URL: https://issues.apache.org/jira/browse/UIMA-400
>             Project: UIMA
>          Issue Type: Bug
>          Components: Eclipse plugins
>    Affects Versions: 2.1
>            Reporter: Mikhail Sogrin
>            Assignee: Adam Lally
>            Priority: Minor
>             Fix For: 2.2
>
>
> Manifest for org.apache.uima.runtime plugin in UIMA 2.1 release is not correct:
> - lib/uima-jcas-builtin-types.jar is listed in manifest, but not present in plugin.
> - uima-document-annotation.jar is in distribution, but not in plugin.
> - Exported packages are listed twice, with Export-Package and with Provide-Package. But Provide-Package has been deprecated since Eclipse 3.1.
> - Exported package org.apache.uima.tttypesystem does not exist in plugin, was removed in UIMA-64.
> - "Eclipse-BuddyPolicy: registered" is written twice.

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


[jira] Commented: (UIMA-400) Fix Eclipse plugin

Posted by "Mikhail Sogrin (JIRA)" <ui...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/UIMA-400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502952 ] 

Mikhail Sogrin commented on UIMA-400:
-------------------------------------

Yes.

> Fix Eclipse plugin
> ------------------
>
>                 Key: UIMA-400
>                 URL: https://issues.apache.org/jira/browse/UIMA-400
>             Project: UIMA
>          Issue Type: Bug
>          Components: Eclipse plugins
>    Affects Versions: 2.1
>            Reporter: Mikhail Sogrin
>            Assignee: Adam Lally
>            Priority: Minor
>             Fix For: 2.2
>
>
> Manifest for org.apache.uima.runtime plugin in UIMA 2.1 release is not correct:
> - lib/uima-jcas-builtin-types.jar is listed in manifest, but not present in plugin.
> - uima-document-annotation.jar is in distribution, but not in plugin.
> - Exported packages are listed twice, with Export-Package and with Provide-Package. But Provide-Package has been deprecated since Eclipse 3.1.
> - Exported package org.apache.uima.tttypesystem does not exist in plugin, was removed in UIMA-64.
> - "Eclipse-BuddyPolicy: registered" is written twice.

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


[jira] Commented: (UIMA-400) Fix Eclipse plugin

Posted by "Mikhail Sogrin (JIRA)" <ui...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/UIMA-400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523559 ] 

Mikhail Sogrin commented on UIMA-400:
-------------------------------------

I've overlooked one issue in the last fix: "lib/uima-jcas-builtin-types.jar is listed in manifest, but not present in plugin."
It is still present in UIMA 2.2 release, though it does not cause any problems. 
The only possible problem that could arise is importing UIMA runtime plugin as an Eclipse project, then Eclipse may complain about missing jar.

> Fix Eclipse plugin
> ------------------
>
>                 Key: UIMA-400
>                 URL: https://issues.apache.org/jira/browse/UIMA-400
>             Project: UIMA
>          Issue Type: Bug
>          Components: Eclipse plugins
>    Affects Versions: 2.1
>            Reporter: Mikhail Sogrin
>            Assignee: Adam Lally
>            Priority: Minor
>             Fix For: 2.2
>
>
> Manifest for org.apache.uima.runtime plugin in UIMA 2.1 release is not correct:
> - lib/uima-jcas-builtin-types.jar is listed in manifest, but not present in plugin.
> - uima-document-annotation.jar is in distribution, but not in plugin.
> - Exported packages are listed twice, with Export-Package and with Provide-Package. But Provide-Package has been deprecated since Eclipse 3.1.
> - Exported package org.apache.uima.tttypesystem does not exist in plugin, was removed in UIMA-64.
> - "Eclipse-BuddyPolicy: registered" is written twice.

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


[jira] Assigned: (UIMA-400) Fix Eclipse plugin

Posted by "Adam Lally (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adam Lally reassigned UIMA-400:
-------------------------------

    Assignee: Adam Lally

> Fix Eclipse plugin
> ------------------
>
>                 Key: UIMA-400
>                 URL: https://issues.apache.org/jira/browse/UIMA-400
>             Project: UIMA
>          Issue Type: Bug
>          Components: Eclipse plugins
>    Affects Versions: 2.1
>            Reporter: Mikhail Sogrin
>            Assignee: Adam Lally
>            Priority: Minor
>             Fix For: 2.2
>
>
> Manifest for org.apache.uima.runtime plugin in UIMA 2.1 release is not correct:
> - lib/uima-jcas-builtin-types.jar is listed in manifest, but not present in plugin.
> - uima-document-annotation.jar is in distribution, but not in plugin.
> - Exported packages are listed twice, with Export-Package and with Provide-Package. But Provide-Package has been deprecated since Eclipse 3.1.
> - Exported package org.apache.uima.tttypesystem does not exist in plugin, was removed in UIMA-64.
> - "Eclipse-BuddyPolicy: registered" is written twice.

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


[jira] Updated: (UIMA-400) Fix Eclipse plugin

Posted by "Adam Lally (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adam Lally updated UIMA-400:
----------------------------

    Fix Version/s: 2.2

> Fix Eclipse plugin
> ------------------
>
>                 Key: UIMA-400
>                 URL: https://issues.apache.org/jira/browse/UIMA-400
>             Project: UIMA
>          Issue Type: Bug
>          Components: Eclipse plugins
>    Affects Versions: 2.1
>            Reporter: Mikhail Sogrin
>            Assignee: Adam Lally
>            Priority: Minor
>             Fix For: 2.2
>
>
> Manifest for org.apache.uima.runtime plugin in UIMA 2.1 release is not correct:
> - lib/uima-jcas-builtin-types.jar is listed in manifest, but not present in plugin.
> - uima-document-annotation.jar is in distribution, but not in plugin.
> - Exported packages are listed twice, with Export-Package and with Provide-Package. But Provide-Package has been deprecated since Eclipse 3.1.
> - Exported package org.apache.uima.tttypesystem does not exist in plugin, was removed in UIMA-64.
> - "Eclipse-BuddyPolicy: registered" is written twice.

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


[jira] Resolved: (UIMA-400) Fix Eclipse plugin

Posted by "Adam Lally (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adam Lally resolved UIMA-400.
-----------------------------

    Resolution: Fixed

I believe that all parts of this issue have been fixed now.

Mikhail, is it OK to close this issue now?

> Fix Eclipse plugin
> ------------------
>
>                 Key: UIMA-400
>                 URL: https://issues.apache.org/jira/browse/UIMA-400
>             Project: UIMA
>          Issue Type: Bug
>          Components: Eclipse plugins
>    Affects Versions: 2.1
>            Reporter: Mikhail Sogrin
>            Assignee: Adam Lally
>            Priority: Minor
>             Fix For: 2.2
>
>
> Manifest for org.apache.uima.runtime plugin in UIMA 2.1 release is not correct:
> - lib/uima-jcas-builtin-types.jar is listed in manifest, but not present in plugin.
> - uima-document-annotation.jar is in distribution, but not in plugin.
> - Exported packages are listed twice, with Export-Package and with Provide-Package. But Provide-Package has been deprecated since Eclipse 3.1.
> - Exported package org.apache.uima.tttypesystem does not exist in plugin, was removed in UIMA-64.
> - "Eclipse-BuddyPolicy: registered" is written twice.

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


Re: [jira] Commented: (UIMA-400) Fix Eclipse plugin

Posted by Thilo Goetz <tw...@gmx.de>.
Marshall Schor wrote:
> +1 to dropping Eclipse 3.0 support, based on time, and the fact that 
> it's quite easy to upgrade to new versions of Eclipse.  I hope I'm not 
> wrong...  but the users will speak I guess.
> 
> -Marshall
> 

I'm +1 to dropping 3.0 support as well.  I'd just mention that some
people don't use plain Eclipse, but some tools built on Eclipse.  They
often don't have the luxury of upgrading their underlying Eclipse
version.  However, I hope that even for those folks, Eclipse 3.0
is history.

--Thilo

Re: [jira] Commented: (UIMA-400) Fix Eclipse plugin

Posted by Marshall Schor <ms...@schor.com>.
+1 to dropping Eclipse 3.0 support, based on time, and the fact that 
it's quite easy to upgrade to new versions of Eclipse.  I hope I'm not 
wrong...  but the users will speak I guess.

-Marshall

Adam Lally (JIRA) wrote:
>     [ https://issues.apache.org/jira/browse/UIMA-400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12501624 ] 
>
> Adam Lally commented on UIMA-400:
> ---------------------------------
>
> I fixed all these issued except for the fact that we have both Export-Package and Provide-Package.  Personally I think it is fine to drop Eclipse 3.0 support at this time, by deleting Provide-Package.  Objections?
>
>   
>> Fix Eclipse plugin
>> ------------------
>>
>>                 Key: UIMA-400
>>                 URL: https://issues.apache.org/jira/browse/UIMA-400
>>             Project: UIMA
>>          Issue Type: Bug
>>          Components: Eclipse plugins
>>    Affects Versions: 2.1
>>            Reporter: Mikhail Sogrin
>>            Assignee: Adam Lally
>>            Priority: Minor
>>             Fix For: 2.2
>>
>>
>> Manifest for org.apache.uima.runtime plugin in UIMA 2.1 release is not correct:
>> - lib/uima-jcas-builtin-types.jar is listed in manifest, but not present in plugin.
>> - uima-document-annotation.jar is in distribution, but not in plugin.
>> - Exported packages are listed twice, with Export-Package and with Provide-Package. But Provide-Package has been deprecated since Eclipse 3.1.
>> - Exported package org.apache.uima.tttypesystem does not exist in plugin, was removed in UIMA-64.
>> - "Eclipse-BuddyPolicy: registered" is written twice.
>>     
>
>   


[jira] Commented: (UIMA-400) Fix Eclipse plugin

Posted by "Adam Lally (JIRA)" <ui...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/UIMA-400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12501624 ] 

Adam Lally commented on UIMA-400:
---------------------------------

I fixed all these issued except for the fact that we have both Export-Package and Provide-Package.  Personally I think it is fine to drop Eclipse 3.0 support at this time, by deleting Provide-Package.  Objections?

> Fix Eclipse plugin
> ------------------
>
>                 Key: UIMA-400
>                 URL: https://issues.apache.org/jira/browse/UIMA-400
>             Project: UIMA
>          Issue Type: Bug
>          Components: Eclipse plugins
>    Affects Versions: 2.1
>            Reporter: Mikhail Sogrin
>            Assignee: Adam Lally
>            Priority: Minor
>             Fix For: 2.2
>
>
> Manifest for org.apache.uima.runtime plugin in UIMA 2.1 release is not correct:
> - lib/uima-jcas-builtin-types.jar is listed in manifest, but not present in plugin.
> - uima-document-annotation.jar is in distribution, but not in plugin.
> - Exported packages are listed twice, with Export-Package and with Provide-Package. But Provide-Package has been deprecated since Eclipse 3.1.
> - Exported package org.apache.uima.tttypesystem does not exist in plugin, was removed in UIMA-64.
> - "Eclipse-BuddyPolicy: registered" is written twice.

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


[jira] Commented: (UIMA-400) Fix Eclipse plugin

Posted by "Mikhail Sogrin (JIRA)" <ui...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/UIMA-400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494693 ] 

Mikhail Sogrin commented on UIMA-400:
-------------------------------------

Actually, Provide-Package was used in 3.0, and Export-Package is properly supported in Eclipse 3.1 and 3.2.

> Fix Eclipse plugin
> ------------------
>
>                 Key: UIMA-400
>                 URL: https://issues.apache.org/jira/browse/UIMA-400
>             Project: UIMA
>          Issue Type: Bug
>          Components: Eclipse plugins
>    Affects Versions: 2.1
>            Reporter: Mikhail Sogrin
>            Priority: Minor
>
> Manifest for org.apache.uima.runtime plugin in UIMA 2.1 release is not correct:
> - lib/uima-jcas-builtin-types.jar is listed in manifest, but not present in plugin.
> - uima-document-annotation.jar is in distribution, but not in plugin.
> - Exported packages are listed twice, with Export-Package and with Provide-Package. But Provide-Package has been deprecated since Eclipse 3.1.
> - Exported package org.apache.uima.tttypesystem does not exist in plugin, was removed in UIMA-64.
> - "Eclipse-BuddyPolicy: registered" is written twice.

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


[jira] Closed: (UIMA-400) Fix Eclipse plugin

Posted by "Adam Lally (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adam Lally closed UIMA-400.
---------------------------


> Fix Eclipse plugin
> ------------------
>
>                 Key: UIMA-400
>                 URL: https://issues.apache.org/jira/browse/UIMA-400
>             Project: UIMA
>          Issue Type: Bug
>          Components: Eclipse plugins
>    Affects Versions: 2.1
>            Reporter: Mikhail Sogrin
>            Assignee: Adam Lally
>            Priority: Minor
>             Fix For: 2.2
>
>
> Manifest for org.apache.uima.runtime plugin in UIMA 2.1 release is not correct:
> - lib/uima-jcas-builtin-types.jar is listed in manifest, but not present in plugin.
> - uima-document-annotation.jar is in distribution, but not in plugin.
> - Exported packages are listed twice, with Export-Package and with Provide-Package. But Provide-Package has been deprecated since Eclipse 3.1.
> - Exported package org.apache.uima.tttypesystem does not exist in plugin, was removed in UIMA-64.
> - "Eclipse-BuddyPolicy: registered" is written twice.

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