Minres / CoreDSL

Xtext project to parse CoreDSL files
Apache License 2.0
16 stars 3 forks source link

Missing Constraint: Import-Package: javax.xml.stream #48

Closed AtomCrafty closed 2 years ago

AtomCrafty commented 2 years ago

Every time I run the IDE project I get this message. It runs just fine, but the popup is annoying. Can we fix the issue it is complaining about? Looks like it has to do with the project setup.

image

eyck commented 2 years ago

This is you local launch configuration which ran out-of-date. There is nothing in the repo to correct this.

Just open the launch configuration, go to the tab plugins and press 'Add Required Plug-ins'. The it should juststart fine...

AtomCrafty commented 2 years ago

That doesn't seem to do anything for me. Every single available plugin was already active before. Deselecting all and pressing "Add Required Plug-ins" enabled about a third of them, but causes the project to not start at all: image image

Manually enabling javax.xml.bind version 2.2.0 from the list does not resolve the issue. I know nothing about the eclipse plugin system, but it looks to me like some project has a dependency on version 0.0.0 of javax.xml.bind, which probably doesn't exist.

eyck commented 2 years ago

Did you correctly set the target platform?

Another option isd to simply enable all available plugins: grafik

AtomCrafty commented 2 years ago

I don't know what that means or how to do it. Shouldn't the projects come ready to run?

eyck commented 2 years ago

Nope, since these are only plugins to be added to an eclipse product there is nothing ready to run. Maybe we can discuss this in a direct conversation per EMail & IM?

AtomCrafty commented 2 years ago

Sure. I'm just a bit confused because everything works perfectly fine without configuring anything. The only drawback seems to be that annoying popup.