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?

anaRodriguesanaRodrigues Member Posts: 33 Contributor II
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:
./gradlew installExtension
everything 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

Best Answer

  • jwpfaujwpfau Employee-RapidMiner, Member Posts: 303 RM Engineering
    Solution Accepted
    Hi Ana,

    this sounds like you are modifying the file in the /build or /out folder instead of /src

    Greetings,
    Jonas

Answers

Sign In or Register to comment.