[SOLVED] Problems with building in eclipse

anonimoperanonimoper Member Posts: 10 Contributor II
edited November 2018 in Help
Hi, I have a problem when i want run buil.xml. I have the folling error:

Buildfile: C:\Users\lDanny\workspace\rapidminer-5.3.013\rapidminer\build.xml
version.get:
    [echo] Long version: 5.3.013; short version: 5.3
init:
 [taskdef] Could not load definitions from resource antlib.xml. It could not be found.
 [taskdef] Could not load definitions from resource org/freecompany/redline/ant/antlib.xml. It could not be found.
 [taskdef] Could not load definitions from resource net/sf/antcontrib/antlib.xml. It could not be found.
    [copy] Warning: Could not find file C:\Users\lDanny\workspace\rapidminer-5.3.013\rapidminer\ant\jsch-0.1.42.jar to copy.
copy-resources:
    [echo] Copying resources...
version.updateFiles:
    [echo] Updating to version 5.3.013
check.newDocumentationPresent:
create-documentation:
merge.changes:
    [echo] Merging all changes files

BUILD FAILED
C:\Users\lDanny\workspace\rapidminer-5.3.013\rapidminer\build.xml:790: C:\Users\lDanny\workspace\rapidminer-5.3.013\rapidminer\changes does not exist.

I have jre7, jdk 1.7.
I am folling the next tutorial: http://www-ai.cs.uni-dortmund.de/SOFTWARE/RMD/index.html, but i don't know why it's the error.

Thanks.
Tagged:

Answers

  • Marco_BoeckMarco_Boeck Administrator, Moderator, Employee, Member, University Professor Posts: 1,993 RM Engineering
    Hi,

    the build script we use contains some stuff which is relevant for us but not necessarily for you. In this particular case we enforce the existance of a changelog so we know what changed between versions. You can create that folder and try again.

    Regards,
    Marco
  • anonimoperanonimoper Member Posts: 10 Contributor II
    Thanks, I create folder  and now it's Ok.
Sign In or Register to comment.