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.
[SOLVED] Problem to execute the ant target "install" of the Extension
ielhassani
Member Posts: 10 Contributor II
in Help
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" :
Thank you.
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.xmlHelp please.
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
Thank you.
0
Answers
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
[SOLVED]