The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
RM 5 plugin problem
Hi everyone, I am new to RapidMiner (as well as eclipse :-[)...I got problem when I follow the procedures on page 16 of white paper "How to extend RapidMiner 5.0".I managed to crate a rapidminer-tutorial Extension-5.0.000.jar file in the plugins directory and it works well in RapidMiner but when I did the same thing for the Template Extention, I got problem for the version value and the msg are like the following (I highlight the error):
==========
[echo] Creating jar...
[echo] Manifest Classpath: ...
[mkdir] Created dir: \java_work_space\RapidMiner_Vega\release\libfiles
[jar] Building jar: \java_work_space\RapidMiner_Vega\release\rapidminer-Template-[glow=red,2,300]${extension.version}.${extension.revision}.${extension.update}.[/glow]jar
[delete] Deleting directory \java_work_space\RapidMiner_Vega\release\libfiles
install:
Moving 1 file to \java_work_space\RapidMiner_Vega\lib\plugins
BUILD SUCCESSFUL
==========
I checked the build files in the tutorial and template folder but still have no clue of it. Hope someone could help me. Thank you!
==========
[echo] Creating jar...
[echo] Manifest Classpath: ...
[mkdir] Created dir: \java_work_space\RapidMiner_Vega\release\libfiles
[jar] Building jar: \java_work_space\RapidMiner_Vega\release\rapidminer-Template-[glow=red,2,300]${extension.version}.${extension.revision}.${extension.update}.[/glow]jar
[delete] Deleting directory \java_work_space\RapidMiner_Vega\release\libfiles
install:
Moving 1 file to \java_work_space\RapidMiner_Vega\lib\plugins
BUILD SUCCESSFUL
==========
I checked the build files in the tutorial and template folder but still have no clue of it. Hope someone could help me. Thank you!
Tagged:
0
Answers
please create a file named "build.properties" and set the following properties:
extension.revision=X
extension.version=Y
extension.update=Z
Best,
Simon