aido / AidoATP

Reference Implementation of IsisATP from the Open Payments Alliance
GNU General Public License v3.0
39 stars 25 forks source link

Building from Eclipse #15

Open douggie opened 11 years ago

douggie commented 11 years ago

Hi,

having spent a bit of time around algo trading platforms I am keen to take a look at your framework and see how I could contribute long term. I cloned the master branch from your github repository, however it is not building in eclpise as a number of the imports were missing (quickly corrected), some packages are not resolvable (he import org.aido.atp.ATPMtGoxExchange cannot be resolved) as well as a number of packages mismatches (The declared package "org.aido.atp" does not match the expected package "org.aido.atp.polling").

I could go round a manually fix everything up but seems i might have misses a step:

Here is what I did install java 7 and added to eclpise Switch to the Git Repository Exploring perspective in Eclipse. Clone a Git Repository and type the URI https://github.com/aido/AidoATP.git right-click the repository and select Import Maven Projects.... `

any points would be very helpful.

Regards

Douggie