Hello,
Thanks for reading my questions in advance, I am recently doing a project which needs to add a algorithm (as a operator) in rapidminer, so I am following the document 'how to extend rapidminer 5' now, I encounter several problems here.
1. I can't find the "RapideMiner_Extension_Template" and RapideMiner_Extension_Tutoria" these two projects
2. It is must be import 3 projects(Template, Tutoria, Unuk) to add a operator?
3. I tried my best to find a link to download "RapideMiner_Extension_Template", but it is not the original version, and I execute it as "built.xml -> run as -> ant built ... -> install target". but it didn't works the probleme like:
[javac] ^ [javac] symbol: class Taglet [javac] location: class XMLExampleTaglet [javac] 74 errors [javac] 24 warnings
BUILD FAILED /home/john624/workspace/RapidMiner_Unuk/build_extension.xml:154: The following error occurred while executing this line: /home/john624/workspace/RapidMiner_Unuk/build_extension.xml:219: The following error occurred while executing this line: /home/john624/workspace/RapidMiner_Unuk/build.xml:162: Compile failed; see the compiler error output for details.
Total time: 8 seconds |
4. If these two projects does not exits now, there are other allowable solutions to get them?
Thanks again.
Jiang