| Building EMF [message #403403] |
Wed, 06 September 2006 12:50  |
Eclipse User |
|
|
|
Originally posted by: Cassy.hotmail.com
Hello,
I want to build my own version of the EMF plugin and I failed :(
Here is what i've done :
- CO dev.eclipse.org CVS. I checkout Head/org.eclipse.emf/plugins in my
workspace.
- To build org.eclipse.importer.ecore and rose, I execute ant task of
org.eclipse.ant which created
org.eclipse.emf.ant/ant_tasks/emf.ant.tasks.jar.
- At this point, everything built without errors
- I Select "org.eclipse.emf" and click "Run AS > Eclipse Application"
- In the new eclipse, I looked in Help > Plugin Details. I see every plugins
installed, org.eclipse.emf.*
If I create a project using EMF (Loading an Ecore file and generating the
model from it). It seems that eclipse do not use my EMF plugin, I can't add
any org.eclipse.emf in the dependencies and then, every import of
"org.eclipse.emf.*" is failing .... Don't know what to do...
What am I doing wrong ?
|
|
|
|
| Re: Building EMF [message #403411 is a reply to message #403404] |
Thu, 07 September 2006 08:53  |
Eclipse User |
|
|
|
This is a multi-part message in MIME format.
--------------010802080901070704060002
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8bit
Cassy,
It sounds like you probably didn't build the jars that are specified as
the classpath in the MANIFEST.MF. Our build process replaces these with
.. and then jars the whole plugin, but at development time, we run a
script to build the jars.
Cassy wrote:
> I tried to export the plugins and to install them in an Eclipse.
> Result :
>
> -> I can add the org.eclipse.emf.* plugins in dependencies. It works, no
> prob.
> -> BUT, in my files, every "import org.eclipse.emf....." failed :(
> Error message : "The import org.Eclipse.emf cannot be resolved".
>
> Hope it helps :(
>
>
> "Cassy" <Cassy@hotmail.com> a
|
|
|
Powered by
FUDForum. Page generated in 0.03721 seconds