irufus / gdax-java

Java based wrapper for Coinbase Pro (Formerly known as GDAX API and Coinbase Exchange API)
MIT License
177 stars 131 forks source link

The project was not built due to "A resource exists with a different case: '/gdax-java/bin/com/coinbase/exchange/api/marketdata'." #19

Closed nbon12 closed 6 years ago

nbon12 commented 6 years ago

I cloned the project for the first time and I get this build error. There is one package in src/main/java named: com.coinbase.exchange.api.marketdata

and there is another package in src/test/java named: com.coinbase.exchange.api.MarketData

I notice that if I change the name MarketData to marketdata then this error goes away.

irufus commented 6 years ago

Not an issue.

brandon1009 commented 5 years ago

I was having the same issue. JUnit expects package names to match. This should be fixed