lcdsl
lcdsl copied to clipboard
Eclipse Launch Configuration DSL (Xtext based)
Using the Eclipse variable `${folder_prompt}` (which should open a dialog and prompt the user to choose a folder) in `working-dir` crashes the Eclipse IDE on Windows. As soon as you...
Related to #79, if a junit-plugin container points to a plugin project, it is added to the list of dependencies. If there are no explicit plugin dependencies defined though, we...
For `junit-plugin` configurations, the documentation of `container` says "If the container points to a plugin project, the plugin will be added to the dependency list as well". This partly works,...
In the Junit Runner application, there is a setting to run the built-in Eclipse JUnit runner. It hides behind a drop-down setting of `[No Application] - Headless Mode`. It would...
I have the following configuration: ``` abstract swtbot configuration Base-UI-Test { product MyProduct; content-provider "${workspace_loc:MyProduct}/target/classes/product.product"; } swtbot configuration My-Plugin-UI-Test : Base-UI-Test { plugin MyPlugin; workspace "${workspace_loc:/MyPlugin}/target/swt-workspace"; test { runner junit4;...
We do make a difference between out JUnit plugin tests vs our pure unit tests. The plugin test take significant more startup time, so we want to run the pure...
I don't know if you are familiar with the Eclipse working sets, but it's a great way to organize your projects in an Eclipse workspace in the Project Explorer view....
The project self mechanism seems to find the outermost eclipse project (which is wrong), even when working an a workspace with flat project setup.
To make the language extensible, it should be possible to define schemas (without changing LcDsl) to define new launch configuration types. The language should provide the value types (string, int,...
Scenario: Developers are checking in launch configuration into a code repository so that the entire team uses the same settings. Now as a developer i want to customize an existing...