pingles / clj-hector

Simple Cassandra client for Clojure
42 stars 19 forks source link

Adding log4j.properties so compile errrors are outputted to console #37

Closed ryfow closed 12 years ago

ryfow commented 12 years ago

This adds a log4j.properties file to the test classpath so that compile errors are printed to the console. The process still hangs after the compile fails but this gives you an indication of why things aren't working.

I suspect that the process is hanging because the EmbeddedCassandraService has started Threads that can't take a hint. I've dealt with similar problems by starting cassandra in a second process, but that's a problem for another day.