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

Event Driven Code incomplete

Open pavanbalebail opened this issue 10 years ago • 1 comments

Hi, I downloaded the code event-sourcing-examples-master.zip. It is giving me 424 compilation errors. Many classes like Event,EventUtil,CommandProcessingAggregates and most of the files from EventStore are missing. Can you provide complete source code please, so that I can try some examples.

Thanks Pavan

pavanbalebail avatar Mar 21 '15 14:03 pavanbalebail

Sorry for the delayed response. Somehow I missed the notification.

How are you building the code? The two projects - java-spring and gradle-spring are setup to use Gradle.

For example, if you cd into java-spring (or scala-spring) and type ./gradlew build it will build without problem.

You can also import each of those Gradle projects into IDEA or Eclipse.

cer avatar Apr 15 '15 02:04 cer