hi Support,
I followed the instructions, downloaded maven, changed directory to the Root Project folder and run maven install.
At first it was downloading dependencies just fine. But I got the following prompt at the end of the run:
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 31.236s
[INFO] Finished at: XXXREMOVEDXXX
[INFO] Final Memory: 3M/81M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project JForexClientLibrary: Could not resolve dependencies for project com.dukascopy.dds2:JForexClientLibrary:jar:2.13.5:
Failed to collect dependencies for [com.dukascopy.dds2:DDS2-jClient-JForex:jar:2.13.5 (compile), com.dukascopy.dds2:DDS2-Charts:jar:5.32 (compile),
com.dukascopy.dds2:greed-common:jar:153 (compile), com.dukascopy.dds2.transport:transport-client:jar:2.3.43 (compile),
com.dukascopy.dds2:dds2-common:jar:2.3.43 (compile), com.dukascopy.api:JForex-API-sources:jar:2.6.38 (compile),
com.dukascopy.api:JForex-API-javadocs:zip:2.6.38 (compile), log4j:log4j:jar:1.2.14 (compile), org.apache.mina:mina-core:jar:1.1.7 (compile),
org.apache.mina:mina-filter-ssl:jar:1.1.7 (compile), org.slf4j:slf4j-api:jar:1.5.8 (compile), org.slf4j:slf4j-log4j12:jar:1.5.8 (compile),
ta-lib:ta-lib:jar:0.4.4dc (compile), 7zip:7zip:jar:4.65 (compile)]: Failed to read artifact descriptor for com.dukascopy.dds2.transport:transport-client:jar:2.3.43:
Could not find artifact com.dukascopy.dds2:transport:pom:2.3.43 in dc_public (https://www.dukascopy.com/client/jforexlib/publicrepo/) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] https://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
Your help is appreciated.