Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » dsl plugin in another eclipse app
dsl plugin in another eclipse app [message #758224] Tue, 22 November 2011 11:40 Go to next message
haceface is currently offline hacefaceFriend
Messages: 5
Registered: November 2011
Junior Member
Hey,

How can I package my DSL plugin to get it working in another Eclipse application without the Xtext framework installed? Now i get this error messege it's quite obvious.

Cannot complete the install because one or more required items could not be found.
  
  Missing requirement: *********************************************************** [b]requires 'org.eclipse.xtext 2.1.0' but it could not be found[/b]


Or if not this way, is there any way to bring up the xtext installer in the "install new software" window if someone want to use my plugin but don't have Xtext Bungle installed yet.

Thanks for your help.

[Updated on: Tue, 22 November 2011 11:47]

Report message to a moderator

Re: dsl plugin in another eclipse app [message #758239 is a reply to message #758224] Tue, 22 November 2011 12:25 Go to previous messageGo to next message
Alexander Nittka is currently offline Alexander NittkaFriend
Messages: 1193
Registered: July 2009
Senior Member
Hi,

usually, you provide your plugin via an update site that automatically pulls the required plugin (listing associated update sites that contain them should suffice). There is no way to provide the DSL plugin without Xtext.

Alex


Need training, onsite consulting or any other kind of help for Xtext?
Go visit http://xtext.itemis.com or send a mail to xtext@itemis.de
Re: dsl plugin in another eclipse app [message #758257 is a reply to message #758239] Tue, 22 November 2011 13:16 Go to previous messageGo to next message
haceface is currently offline hacefaceFriend
Messages: 5
Registered: November 2011
Junior Member
Can you please tell me how can i list these associated update sites?

Dan
Re: dsl plugin in another eclipse app [message #758280 is a reply to message #758257] Tue, 22 November 2011 14:40 Go to previous messageGo to next message
Alexander Nittka is currently offline Alexander NittkaFriend
Messages: 1193
Registered: July 2009
Senior Member
Hi,

I checked and remembered incorrectly. When defining the feature (feature project with feature.xml) containing your DSL you can add "sites to visit" for checking further update sites.

Alex


Need training, onsite consulting or any other kind of help for Xtext?
Go visit http://xtext.itemis.com or send a mail to xtext@itemis.de
Re: dsl plugin in another eclipse app [message #758415 is a reply to message #758280] Wed, 23 November 2011 08:14 Go to previous message
haceface is currently offline hacefaceFriend
Messages: 5
Registered: November 2011
Junior Member
Hi,

I tryed to add http:[slash][slash]download.eclipse.org/modeling/tmf/updates/releases url to "Sites to Visit" in my feature xml on tab information. Still not working. I only get my feature when i try to install it. Any suggestions?

Thanks,
Dan
Previous Topic:Mapping to JvmEnumerationType
Next Topic:improving generator development turnaround times?
Goto Forum:
  


Current Time: Fri Apr 19 19:03:17 GMT 2024

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

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

Back to the top