This plugin is based on a previous work of other students (com.cevelop.ctylechecker) at the HSR. Zafer Dogan is extending it during his bachelor thesis.
Import the project like a normal Java project:
- Import > Projects from Folder or Archive > Select folder root...
- After the project is imported, it's important to open the plugin.xml in the Plugin - XML Viewer and in the Overview - Tab click: "Update the classpath settings" --> This way it auto-loads the defined required plugins the plugin is dependent on to work and you don't have to select all required plugins for runtime manually
- You need to import the project this way for auto-resolution to work, the import will "import" multiple projects, including the parent. They are interconnected. You can use one to develop with auto-resolution, and the other to build.
- Eclipse CDT http://download.eclipse.org/tools/cdt/releases/9.4
- CDT Testing HSR IFS https://www.cevelop.com/cdt-testing/development/
You can install this plugin via Updatesite URL provided by this special link: Resolve URL for Latest Updatesite
This is a special url that resolves to the latest artifact URL of the master branch. You need to resolve it first and use the resolved URL as the URL for the Updatesite. You can ignore the 404 message; it shows it due to folder view permissions not set by GitLab.
The GSON Library from Google is used to load and save configurations in JSON format. The GSON Library comes with following licensing: Apache License 2.0 You can find more about it here: GSON License