Paul
Paul

Reputation: 53

How to rebuild open source version of chronicle-engine

After spending an entire weekend trying to build the open source version of Chronicle-Engine from the "old-master" branch, I have to admit that it is very non-obvious how that can actually be done.

Is anyone in the community aware of any instructions or tips that would help? The dependancies on earlier versions of Core, Wire, Map, Queue, etc create a complicated beast that I haven't yet been able to tame.

Upvotes: 1

Views: 141

Answers (1)

Peter Lawrey
Peter Lawrey

Reputation: 533492

I suggest you use a version available on maven central.

This is now a commercial product; however, you could use the tag chronicle-engine-2.17.1 and remove the references to the enterprise parent pom.

Depending on what you need, you may be better off using the Channels feature available in Wire, Queue or Map.

Upvotes: 0

Related Questions