Re: compile error sbt / log4j , cannot exclude log4j

2014-01-16 Thread Joe Stein
"org.apache.kafka" % "kafka_2.10" % "0.8.0" intransitive(), "log4j" % "log4j" % "1.2.17", /*** Joe Stein Founder, Principal Consultant Big Data Open Source Security LLC http://www.stealth.ly Twitter: @allthingshadoop

Re: compile error sbt / log4j , cannot exclude log4j

2014-01-16 Thread Ran RanUser
Thanks, but unfortunately same error. I see in kafka.utils.LoggingClass the import: import org.apache.log4j.Logger Is it possible for this class to reference org.slf4j.* instead users of Kafka can use their own slf4j compatible logging lib? On Thu, Jan 16, 2014 at 7:09 AM, Joe Stein wrote:

Re: compile error sbt / log4j , cannot exclude log4j

2014-01-15 Thread Joe Stein
try "org.apache.kafka" % "kafka_2.10" % "0.8.0" intransitive() /*** Joe Stein Founder, Principal Consultant Big Data Open Source Security LLC http://www.stealth.ly Twitter: @allthingshadoop *

compile error sbt / log4j , cannot exclude log4j

2014-01-15 Thread Ran RanUser
Using : SBT 13 Scala 2.10.3 Kafka 0.8.0 Getting a long cryptic compile error ending if I exclude log4j: [error] uncaught exception during compilation: scala.reflect.internal.Types$TypeError [trace] Stack trace suppressed: run last shops-integrationlayer/compile:compile for the full output. [erro