Dukascopy Support Board
http://www.dukascopy.com/swiss/english/forex/jforex/forum/

Can any master help me?
http://www.dukascopy.com/swiss/english/forex/jforex/forum/viewtopic.php?f=200&t=58577
Page 1 of 1

Author:  grosskt [ Wed 28 Jun, 2023, 15:23 ]
Post subject:  Can any master help me?

Recently, when I was developing a strategy with NetBeasIDE, I got the following error when compiling:
[INFO] -------------------------------- [ jar ]---------------------------------
Downloading from alimaven-public: https://repo1.maven.org/maven2/reposito ... 3.6.48.pom
[WARNING] The POM for com.dukascopy.dds2:DDS2-jClient-JForex:jar:3.6.48 is missing, no dependency information available:

Settings.xml File configuration information:
...........................................................................

<settings xmlns="https://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://maven.apache.org/SETTINGS/1.0.0 https://maven.apache.org/xsd/settings-1.0.0.xsd">
<!--proxies>
<proxy>
<host>my.proxy.host</host>
</proxy>
</proxies-->

<!--pluginGroups>
<pluginGroup>org.codehaus.mojo</pluginGroup>
</pluginGroups-->
<mirrors>
<!-- Aliyun -->
<mirror>
<id>alimaven-public</id>
<name>aliyun public maven repo</name>

<url>https://repo1.maven.org/maven2/repository/public</url>
<mirrorOf>*</mirrorOf>
</mirror>

<mirror>
<id>alimaven-google</id>
<name>aliyun google maven repo</name>
<url>https://maven.aliyun.com/repository/google</url>
<mirrorOf>*</mirrorOf>
</mirror>

<mirror>
<id>alimaven-spring</id>
<name>aliyun spring maven repo</name>
<url>https://maven.aliyun.com/repository/spring</url>
<mirrorOf>*</mirrorOf>
</mirror>
.........................................................................................................
Image

Attachments:
errorSettingsFile.jpg [422.67 KiB]
Downloaded 3815 times

Author:  API Support [ Mon 10 Jul, 2023, 14:59 ]
Post subject:  Re: Can any master help me?

Hello,

Please note that a month ago we updated SDK version, so make sure you have up to date one set up in your IDE. You can download new version here: https://www.dukascopy.com/wiki/en/devel ... jforex-sdk

settings.xml is not required.

It will be enough pom.xml and I attached file to this email.
Also I recommend you to try other solutions from stackoverflow if this settings do not work for you.

Please also note that you need to choose Java 8 in settings of your IDE too.
Personally I always used, Inteliji IDEA and did not face any issues with set up, but still we do not advise this or another application. Its up to you.
Hope it helps!

Yours sincerely,
Dukascopy Bank

Attachments:
pom.xml [6.14 KiB]
Downloaded 291 times

  Page 1 of 1