Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev分支暂时还编译不过 期待更新~ #35

Closed
ssh352 opened this issue Nov 20, 2018 · 3 comments
Closed

dev分支暂时还编译不过 期待更新~ #35

ssh352 opened this issue Nov 20, 2018 · 3 comments
Labels
bug Something isn't working

Comments

@ssh352
Copy link

ssh352 commented Nov 20, 2018

❯ ./gradlew build

> Task :rt-strategy:compileTestJava FAILED
/private/tmp/RedTorch/rt-strategy/src/test/java/xyz/redtorch/startegy/backtesting/StrategyDemoBacktesting.java:15: error: package xyz.redtorch.core does not exist
import xyz.redtorch.core.CoreRunConfiguration;
                        ^
/private/tmp/RedTorch/rt-strategy/src/test/java/xyz/redtorch/startegy/backtesting/StrategyDemoBacktesting.java:22: error: cannot find symbol
@SpringBootTest(classes = CoreRunConfiguration.class)
                          ^
  symbol: class CoreRunConfiguration
2 errors

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':rt-strategy:compileTestJava'.
> Compilation failed; see the compiler error output for details.
@sun0x00 sun0x00 added the bug Something isn't working label Nov 20, 2018
@sun0x00
Copy link
Owner

sun0x00 commented Nov 20, 2018

@ssh352 我这边可以编译通过,你使用的是哪一个ide啊

@ssh352
Copy link
Author

ssh352 commented Nov 20, 2018

@sun0x00 我是直接在命令行下./gradlew build
确认了eclipse ee下没问题的

@sun0x00
Copy link
Owner

sun0x00 commented Nov 20, 2018

好的。eee下没问题,那基本上就是一些环境变量之类的问题了

@sun0x00 sun0x00 closed this as completed Nov 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants