timolson / cointrader

Coin Trader is a Java-based backend for algorithmically trading cryptocurrencies. It provides data collection and export, complex event processing and triggering, and backtesting - paper trading - live trading.
Other
453 stars 166 forks source link

New build problem #133

Closed buffxz closed 8 years ago

buffxz commented 8 years ago

Still has some problems...

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile) on project cointrader: Compilation failure: Compilation failure:
[ERROR] cointrader/src/main/java/org/cryptocoinpartners/module/xchange/XchangeOrderService.java:[453,64] cannot find symbol
[ERROR] symbol:   variable EXIT_BID
[ERROR] location: class com.xeiam.xchange.dto.Order.OrderType
[ERROR] cointrader/src/main/java/org/cryptocoinpartners/module/xchange/XchangeOrderService.java:[453,91] cannot find symbol
[ERROR] symbol:   variable EXIT_ASK
[ERROR] location: class com.xeiam.xchange.dto.Order.OrderType
[ERROR] -> [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] 
douggie commented 8 years ago

Hi Xu,

the main issues for this is the a PR into xchange.

https://github.com/timmolter/XChange/pull/1195

For now I have removed the new order types to fix this until the PR is done.

On Fri, Feb 26, 2016 at 9:45 AM, Xu Zhuo Joshua notifications@github.com wrote:

Still has some problems...

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile) on project cointrader: Compilation failure: Compilation failure: [ERROR] cointrader/src/main/java/org/cryptocoinpartners/module/xchange/XchangeOrderService.java:[453,64] cannot find symbol [ERROR] symbol: variable EXIT_BID [ERROR] location: class com.xeiam.xchange.dto.Order.OrderType [ERROR] cointrader/src/main/java/org/cryptocoinpartners/module/xchange/XchangeOrderService.java:[453,91] cannot find symbol [ERROR] symbol: variable EXIT_ASK [ERROR] location: class com.xeiam.xchange.dto.Order.OrderType [ERROR] -> [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]

— Reply to this email directly or view it on GitHub https://github.com/timolson/cointrader/issues/133.