I can't find build_extension.xml

2131012221310122 MemberPosts:40Guru
edited June 2019 inHelp

I am using RapidMiner5.3.0, and I want to extend it.

I download zip file from githubhttps://github.com/rapidminer/rapidminer-extension-template/releases/tag/ANT

But when I execute ant task, it shows that build_extension.xml imported form build.xml can't be found.

This is the project I download, I do not find build_extension.xml. Where is it?

build_extension.png

ps: I have to use RapidMiner5, so don't just tell me don't use it and go to RapidMiner8, thanks a lot!

Tagged:

Best Answer

  • 2131012221310122 MemberPosts:40Guru
    Solution Accepted

    I compiled build.xml with ant recording to the documentation "How-to-Extend-RapidMiner-5.pdf", but build.xml references build_extension.xml. Because I can't find build_extension.xml, the compilation failed.

    This is the file configuration referenced in build.xml.


    But I find build_extension.xml in RapidMiner project.

    It's my fault that I misunderstand the meaning of parameter {rm.dir}. It should point to the RapidMiner source location.

    build_extension_here.png

    然后我点击编译,生成的插件jar公顷s been stored in the Rapidminer/lib/plugins directory, as configured in the Build_extension.xml file.

    plugin.png

    JEdward

Answers

Sign InorRegisterto comment.