ssi-schaefer / lcdsl

Eclipse Launch Configuration DSL (Xtext based)
Eclipse Public License 1.0
24 stars 15 forks source link

properly pass OSGi start params even for RAP launch configs #78

Closed haubi closed 7 months ago

haubi commented 7 months ago

Since slf4j.api v2, we have to auto start at level 2: org.apache.aries.spifly.dynamic.bundle

This requires to use the "new application mode" of PDE, which depends on bundles and versions found in target platform. However, setting LAUNCHER_PDE_VERSION to "3.3" does not work for RAP, while using "target version" instead (currently "3.8") seems to still work with SWT.