A template project for creating a RapidMiner Studio extension.
-
Requires Gradle 8.2.1+ (use the Gradle wrapper shipped with this template or get it here)
-
Requires Java 11
-
Clone the extension template
-
Change the extension settings in build.gradle (e.g. replace 'Template' by the desired extension name)
-
Initialize the extension project by executing the initializeExtensionProject Gradle task (e.g. via 'gradlew initializeExtensionProject')
-
Add an extension icon by placing an image named "icon.png" in src/main/resources/META-INF/.
-
Build and install your extension by executing the installExtension Gradle task
-
Start RapidMiner Studio and check whether your extension has been loaded
-
If you want to go back to the empty project with the initializeExtensionProject task, use the resetExtension Gradle task