Dukascopy
 
 
Wiki JStore Search Login

TECHADM-3394 Possible jForex API Maven Repo
 Post subject: TECHADM-3394 Possible jForex API Maven Repo Post rating: 0   New post Posted: Wed 21 Apr, 2010, 01:36 
User avatar

User rating: 0
Joined: Thu 16 Jun, 2011, 21:37
Posts: 98
Location: SwitzerlandSwitzerland
Hello Support,

was wondering if it were possible to create a maven repository for the jForex API? This would be greatly appreciated if at all possible.

Thanks again,
jForexUser


 
 Post subject: Re: Possible jForex API Maven Repo? Post rating: 0   New post Posted: Wed 21 Apr, 2010, 05:35 

User rating: -
I would also really like to see a Maven repository with the jForex API and its dependencies. It would make managing builds and keeping the API up to date much easier than having to do it manually.

Thanks,
Thomas


 
 Post subject: Re: Possible jForex API Maven Repo? Post rating: 0   New post Posted: Wed 21 Apr, 2010, 08:52 
User avatar

User rating:
Joined: Fri 31 Aug, 2007, 09:17
Posts: 6139
Thanks for idea, we will consider it.


 
 Post subject: Re: Possible jForex API Maven Repo? Post rating: 0   New post Posted: Tue 27 Apr, 2010, 22:33 
User avatar

User rating: 0
Joined: Thu 16 Jun, 2011, 21:37
Posts: 98
Location: SwitzerlandSwitzerland
Thanks Support! that would be great if it worked out.


 
 Post subject: Re: Possible jForex API Maven Repo? Post rating: 0   New post Posted: Thu 17 Jun, 2010, 19:30 
User avatar

User rating: 0
Joined: Thu 16 Jun, 2011, 21:37
Posts: 98
Location: SwitzerlandSwitzerland
has there been any more consideration on this idea? It would be really nice to have this and it should only take about an hour or two to setup :)

pretty please!!!

cheers,
jForexUser


 
 Post subject: Re: Possible jForex API Maven Repo? Post rating: 0   New post Posted: Sun 01 Aug, 2010, 04:05 

User rating: 0
Joined: Wed 18 May, 2011, 23:26
Posts: 40
Location: Switzerland,
Has there been any progress into setting up a public maven repository?

Thanks


 
 Post subject: Re: Possible jForex API Maven Repo? Post rating: 0   New post Posted: Wed 22 Dec, 2010, 20:00 

User rating: 0
Joined: Wed 18 May, 2011, 23:26
Posts: 40
Location: Switzerland,
Just to revive this topic, here is a decent maven repository service: https://nexus.sonatype.org/

Thanks duka


 
 Post subject: Re: Possible jForex API Maven Repo? Post rating: 0   New post Posted: Thu 23 Dec, 2010, 09:51 
User avatar

User rating: 0
Joined: Thu 16 Jun, 2011, 21:37
Posts: 98
Location: SwitzerlandSwitzerland
If this could happen that would be great!

cheers


 
 Post subject: Re: Possible jForex API Maven Repo? Post rating: 0   New post Posted: Tue 01 Mar, 2011, 00:17 

User rating: 5
Joined: Fri 22 Oct, 2010, 09:54
Posts: 24
That would be great!


regards,
Kirilla


 
 Post subject: Re: Possible jForex API Maven Repo? Post rating: 0   New post Posted: Sun 27 Mar, 2011, 11:32 
User avatar

User rating: 0
Joined: Thu 16 Jun, 2011, 21:37
Posts: 98
Location: SwitzerlandSwitzerland
could this post be moved into the feature request subforum? Having a jForex API repo would be great feature!


 
 Post subject: Re: Possible jForex API Maven Repo? Post rating: 0   New post Posted: Mon 30 May, 2011, 10:19 

User rating: -
I really need to artifactId, groupId and version for jforex api. I see no reason to live without them... =(


 
 Post subject: Re: TECHADM-3394 Possible jForex API Maven Repo Post rating: 0   New post Posted: Mon 18 Jul, 2011, 19:04 
User avatar

User rating: 0
Joined: Thu 16 Jun, 2011, 21:37
Posts: 98
Location: SwitzerlandSwitzerland
is there any chance we will be seeing this feature soon? What is the road map for this feature....? I think that transparency of where the jForex API is headed along with proper documentation is something, which I'm sure I'm not alone in saying, could be worked on by the duka dev team.

many thanks,
mm


 
 Post subject: Re: TECHADM-3394 Possible jForex API Maven Repo Post rating: 0   New post Posted: Sat 13 Aug, 2011, 10:13 
User avatar

User rating: 0
Joined: Sat 13 Aug, 2011, 10:00
Posts: 6
Location: Hungary, Budapest
+1
Any progress on this?

szlnk


 
 Post subject: Re: TECHADM-3394 Possible jForex API Maven Repo Post rating: 0   New post Posted: Mon 22 Aug, 2011, 16:34 
User avatar

User rating:
Joined: Fri 31 Aug, 2007, 09:17
Posts: 6139
Please take a look at: https://www.dukascopy.com/client/jforexlib/publicrepo/


 
 Post subject: Re: TECHADM-3394 Possible jForex API Maven Repo Post rating: 0   New post Posted: Mon 22 Aug, 2011, 17:26 

User rating: 0
Joined: Wed 18 May, 2011, 23:26
Posts: 40
Location: Switzerland,
Thanks for setting up the repository. Is there an index directory available so that the repository can be added as a "remote repository"? For example: https://www.dukascopy.com/client/jforexl ... po/.index/

API Support wrote:


 
 Post subject: Re: TECHADM-3394 Possible jForex API Maven Repo Post rating: 0   New post Posted: Tue 23 Aug, 2011, 08:10 
User avatar

User rating:
Joined: Fri 31 Aug, 2007, 09:17
Posts: 6139
No, there is not. Why do you need such directory?


 
 Post subject: Re: TECHADM-3394 Possible jForex API Maven Repo Post rating: 0   New post Posted: Tue 23 Aug, 2011, 19:44 

User rating: 0
Joined: Wed 18 May, 2011, 23:26
Posts: 40
Location: Switzerland,
API Support wrote:
No, there is not. Why do you need such directory?


To add a repository to Netbean's repository manager, an index of the repository's packages is required.

Was able to add the repository and dependencies manually to my pom.xml though:

<repositories>
  <repository>
    <id>dukascopy</id>
    <url>https://www.dukascopy.com/client/jforexlib/publicrepo/</url>
  </repository>
</repositories>
<dependencies>
  <dependency>
    <groupId>com.dukascopy.api</groupId>
    <artifactId>JForex-API</artifactId>
    <version>2.6.43</version>
  </dependency>
  <dependency>
    <groupId>com.dukascopy.dds2</groupId>
    <artifactId>JForexClientLibrary</artifactId>
    <version>2.14.4</version>
    <exclusions>
      <exclusion>
        <artifactId>ecj</artifactId>
        <groupId>eclipse</groupId>
      </exclusion>
      <exclusion>
        <artifactId>jcalendar</artifactId>
        <groupId>jcalendar</groupId>
      </exclusion>
      <exclusion>
        <artifactId>JForex-API</artifactId>
        <groupId>com.dukascopy.api</groupId>
      </exclusion>
    </exclusions>
  </dependency>
</dependencies>


Had to exclude jcalendar ecj, and JForex-API (sources) as they are not available on the public repository?

Anyway, thanks Dukascopy support - this will make maintenance that much more efficient.


 
 Post subject: Re: TECHADM-3394 Possible jForex API Maven Repo Post rating: 0   New post Posted: Wed 24 Aug, 2011, 07:32 
User avatar

User rating: 0
Joined: Thu 16 Jun, 2011, 21:37
Posts: 98
Location: SwitzerlandSwitzerland
many thanks for your work around buyandhold for getting things up and running in netbeans! And of course thanks to duka for providing the public repo :)

cheers,
MM


 

Jump to:  

  © 1998-2025 Dukascopy® Bank SA
On-line Currency forex trading with Swiss Forex Broker - ECN Forex Brokerage,
Managed Forex Accounts, introducing forex brokers, Currency Forex Data Feed and News
Currency Forex Trading Platform provided on-line by Dukascopy.com