Bug 243007 - emfatic does not work when org.antlr 3.x is available
Summary: emfatic does not work when org.antlr 3.x is available
Status: NEW
Alias: None
Product: EMFT
Classification: Modeling
Component: Emfatic (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Miguel Garcia CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-03 20:40 EDT by Michael Scharf CLA
Modified: 2008-10-13 19:54 EDT (History)
0 users

See Also:


Attachments
This patch fixes the problems for me. (4.02 KB, patch)
2008-08-03 20:40 EDT, Michael Scharf CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Scharf CLA 2008-08-03 20:40:12 EDT
Created attachment 109032 [details]
This patch fixes the problems for me.

When building emfatic from the repository, there are a few problems, that I fixed with that patch. 

One important fix is to make it dependent of version 2.7.x of the org.antlr plugin. Since the org.antlr is *not* a singleton (it is a pure library and has no plugin.xml) emfatic can now coexist in environments where also org.antlr 3.x is installed

  org.antlr;bundle-version="[2.7.0,3.0.0)"

The other fixes in the patch are minor, but without them it does not build with my eclipse 3.4 installation...
Comment 1 Michael Scharf CLA 2008-08-03 20:42:48 EDT
OOPS this i what I wanted to write: 

> plugin. Since the org.antlr is *not* a singleton (it is a pure library and has

      ... Since the org.antlr *is* a singleton...


Comment 2 Michael Scharf CLA 2008-10-13 19:54:00 EDT
fixed in Michaels special build see  bug 243009