RM 5 plugin problem

Qingqiu
New Altair Community Member
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:

[jar] Building jar:

[delete] Deleting directory

install:
Moving 1 file to

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!

0
Answers
-
Hi,
please create a file named "build.properties" and set the following properties:
extension.revision=X
extension.version=Y
extension.update=Z
Best,
Simon
0 -
Got it. Thx so much
!
0