Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

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

  • 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


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