Created DSL plug-in don't work on a new Eclipse project [message #1742108] |
Wed, 31 August 2016 09:50  |
Eclipse User |
|
|
|
Hello guys.
I created my DSL, I tested it with "Eclipse Application" and it works fine.
So I have exported my projects as a plug-in, selecting "Deployable plug-ins and fragments" as recomended on the forum and at the xtext documentation. But when I have imported then in a other Eclipse for some tests, they were imported. I created at a new project a new file with my DSL extension but nothing happened. In Eclipse > Installation Detais > Plug-ins it is not shown. If I try to install it through the Help > Install New Software and I point to the directory with the generated plug-in files, Eclipse shows "There are no items available".
Note: I don't have any project with sufix ".sdk" as some comment in some issues at the forum, instead I have a project ".feature".
I have been searched a lot at Google, but without success.
I attached some pictures to facilitate.
I'm gratefull for any help.
Attachment: img-01.png
(Size: 78.88KB, Downloaded 288 times)
Attachment: img-02.png
(Size: 27.41KB, Downloaded 279 times)
Attachment: img-03.png
(Size: 22.07KB, Downloaded 246 times)
Attachment: img-04.png
(Size: 74.93KB, Downloaded 257 times)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Created DSL plug-in don't work on a new Eclipse project [message #1786086 is a reply to message #1771505] |
Wed, 25 April 2018 07:44  |
Eclipse User |
|
|
|
Hi all,
Another very easy step to export your dsl plug-in is using Maven, e.g. open your prompt command (I'm using Windows) go to your parent xtext project directory and type mvn clean install. The plug-in artifacts are generated into the ...youdsl.repository/target/repository folder. The repository contents are your plug-in that should be installed in another Eclipse.
|
|
|
Powered by
FUDForum. Page generated in 0.06910 seconds