Options

RM 5 plugin problem

QingqiuQingqiu Member Posts: 8 Contributor II
edited November 2018 in Help
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: D:\java_work_space\RapidMiner_Vega\release\libfiles
      [jar] Building jar: D:\java_work_space\RapidMiner_Vega\release\rapidminer-Template-[glow=red,2,300]${extension.version}.${extension.revision}.${extension.update}.[/glow]jar
   [delete] Deleting directory D:\java_work_space\RapidMiner_Vega\release\libfiles
install:
     Moving 1 file to D:\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:

Answers

  • Options
    fischerfischer Member Posts: 439 Maven
    Hi,

    please create a file named "build.properties" and set the following properties:

    extension.revision=X
    extension.version=Y
    extension.update=Z

    Best,
    Simon


  • Options
    QingqiuQingqiu Member Posts: 8 Contributor II
    Got it. Thx so much :) !
Sign In or Register to comment.