Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Graphiti » Graphiti plugin project with maven-tycho(Graphiti plugin development with maven-tycho)
Graphiti plugin project with maven-tycho [message #1392665] Wed, 02 July 2014 17:20 Go to next message
Anil tanneru is currently offline Anil tanneruFriend
Messages: 21
Registered: March 2014
Junior Member
Hi,
I am working on Eclipse graphiti plugin project.We are trying to convert this plugin application as maven based project for build using Tycho maven plugin. We are able to build the JAR and once we deploy the generated JAR in other eclipse (which dont have graphiti in their plugin folder), not able to see our graphiti wizard. I know it wont recognize w/o graphit jars in plugin folder. Is there any other option to deploy the jars before we drop our custom graphiti based application in plugin folder.


--Anil
Re: Graphiti plugin project with maven-tycho [message #1392708 is a reply to message #1392665] Wed, 02 July 2014 18:36 Go to previous message
Marek Jagielski is currently offline Marek JagielskiFriend
Messages: 97
Registered: April 2012
Member
In feature.xml of your eclipse-feature tycho project you can put either
<includes id="org.eclipse.graphiti.feature" version="0.11.0"/>

or
<import feature="org.eclipse.graphiti.feature"/>

First will include in the created update site (eclipse-repository project) graphiti feature with its plugins. Second is indicating graphiti as dependency. This will trigger its install when installing your plugin.

Above hints are useful when you install your plugins via "Install new software".

Marek
Previous Topic:download and build source code
Next Topic:Double line Polyline for Connections
Goto Forum:
  


Current Time: Wed Apr 24 17:13:51 GMT 2024

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

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

Back to the top