Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » xtext feature project(xtext feature project)
xtext feature project [message #1743839] Tue, 20 September 2016 08:21 Go to next message
Sachin Samaram is currently offline Sachin SamaramFriend
Messages: 271
Registered: April 2016
Senior Member
Hi,

I have created feature project for xtext based editor in Kelper version.
I followed below steps to create the plugin

1. create feature project
2. select all xtext projects
3. create category.xml
4. export to zip

When I installing the plugin which built with Kelper it shows me an error like "missing bundle" .... So I have installed the xtext from eclipse market place. Problem solved.

After that I did the same on Eclipse Neon (non dsl version). This time I didn't install xtext from eclipse market place. But my plugin working fine without showing any error like missing bundle.

Can anyone tell me. How Neon solves my problem?
Re: xtext feature project [message #1743845 is a reply to message #1743839] Tue, 20 September 2016 08:42 Go to previous messageGo to next message
Christian Dietrich is currently offline Christian DietrichFriend
Messages: 14665
Registered: July 2009
Senior Member
which xtext version do you require in your plugins?

Twitter : @chrdietrich
Blog : https://www.dietrich-it.de
Re: xtext feature project [message #1743847 is a reply to message #1743845] Tue, 20 September 2016 08:47 Go to previous messageGo to next message
Sachin Samaram is currently offline Sachin SamaramFriend
Messages: 271
Registered: April 2016
Senior Member
xtext 2.9.x
Re: xtext feature project [message #1743849 is a reply to message #1743847] Tue, 20 September 2016 08:53 Go to previous messageGo to next message
Christian Dietrich is currently offline Christian DietrichFriend
Messages: 14665
Registered: July 2009
Senior Member
well i asume the kelper update site does not provide that version

Twitter : @chrdietrich
Blog : https://www.dietrich-it.de
Re: xtext feature project [message #1743921 is a reply to message #1743839] Tue, 20 September 2016 15:48 Go to previous messageGo to next message
Lorenzo Bettini is currently offline Lorenzo BettiniFriend
Messages: 1812
Registered: July 2009
Location: Firenze, Italy
Senior Member
That's how p2 (the provisioning system of Eclipse) works: when you install something, you need to make sure that all the needed plugins can be found in the available update sites.

If, before trying to install your plugins, you add the update site of Xtext releases, then during the installation of your plugins the Xtext dependencies will be automatically downloaded and installed.

cheers
Lorenzo


Re: xtext feature project [message #1744106 is a reply to message #1743921] Thu, 22 September 2016 11:12 Go to previous message
Sachin Samaram is currently offline Sachin SamaramFriend
Messages: 271
Registered: April 2016
Senior Member
Thanks
Previous Topic:Providing library for an XText IDEA plugin
Next Topic:Xtext compatibility with Eclipse
Goto Forum:
  


Current Time: Thu Apr 25 17:37:37 GMT 2024

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

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

Back to the top