Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF » EMF project generating RCP plugin stuff(the plugin stuff is saved in wrong folder while model generating)
EMF project generating RCP plugin stuff [message #1773163] Fri, 22 September 2017 12:44 Go to next message
Alex Gor is currently offline Alex GorFriend
Messages: 159
Registered: November 2014
Location: Russia
Senior Member
Hello

I have project that consists of a few eclipse plugins. I use maven plugin Tycho for building whole application.

The structure of project is :
root folder with parent pom.xml
set of folders each of them is an eclipse plugin with internal pom files

I added one more folder that contains EMF Ecore project

My problem is :
When I start generating source code for model the source code is placed in correct place in the EMF Ecore project's folder, but plugin stuff (plugin.xml, MANIFEST etc) is generated in root folder of whole application near parent pom.xml

Can I correct target path for EMF Code generator for Eclipse plugin stuff?

Thank you in advance
Alex
Re: EMF project generating RCP plugin stuff [message #1773184 is a reply to message #1773163] Fri, 22 September 2017 22:30 Go to previous messageGo to next message
Pavel Vlasov is currently offline Pavel VlasovFriend
Messages: 23
Registered: December 2015
Junior Member
I'd advise you to put the parent pom.xml in its own project and have aggregator pom.xml in the root - http://www.vogella.com/tutorials/EclipseTycho/article.html, example - https://github.com/Nasdanika/config?files=1. It may not solve your problem, but it is a recommended practice, as far as I know.
Re: EMF project generating RCP plugin stuff [message #1773185 is a reply to message #1773163] Fri, 22 September 2017 22:30 Go to previous messageGo to next message
Pavel Vlasov is currently offline Pavel VlasovFriend
Messages: 23
Registered: December 2015
Junior Member
Accidental double-post, don't know how to delete...

[Updated on: Fri, 22 September 2017 22:33]

Report message to a moderator

Re: EMF project generating RCP plugin stuff [message #1774294 is a reply to message #1773185] Thu, 12 October 2017 13:51 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33113
Registered: July 2009
Senior Member
What you describe doesn't really make sense. Bundles need to be projects...

Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:NoClassDefFoundError: org/eclipse/emf/ecore/EPackage
Next Topic:Get Method from different Package
Goto Forum:
  


Current Time: Thu Mar 28 10:58:25 GMT 2024

Powered by FUDForum. Page generated in 0.03091 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top