Extending Rapidminer - How to change color and names of the operator and operator group?
anaRodrigues
New Altair Community Member
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
-
Hi Ana,
this sounds like you are modifying the file in the /build or /out folder instead of /src
Greetings,
Jonas1
Answers
-
Hi Ana,
this sounds like you are modifying the file in the /build or /out folder instead of /src
Greetings,
Jonas1 -
Thank you Jonas!0