Building from source

Hi,

I am trying to build Axon from the sources.

However I am getting build errors.

Tests in error:

testSagaCacheIsPurged_WeakReferences(org.axonframework.saga.repository.SagaCacheTest)

An OOM!

Skipping tests is not an option, maven then complains about a missing test-jar dependency:
org.axonframework:axon-integrationtests:jar:tests:2.0-SNAPSHOT

After putting an @Ignore on the test, everything is fine.

Hi Erik,

the problem is solved. The test was a tad too heavy on memory. For some reason, I never had the problem. Perhaps default memory settings on my machine were just enough.

Cheers,

Allard