[SOLVED] Problems with building in eclipse

anonimoper
anonimoper New Altair Community Member
edited November 5 in Community Q&A
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.

Answers

  • Marco_Boeck
    Marco_Boeck New Altair Community Member
    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
  • anonimoper
    anonimoper New Altair Community Member
    Thanks, I create folder  and now it's Ok.