You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Burn Lewis (JIRA)" <ui...@incubator.apache.org> on 2009/06/17 17:58:07 UTC

[jira] Commented: (UIMA-1326) Remove EMF dependency from uimaj-ep-runtime plugin

    [ https://issues.apache.org/jira/browse/UIMA-1326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12720729#action_12720729 ] 

Burn Lewis commented on UIMA-1326:
----------------------------------

I'm probably missing something but I can't build the uimaj-examples project now.  I built a new uima core uimaj-2.3.0-incubating-SNAPSHOT-bin.zip and installed it, then created a new workspace and imported the uimaj-examples project.  It failed on the new ecore classes in org.apache.uima.examples.xmi so I followed the instructions in the ecore_src directory to add the 3 emf jar files to my classpath and now I have only one error:

The method add(EClass) in the type List<EClass> is not applicable for the arguments (EClassifier)	
uimaj-examples/src/org/apache/uima/examples/xmi	UimaTypeSystem2Ecore.java	line 188

I have Eclipse 3.3.2 and an updated EMF 2.3.2.v200802051830

> Remove EMF dependency from uimaj-ep-runtime plugin
> --------------------------------------------------
>
>                 Key: UIMA-1326
>                 URL: https://issues.apache.org/jira/browse/UIMA-1326
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Eclipse plugins
>    Affects Versions: 2.3
>            Reporter: Jörn Kottmann
>            Assignee: Jörn Kottmann
>             Fix For: 2.3
>
>
> The uimaj-ep-runtime plugin depends on EMF, this dependency makes deploying in
> an non eclipse OSGI environment difficult since EMF depends on org.eclipse.core.runtime,
> which depends on many other eclipse plugins.
> Since EMF is only really used in the examples project, the dependency is removed
> from uimaj-core and the classes Ecore2UimaTypeSystem and UimaTypeSystem2Ecore.java
> are moved to uimaj-examples.
> The uimaj-ep-runtime plugin contains currently uimaj-examples, that 
> could be moved to a seperate plugin or shipped with an OSGI bundle.

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