ssi-schaefer / lcdsl

Eclipse Launch Configuration DSL (Xtext based)
Eclipse Public License 1.0
23 stars 12 forks source link

Use application and VM arguments of the product configuration file #18

Closed glatuske closed 5 years ago

glatuske commented 5 years ago

I have added extraction for application/program arguments and VM arguments out of the product file. In addition it is also possible to use a path relative to the workspace root for the content-provider.

I'm not 100% sure if it would make sense to introduce an additional flag to enable this behaviour to keep existing launch configurations compatible.

glatuske commented 5 years ago

I have removed the handling for relative paths. Was not aware that variables are also supported within content-provider path.