The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Extending Rapidminer - How to change color and names of the operator and operator group?
anaRodrigues
Member Posts: 33 Contributor II
in Help
Hi,
The operator I've created is working exactly how I want it to, however, when I try to change its name in the 'OperatorsDocNAME.xml' file and run:
Any idea why this is happening?
Thank you,
Ana
The operator I've created is working exactly how I want it to, however, when I try to change its name in the 'OperatorsDocNAME.xml' file and run:
./gradlew installExtensioneverything runs smoothly, but when I look at the file again it has changed back to the default name 'My operator'. The same happens with the group name and with the colors. It is just automatically changing things to their default values.
Any idea why this is happening?
Thank you,
Ana
Tagged:
0
Best Answer
-
jwpfau Employee-RapidMiner, Member Posts: 303 RM EngineeringHi Ana,
this sounds like you are modifying the file in the /build or /out folder instead of /src
Greetings,
Jonas1
Answers