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 2008/01/18 21:50:33 UTC

[jira] Created: (UIMA-709) eclipse plugins won't compile if uimaj-ep-runtime project is open

eclipse plugins won't compile if uimaj-ep-runtime project is open
-----------------------------------------------------------------

                 Key: UIMA-709
                 URL: https://issues.apache.org/jira/browse/UIMA-709
             Project: UIMA
          Issue Type: Improvement
          Components: Eclipse plugins
            Reporter: Marshall Schor
            Assignee: Marshall Schor
            Priority: Minor


The Eclipse plugin, uimaj-ep-runtime, is a "library" plugin, containing jars from other projects.  It is built during the release by custom assembly code.

When the project is in the workspace and is "open", it is currently "empty" because it has no source in it.  Other plugin projects which depend on this fail to compile, because they look to this empty plugin for classes (and find none).  

Find some approach to allow Eclipse builds (as well as maven builds) to succeed, without copying or having duplicate resources, so Eclipse compilation can succeed with this project present / open.

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


[jira] Work started: (UIMA-709) eclipse plugins won't compile if uimaj-ep-runtime project is open

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

Work on UIMA-709 started by Marshall Schor.

> eclipse plugins won't compile if uimaj-ep-runtime project is open
> -----------------------------------------------------------------
>
>                 Key: UIMA-709
>                 URL: https://issues.apache.org/jira/browse/UIMA-709
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Eclipse plugins
>            Reporter: Marshall Schor
>            Assignee: Marshall Schor
>            Priority: Minor
>
> The Eclipse plugin, uimaj-ep-runtime, is a "library" plugin, containing jars from other projects.  It is built during the release by custom assembly code.
> When the project is in the workspace and is "open", it is currently "empty" because it has no source in it.  Other plugin projects which depend on this fail to compile, because they look to this empty plugin for classes (and find none).  
> Find some approach to allow Eclipse builds (as well as maven builds) to succeed, without copying or having duplicate resources, so Eclipse compilation can succeed with this project present / open.

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


[jira] Closed: (UIMA-709) eclipse plugins won't compile if uimaj-ep-runtime project is open

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

Marshall Schor closed UIMA-709.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 2.3

This change generates the MANIFEST.MF that Eclipse needs.  Therefore, after checking out the eclipse plugin projects, the maven command to set things up has to include building up to and including the packaging phase, in addition to doing eclipse:eclipse.

A typical way to build from a fresh checkout would be:

           mvn install eclipse:eclipse

or if you have old versions of things you want to get rid of, try

           mvn clean install eclipse:clean eclipse:eclipse



> eclipse plugins won't compile if uimaj-ep-runtime project is open
> -----------------------------------------------------------------
>
>                 Key: UIMA-709
>                 URL: https://issues.apache.org/jira/browse/UIMA-709
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Eclipse plugins
>            Reporter: Marshall Schor
>            Assignee: Marshall Schor
>            Priority: Minor
>             Fix For: 2.3
>
>
> The Eclipse plugin, uimaj-ep-runtime, is a "library" plugin, containing jars from other projects.  It is built during the release by custom assembly code.
> When the project is in the workspace and is "open", it is currently "empty" because it has no source in it.  Other plugin projects which depend on this fail to compile, because they look to this empty plugin for classes (and find none).  
> Find some approach to allow Eclipse builds (as well as maven builds) to succeed, without copying or having duplicate resources, so Eclipse compilation can succeed with this project present / open.

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


[jira] Work stopped: (UIMA-709) eclipse plugins won't compile if uimaj-ep-runtime project is open

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

Work on UIMA-709 stopped by Marshall Schor.

> eclipse plugins won't compile if uimaj-ep-runtime project is open
> -----------------------------------------------------------------
>
>                 Key: UIMA-709
>                 URL: https://issues.apache.org/jira/browse/UIMA-709
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Eclipse plugins
>            Reporter: Marshall Schor
>            Assignee: Marshall Schor
>            Priority: Minor
>
> The Eclipse plugin, uimaj-ep-runtime, is a "library" plugin, containing jars from other projects.  It is built during the release by custom assembly code.
> When the project is in the workspace and is "open", it is currently "empty" because it has no source in it.  Other plugin projects which depend on this fail to compile, because they look to this empty plugin for classes (and find none).  
> Find some approach to allow Eclipse builds (as well as maven builds) to succeed, without copying or having duplicate resources, so Eclipse compilation can succeed with this project present / open.

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