[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.emf] project dependency obstructs EMF .genmodel generation
|
- From: Nikolaj Berntsen <nberntsen@xxxxxxxxxxxx>
- Date: Tue, 02 Sep 2003 13:10:58 +0200
- Newsgroups: eclipse.tools.emf
- Organization: EclipseCorner
- User-agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.4) Gecko/20030624
Dear Group,
I just spent a long time comming to the following conclusion.
If an eclipse project A (containing @model marked up interfaces) depends
on an eclipse java project B (e.g. providing foo.bar.Goo.java), then
generating an EMF model (Context-Menu-on-A->New->Other->Eclipse
Modelling Framework->EMF Models) fails to pick up the package in project
A (last part of the wizard). No errors, no debug on the console (I might
be able to increase verbosity somewhere).
I project B is exported to a Jar and the jar is copied to project A,
then everything works.
I am using eclipse 2.1.1 (and 3.0 M3) and EMF 1.1.1.
(It might be migh memory, but sometimes it seems to work anyhow)
Is this a bug or a feature?
Cheers,
/\/ikolaj