Open GrapeBaBa opened 8 years ago
Sorry that you are having problems building the project.
In a new Docker container, I just cloned the project and compiled all files successfully.
I suspect that either you had a temporary network failure or that you are behind a firewall that is blocking access to the repository.
What command are you running to perform the build and what errors do you get?
I run ./gradlew assemble, that is successful. But when I import the source code into intellij, the compile error comes. I also add idea plugin code in build.gradle, but after ./gradlew idea, still has errors
Which project are you are importing? There are two separate projects: https://github.com/cer/event-sourcing-examples/tree/master/java-spring and https://github.com/cer/event-sourcing-examples/tree/master/scala-spring?
On Thu, Apr 7, 2016 at 1:03 AM, Chen Kai notifications@github.com wrote:
I run ./gradlew assemble, that is successful. But when I import the source code into intellij, the compile error comes. I also add idea plugin code in build.gradle, but after ./gradlew idea, still has errors
— You are receiving this because you commented. Reply to this email directly or view it on GitHub https://github.com/cer/event-sourcing-examples/issues/19#issuecomment-206749070
Microservices application platform http://eventuate.io
Hi I clone this project, and follow the instruction to build the project. But it seems cannot download eventStore client jar, so that there are many compile error. I tried the eventuateMavenRepoUrl=http://mavenrepo.eventuate.io/release, it cannot be accessed.