| [news.eclipse.newcomer] Re: Import ecore resource |
Ed Merks wrote:
Anna,
Please use the EMF newsgroup, which I've added to the "to" list of the reply, for asking questions about EMF. More comments below.
Anna S wrote:I'm currently working on a project that extends an earlier project done at my company. I've been told to re-use code from the old project when it's possible and now I have a folder with a bunch of code that I need to use. When I got it, they told me that I should "import it as an ecore resource" in order to use it. However, I can't find any information on how to do this, and I'm not even sure what it means. I can import the project into my workspace, but I'm guessing that's not what I'm supposed to do? And what's the difference between importing a resource and just importing a project?Does the project have a "model" folder with *.ecore/*.genmodel files in it?
This tutorial is likely to help:
http://help.eclipse.org/ganymede/index.jsp?topic=/org.eclipse.emf.doc/tutorials/clibmod/clibmod.html
Thanks, Anna