Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » Deploying an local Xtext Plugin
Deploying an local Xtext Plugin [message #1807497] Fri, 31 May 2019 09:09 Go to next message
Marshall Charron is currently offline Marshall CharronFriend
Messages: 72
Registered: August 2018
Member
I made a DSL with Xtext.

I generated the plugin using this procedure https://wiki.eclipse.org/FAQ_How_do_I_create_an_update_site_(site.xml)%3F

I added the necessary plugins (dsl, dsl.ide and dsl.ui).

But everything seems okay and I can see it among "insttaled software" but Eclipse does not seem to recognize the syntax of my DSL ?


PS: My dsl works without any problem when I run it as a configuration with a new Eclipse instance but not when installed as a plugin.

[Updated on: Fri, 31 May 2019 09:10]

Report message to a moderator

Re: Deploying an local Xtext Plugin [message #1807498 is a reply to message #1807497] Fri, 31 May 2019 09:14 Go to previous messageGo to next message
Christian Dietrich is currently offline Christian DietrichFriend
Messages: 14665
Registered: July 2009
Senior Member
The wizard has an option to for an update size too.
Please use the host osgi console to find out what the problem is
Hit the plus button in the console view and select host osgi console
Type
ss yourdsl

This will show your plugins if the were installed correctly

If they are not active type

start <ID>
To start them or to find out what the problem is
Use the ids the ss command gave you


Twitter : @chrdietrich
Blog : https://www.dietrich-it.de
Re: Deploying an local Xtext Plugin [message #1807499 is a reply to message #1807498] Fri, 31 May 2019 09:15 Go to previous messageGo to next message
Christian Dietrich is currently offline Christian DietrichFriend
Messages: 14665
Registered: July 2009
Senior Member
Also have a look at error log view for errors

Twitter : @chrdietrich
Blog : https://www.dietrich-it.de
Re: Deploying an local Xtext Plugin [message #1807501 is a reply to message #1807499] Fri, 31 May 2019 10:34 Go to previous messageGo to next message
Marshall Charron is currently offline Marshall CharronFriend
Messages: 72
Registered: August 2018
Member
Thanks for your response.

Well it was on STARTING then I did start <ID> et it become ACTIVE but I still can't launch an editor of my DSL and syntax is not recognized.

There are no errors

[Updated on: Fri, 31 May 2019 10:35]

Report message to a moderator

Re: Deploying an local Xtext Plugin [message #1807502 is a reply to message #1807501] Fri, 31 May 2019 10:36 Go to previous messageGo to next message
Christian Dietrich is currently offline Christian DietrichFriend
Messages: 14665
Registered: July 2009
Senior Member
are you sure the file extension is correct.
what does the open with menu show?
is there are section for yourdsl in the preferences?
with no input from your side its impossible to help


Twitter : @chrdietrich
Blog : https://www.dietrich-it.de
Re: Deploying an local Xtext Plugin [message #1807504 is a reply to message #1807502] Fri, 31 May 2019 11:06 Go to previous messageGo to next message
Marshall Charron is currently offline Marshall CharronFriend
Messages: 72
Registered: August 2018
Member
I reproduced the problem here : https://github.com/aduninon/GeetingDSL

Can you please check it out

When I install the plugin in 'update' it is not recognized.

And I use the feature in 'feature' folder

[Updated on: Fri, 31 May 2019 11:07]

Report message to a moderator

Re: Deploying an local Xtext Plugin [message #1807506 is a reply to message #1807504] Fri, 31 May 2019 11:11 Go to previous message
Christian Dietrich is currently offline Christian DietrichFriend
Messages: 14665
Registered: July 2009
Senior Member
I done understand
Is install the problem or using after install


Twitter : @chrdietrich
Blog : https://www.dietrich-it.de
Previous Topic:[LS] Access to server configuration values
Next Topic:how to check the condition for instance of class had been created in xtext editor
Goto Forum:
  


Current Time: Tue Apr 16 22:55:24 GMT 2024

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

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

Back to the top