🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

[SOLVED] Problem to execute the ant target "install" of the Extension

User: "ielhassani"
New Altair Community Member
Updated by Jocelyn
Hello,
I followed the steps shown in page 16 of the White Paper "How to Extend RapidMiner 5.0"  to deploy the Extension to RapidMiner.
Unfortunately Eclipse shows errors when executing the ant target "install" :
Buildfile: C:\Users\me\workspace\RapidMiner_Extension_Tutorial\build.xml
clean:
    [echo] Cleaning...
  [delete] Deleting directory C:\Users\me\workspace\RapidMiner_Extension_Tutorial\build
  [delete] Deleting directory C:\Users\me\workspace\RapidMiner_Extension_Tutorial\javadoc
   [mkdir] Created dir: C:\Users\me\workspace\RapidMiner_Extension_Tutorial\build
   [mkdir] Created dir: C:\Users\me\workspace\RapidMiner_Extension_Tutorial\javadoc

BUILD FAILED
C:\Users\me\workspace\RapidMiner_Vega\build_extension.xml:103: Directory does not exist: C:\Users\me\workspace\RapidMiner_Vega\release
Help please.
Thank you.

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "Nils_Woehler"
    New Altair Community Member
    Hi,

    did you checkout RapidMiner to "C:\Users\me\workspace\RapidMiner_Vega\"?
    Then try to run the buildJar target of RapidMiner's build.xml first before running your extension's build.xml.

    Best,
    Nils
    User: "ielhassani"
    New Altair Community Member
    OP
    Thank you Nils.
    [SOLVED]