tolitius / hface

look your Hazelcast cluster in the face!
Eclipse Public License 1.0
74 stars 14 forks source link

Building uberjar fails #4

Closed brian-dawn closed 7 years ago

brian-dawn commented 7 years ago

Hi! When following the README when I attempt to run lein ring uberjar I get:

java.io.FileNotFoundException: Could not locate chazel__init.class or chazel.clj on classpath., compiling:(stats.clj:1:1)
Exception in thread "main" java.io.FileNotFoundException: Could not locate chazel__init.class or chazel.clj on classpath., compiling:(stats.clj:1:1)
tolitius commented 7 years ago

thanks for reporting this, it should be fixed in sources.

reclone (or rebase), let me know if this fix works for you.

brian-dawn commented 7 years ago

Looks like it works, thanks!