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] Problems while trying to build an extension using the template!
I have been trying to figure this out for a week now and I would appreciate any help.
when it comes to Java Im not profeciant in it but I manage however I facing problems while trying to build the template that is provided with the book
I have changed the mentions of vega to unuk with no luck
my system is running linux mint (debian) and Im using eclipse
I have open JDK 1.7 installed also i just installed oracle's JDK 1.6
I would like to know exactly how to run my plugin as its not that clear to me yet how to do it although I tried to run it through eclipse using ant.
I know that all of you are busy but please update all of your references and documents with the latest updates you make... make it easier for us to extend the awesome rapidminer
Thanks in advance for any help
my build output
when it comes to Java Im not profeciant in it but I manage however I facing problems while trying to build the template that is provided with the book
I have changed the mentions of vega to unuk with no luck
my system is running linux mint (debian) and Im using eclipse
I have open JDK 1.7 installed also i just installed oracle's JDK 1.6
I would like to know exactly how to run my plugin as its not that clear to me yet how to do it although I tried to run it through eclipse using ant.
I know that all of you are busy but please update all of your references and documents with the latest updates you make... make it easier for us to extend the awesome rapidminer
Thanks in advance for any help
my build output
Buildfile: /home/thunder/Desktop/rapidminer/ws/RapidMiner_Extension_Tutorial/build.xml
clean:
[echo] Cleaning...
[delete] Deleting directory /home/thunder/Desktop/rapidminer/ws/RapidMiner_Extension_Tutorial/build
[delete] Deleting directory /home/thunder/Desktop/rapidminer/ws/RapidMiner_Extension_Tutorial/javadoc
[mkdir] Created dir: /home/thunder/Desktop/rapidminer/ws/RapidMiner_Extension_Tutorial/build
[mkdir] Created dir: /home/thunder/Desktop/rapidminer/ws/RapidMiner_Extension_Tutorial/javadoc
version.get:
[echo] Long version: 5.0.000; short version: 5.0
init.setEncoding:
init:
Trying to override old definition of task get
Trying to override old definition of task rpm
Trying to override old definition of task post
init.setEncoding:
copy-resources:
[echo] Copying resources...
[copy] Copying 10 files to /home/thunder/Desktop/rapidminer/ws/RapidMiner_Extension_Tutorial/build
changes.testExistence:
merge.changes:
prepare_agpl:
build:
[echo] build.no_agpl=${build.no_agpl}
clean:
clean_agpl:
build.rm:
BUILD FAILED
/home/thunder/Desktop/rapidminer/ws/RapidMiner_Unuk/build_extension.xml:152: The following error occurred while executing this line:
/home/thunder/Desktop/rapidminer/ws/RapidMiner_Unuk/build_extension.xml:217: The following error occurred while executing this line:
/home/thunder/Desktop/rapidminer/ws/RapidMiner_Unuk/build.xml:329: java.lang.UnsupportedClassVersionError: com/oracle/appbundler/AppBundlerTask : Unsupported major.minor version 51.0
Total time: 3 seconds
Tagged:
0
Answers
try to click on build.xml with right Mouse button -> Run As -> Ant build and check only "install" target.
Best,
Václav