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)" <ui...@incubator.apache.org> on 2007/06/29 17:36:05 UTC

[jira] Created: (UIMA-477) CDE function for import by name uses file system browser; should instead show appropriate items in classpath

CDE function for import by name uses file system browser; should instead show appropriate items in classpath
------------------------------------------------------------------------------------------------------------

                 Key: UIMA-477
                 URL: https://issues.apache.org/jira/browse/UIMA-477
             Project: UIMA
          Issue Type: Improvement
    Affects Versions: 2.2
            Reporter: Marshall Schor
            Priority: Minor


User reports being confused by having import by name show a file system browser as a picker.  

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


[jira] Resolved: (UIMA-477) CDE function for import by name uses file system browser; should instead show appropriate items in classpath

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

Marshall Schor resolved UIMA-477.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2.2
         Assignee: Adam Lally  (was: Marshall Schor)

assigning to Adam to try it and see if it works :-)

> CDE function for import by name uses file system browser; should instead show appropriate items in classpath
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: UIMA-477
>                 URL: https://issues.apache.org/jira/browse/UIMA-477
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Eclipse plugins
>    Affects Versions: 2.1, 2.2
>            Reporter: Marshall Schor
>            Assignee: Adam Lally
>            Priority: Minor
>             Fix For: 2.2.2
>
>
> User reports being confused by having import by name show a file system browser as a picker.  

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


[jira] Updated: (UIMA-477) CDE function for import by name uses file system browser; should instead show appropriate items in classpath

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

Michael Baessler updated UIMA-477:
----------------------------------

    Component/s: Eclipse plugins

> CDE function for import by name uses file system browser; should instead show appropriate items in classpath
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: UIMA-477
>                 URL: https://issues.apache.org/jira/browse/UIMA-477
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Eclipse plugins
>    Affects Versions: 2.2
>            Reporter: Marshall Schor
>            Priority: Minor
>
> User reports being confused by having import by name show a file system browser as a picker.  

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


[jira] Commented: (UIMA-477) CDE function for import by name uses file system browser; should instead show appropriate items in classpath

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

Adam Lally commented on UIMA-477:
---------------------------------

I added a vote for this to get fixed.  In the project I'm working on now we're storing all our descriptors on the classpath, in packages.  It's terribly tedious to have to expand every folder in the package individually when making an import by name.  And we intend to move to using more jar packaging of components, at which point not being able to pick descriptors in jar files will reduce us to having to edit the XML directly.

> CDE function for import by name uses file system browser; should instead show appropriate items in classpath
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: UIMA-477
>                 URL: https://issues.apache.org/jira/browse/UIMA-477
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Eclipse plugins
>    Affects Versions: 2.1, 2.2
>            Reporter: Marshall Schor
>            Priority: Minor
>
> User reports being confused by having import by name show a file system browser as a picker.  

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


[jira] Updated: (UIMA-477) CDE function for import by name uses file system browser; should instead show appropriate items in classpath

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

Marshall Schor updated UIMA-477:
--------------------------------

    Affects Version/s: 2.1

> CDE function for import by name uses file system browser; should instead show appropriate items in classpath
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: UIMA-477
>                 URL: https://issues.apache.org/jira/browse/UIMA-477
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Eclipse plugins
>    Affects Versions: 2.1, 2.2
>            Reporter: Marshall Schor
>            Priority: Minor
>
> User reports being confused by having import by name show a file system browser as a picker.  

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


[jira] Commented: (UIMA-477) CDE function for import by name uses file system browser; should instead show appropriate items in classpath

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

Marshall Schor commented on UIMA-477:
-------------------------------------

Another user reports if their descriptor they want to import is in a Jar (which is on the classpath), then there's no way to specify it.

One straight-forward thing to do would be to look at all resources in the classpath that have a name ending in .xml, and offer these up in a pick list with autocompletion.  But that might be a huge number... and it might take a long time to open all the Jars on the class path and look.    Maybe a pick list that starts with the jars in the path, then lets you expand them.

> CDE function for import by name uses file system browser; should instead show appropriate items in classpath
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: UIMA-477
>                 URL: https://issues.apache.org/jira/browse/UIMA-477
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Eclipse plugins
>    Affects Versions: 2.1, 2.2
>            Reporter: Marshall Schor
>            Priority: Minor
>
> User reports being confused by having import by name show a file system browser as a picker.  

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


[jira] Closed: (UIMA-477) CDE function for import by name uses file system browser; should instead show appropriate items in classpath

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

Marshall Schor closed UIMA-477.
-------------------------------


Adam found several problems, now all fixed.

> CDE function for import by name uses file system browser; should instead show appropriate items in classpath
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: UIMA-477
>                 URL: https://issues.apache.org/jira/browse/UIMA-477
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Eclipse plugins
>    Affects Versions: 2.1, 2.2
>            Reporter: Marshall Schor
>            Assignee: Adam Lally
>            Priority: Minor
>             Fix For: 2.2.2
>
>
> User reports being confused by having import by name show a file system browser as a picker.  

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


[jira] Assigned: (UIMA-477) CDE function for import by name uses file system browser; should instead show appropriate items in classpath

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

Marshall Schor reassigned UIMA-477:
-----------------------------------

    Assignee: Marshall Schor

> CDE function for import by name uses file system browser; should instead show appropriate items in classpath
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: UIMA-477
>                 URL: https://issues.apache.org/jira/browse/UIMA-477
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Eclipse plugins
>    Affects Versions: 2.1, 2.2
>            Reporter: Marshall Schor
>            Assignee: Marshall Schor
>            Priority: Minor
>
> User reports being confused by having import by name show a file system browser as a picker.  

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