elodina / scala-kafka

Quick up and running using Scala for Apache Kafka
Apache License 2.0
331 stars 134 forks source link

SBT #9

Closed rafalsobota closed 10 years ago

rafalsobota commented 10 years ago

Hi! Can I import scala-kafka to Play Framework using SBT?

joestein commented 10 years ago

you can

./gradlew compileScala jar

if you wanted, or just copy the files into your project and then use sbt on them (it will work if your build script imports the same things)

rafalsobota commented 10 years ago

Thanks! I've analyzed the code and it's not as hard as I thought. Great job : )— Sent from Mailbox

On Mon, Aug 25, 2014 at 5:14 PM, Joe Stein notifications@github.com wrote:

you can ./gradlew compileScala jar

if you wanted, or just copy the files into your project and then use sbt on them (it will work if your build script imports the same things)

Reply to this email directly or view it on GitHub: https://github.com/stealthly/scala-kafka/issues/9#issuecomment-53277094

joestein commented 10 years ago

Yup, it is meant as samples, thanks!