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/03/01 14:06:51 UTC

[jira] Created: (UIMA-328) CDE - handle case of searching for impl Java class, but the project is not a Java project

CDE - handle case of searching for impl Java class, but the project is not a Java project
-----------------------------------------------------------------------------------------

                 Key: UIMA-328
                 URL: https://issues.apache.org/jira/browse/UIMA-328
             Project: UIMA
          Issue Type: Improvement
          Components: Eclipse plugins
    Affects Versions: 2.1
            Reporter: Marshall Schor
         Assigned To: Marshall Schor
            Priority: Trivial
             Fix For: 2.2


The CDE allows picking a Java implementation class for a primitive annotator.  The pick list is generated done using the Eclipse "Search" mechanism, which is set up to search along the classes visible in the classpath to that project.  However, if the user puts their XML descriptor into a separate project, which is not a Java project, then this strategy throws an "unexpected exception".  Change this behavior so that if the XML descriptor is in a non-Java project, have the Search search the entire workspace for candidate impl classes, to generate the pick list.

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


[jira] Closed: (UIMA-328) CDE - handle case of searching for impl Java class, but the project is not a Java project

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

Marshall Schor closed UIMA-328.
-------------------------------

    Resolution: Later

> CDE - handle case of searching for impl Java class, but the project is not a Java project
> -----------------------------------------------------------------------------------------
>
>                 Key: UIMA-328
>                 URL: https://issues.apache.org/jira/browse/UIMA-328
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Eclipse plugins
>    Affects Versions: 2.1, 2.2
>            Reporter: Marshall Schor
>            Assignee: Marshall Schor
>            Priority: Trivial
>
> The CDE allows picking a Java implementation class for a primitive annotator.  The pick list is generated done using the Eclipse "Search" mechanism, which is set up to search along the classes visible in the classpath to that project.  However, if the user puts their XML descriptor into a separate project, which is not a Java project, then this strategy throws an "unexpected exception".  Change this behavior so that if the XML descriptor is in a non-Java project, have the Search search the entire workspace for candidate impl classes, to generate the pick list.

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


[jira] Updated: (UIMA-328) CDE - handle case of searching for impl Java class, but the project is not a Java project

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

Adam Lally updated UIMA-328:
----------------------------

        Fix Version/s:     (was: 2.2)
    Affects Version/s: 2.2

Removed from 2.2 release as Marshall suggested on uima-dev

> CDE - handle case of searching for impl Java class, but the project is not a Java project
> -----------------------------------------------------------------------------------------
>
>                 Key: UIMA-328
>                 URL: https://issues.apache.org/jira/browse/UIMA-328
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Eclipse plugins
>    Affects Versions: 2.1, 2.2
>            Reporter: Marshall Schor
>            Assignee: Marshall Schor
>            Priority: Trivial
>
> The CDE allows picking a Java implementation class for a primitive annotator.  The pick list is generated done using the Eclipse "Search" mechanism, which is set up to search along the classes visible in the classpath to that project.  However, if the user puts their XML descriptor into a separate project, which is not a Java project, then this strategy throws an "unexpected exception".  Change this behavior so that if the XML descriptor is in a non-Java project, have the Search search the entire workspace for candidate impl classes, to generate the pick list.

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