The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
[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]