Extending Rapidminer - How to change color and names of the operator and operator group?

anaRodrigues
anaRodrigues New Altair Community Member
edited November 5 in Community Q&A
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

  • jwpfau
    jwpfau New Altair Community Member
    Answer ✓
    Hi Ana,

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

    Greetings,
    Jonas

Answers

  • jwpfau
    jwpfau New Altair Community Member
    Answer ✓
    Hi Ana,

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

    Greetings,
    Jonas
  • anaRodrigues
    anaRodrigues New Altair Community Member
    Thank you Jonas!