Options

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

  • Options
    jwpfaujwpfau Employee, Member Posts: 279 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.