zaunerc / eclipserunnerplugin

The Eclipse Runner plugin improves the way of dealing with launch configurations in the Eclipse IDE.
7 stars 2 forks source link

Provide Eclipse-Variables when launch from runner #5

Open thomaspz opened 4 years ago

thomaspz commented 4 years ago

When I use Variables in Runner Configuration Programm or VM Arguments, I got an error. This seems only to be with special Variables, which context couldn't determine, like:

I get a "No selected resource" error, when launching from Eclipse-Runner. If I started the launch-file direct within Eclipse, it works.

some other variables seems to work, like

-${workspace_loc}

zaunerc commented 4 years ago

Thanks for the report @thomaspz. I will try to reproduce and fix the bug in the following days.

zaunerc commented 3 years ago

I have been able to reproduce the described behaviour. I have not published a workaround / fix yet because I am not sure if such a workaround / fix would introduce unintended side effects. I hope that I will be able to take a closer look in the following weeks and update the issue accordingly.

zaunerc commented 2 years ago

Unassigning myself as I currently have no time to work on this.