What is the correct syntax to name a group?

kaymankayman MemberPosts:662Unicorn
edited November 2018 inHelp

Hi there,

having some fun creating my own extensions, works out fine but I can't get my folder (group) names shown correctly when following the examples in the documentation. The operator is showing up nicely, correct name and icon etc, but the folders / groups keep having the key value instead of the wanted name.

These are my 2 files :





myOperatorKey
com.rapidminer.extension.operator.myOperatorClass
main.png


and this is the Doc XML





myOperatorKey
short synopsis
Some more help
Operator name for testing purposes



myGroupKey
Group name for testing purposes

So, am I overlooking something syntax wise? Do I need to use attributes instead of elements (or vica versa) when looking at groups, or are there other restrictions related to naming a key?

Apart from the folder name (I simplified the whole flow a bit in the provided examples) all works fine so i a bit puzzled on where thigns go wrong.

thanks!

Tagged:

Answers

  • mmichelmmichel Employee, MemberPosts:129RM Engineering

    Hi kayman,

    this seems to be a bug. As workaround you could use the fully qualified group key:


    <键> extensions.myTest.myGroupKey
    Group name for testing purposes

    Cheers,

    Marcel

Sign InorRegisterto comment.