rdpstaff / RDPTools

Collection of commonly used RDP Tools for easy building
49 stars 52 forks source link

Build Failed #24

Open courtney0thomas opened 6 years ago

courtney0thomas commented 6 years ago

Hi I am trying to install RDPTools, and I keep getting the same error "Build Failed". I install the package using the instructions online

git clone https://github.com/rdpstaff/RDPTools.git git submodule init git submodule update make ant -f Clustering/build.xml jar Buildfile: /Users/pasteur/RDPTools/Clustering/build.xml

download-ivy: [get] Getting: http://repo2.maven.org/maven2/org/apache/ivy/ivy/2.1.0-rc2/ivy-2.1.0-rc2.jar [get] To: /Users/pasteur/.ant/lib/ivy.jar [get] Not modified - so not downloaded

init-ivy:

resolve: [ivy:retrieve] :: Ivy 2.1.0-rc2 - 20090704004254 :: http://ant.apache.org/ivy/ :: [ivy:retrieve] :: loading settings :: url = jar:file:/Users/pasteur/.ant/lib/ivy.jar!/org/apache/ivy/core/settings/ivysettings.xml [ivy:retrieve] :: resolving dependencies :: edu.cme.rdp#clustering;working@MD18-0166.bmge.pasteur.fr [ivy:retrieve] confs: [default] [ivy:retrieve] found com.sun.xml.bind#jaxb-impl;2.2.7 in public [ivy:retrieve] found com.sun.xml.bind#jaxb-core;2.2.7 in public [ivy:retrieve] found javax.xml.bind#jaxb-api;2.2.7 in public [ivy:retrieve] found com.sun.istack#istack-commons-runtime;2.16 in public [ivy:retrieve] found com.sun.xml.fastinfoset#FastInfoset;1.2.12 in public [ivy:retrieve] found javax.xml.bind#jsr173_api;1.0 in public [ivy:retrieve] found commons-cli#commons-cli;1.2 in public [ivy:retrieve] found junit#junit;4.8.2 in public [ivy:retrieve] found commons-codec#commons-codec;1.8 in public [ivy:retrieve] found commons-io#commons-io;2.4 in public [ivy:retrieve] :: resolution report :: resolve 199ms :: artifacts dl 10ms

|                  |            modules            ||   artifacts   |
|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
|      default     |   10  |   0   |   0   |   0   ||   20  |   0   |
---------------------------------------------------------------------

[ivy:retrieve] :: retrieving :: edu.cme.rdp#clustering [ivy:retrieve] confs: [default] [ivy:retrieve] 0 artifacts copied, 20 already retrieved (0kB/6ms)

-pre-init:

-init-private:

-init-user:

-init-project:

-init-macrodef-property:

-do-init:

-post-init:

-init-check:

-init-ap-cmdline-properties:

-init-macrodef-javac-with-processors:

-init-macrodef-javac-without-processors:

-init-macrodef-javac:

-init-macrodef-test-impl:

-init-macrodef-junit-init:

-init-macrodef-junit-single:

-init-test-properties:

-init-macrodef-junit-batch:

-init-macrodef-junit:

-init-macrodef-junit-impl: Trying to override old definition of task http://www.netbeans.org/ns/j2se-project/3:test-impl

-init-macrodef-testng:

-init-macrodef-testng-impl:

-init-macrodef-test:

-init-macrodef-junit-debug:

-init-macrodef-junit-debug-batch:

-init-macrodef-junit-debug-impl:

-init-macrodef-test-debug-junit:

-init-macrodef-testng-debug:

-init-macrodef-testng-debug-impl:

-init-macrodef-test-debug-testng:

-init-macrodef-test-debug:

-init-debug-args:

-init-macrodef-nbjpda:

-init-macrodef-debug:

-init-macrodef-java:

-init-presetdef-jar:

-init-ap-cmdline-supported:

-init-ap-cmdline:

init:

-deps-jar-init: [delete] Deleting: /Users/pasteur/RDPTools/Clustering/build/built-jar.properties

deps-jar:

BUILD FAILED /Users/pasteur/RDPTools/Clustering/nbproject/build-impl.xml:890: Can not change modification date of read-only file /Users/pasteur/RDPTools/Clustering/build/built-jar.properties

Total time: 1 second make: *** [Clustering/dist/Clustering.jar] Error 1

I'm a very new user of the terminal so as much detail for any suggestions to fix this issue would be greatly appreciated....

Thanks!