Library issue with New Project Wizard in 2.14 [message #1794411] |
Thu, 30 August 2018 07:32  |
Eclipse User |
|
|
|
Hello,
my DSL offers a library with some built in operations.
When creating a Project using the New Project Wizard in 2.14 the references to these operations cannot be resolved even after I added the DSL Plugin to dependencies.
The old way, i.e. creating a simple Plugin Project, new file with DSL extension and adding the dependency, works just fine.
After comparing the two projects I added the following lines to the .project file of the project created with the new wizard and after restarting the runtime eclipse application it started working.
<buildCommand>
<name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
<arguments>
</arguments>
</buildCommand>
This isn't really convenient.
Best regards,
Nikita
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.52129 seconds