erikrozendaal / scala-event-sourcing-example

32 stars 6 forks source link

does not compile #1

Closed ittayd closed 12 years ago

ittayd commented 12 years ago

[info] Source analysis: 10 new/modified, 0 indirectly invalidated, 0 removed. [info] Compiling main sources... [error] C:\temp\scala-event-sourcing-example\example\src\main\scala\example\snippet\Invoices.scala:4: not found: value commands [error] import com.zilverline.es2., commands.Commands, domain., reports.ReportRef [error] ^ [error] C:\temp\scala-event-sourcing-example\example\src\main\scala\example\app\Application.scala:7: not found: value commands [error] import com.zilverline.es2., commands., domain., eventstore., reports._ [error] ^ [error] C:\temp\scala-event-sourcing-example\example\src\main\scala\example\app\Application.scala:28: too many arguments for constructor Object: ()java.lang.Object [error] val result = new SquerylEventStore(eventSerializer) with LoggingEventStore [error] ^ [error] C:\temp\scala-event-sourcing-example\example\src\main\scala\example\app\Application.scala:29: value addListener is not a member of AnyRef with AnyRef [error] result.addListener(commit => aggregates.applyEvent(commit)) [error] ^ [error] C:\temp\scala-event-sourcing-example\example\src\main\scala\example\app\Application.scala:30: value addListener is not a member of AnyRef with AnyRef [error] result.addListener(commit => reports.applyEvent(commit)) [error] ^

erikrozendaal commented 12 years ago

Oops... I pushed the missing file. Should work now! Thanks.