event-sourcing-examples icon indicating copy to clipboard operation
event-sourcing-examples copied to clipboard

Cannot download eventStore client jar

Open GrapeBaBa opened this issue 9 years ago • 4 comments

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.

GrapeBaBa avatar Apr 06 '16 02:04 GrapeBaBa

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?

cer avatar Apr 06 '16 17:04 cer

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

GrapeBaBa avatar Apr 07 '16 08:04 GrapeBaBa

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 [email protected] 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

cer avatar Apr 07 '16 14:04 cer

https://github.com/cer/event-sourcing-examples/tree/master/java-spring

GrapeBaBa avatar Apr 08 '16 09:04 GrapeBaBa