Re: Scala IDE debugging Unit Test Issues

2015-02-19 Thread Manikumar Reddy
Wiki link on Eclipse setup: https://cwiki.apache.org/confluence/display/KAFKA/Eclipse-Scala-Gradle-Git+Developement+Environment+Setup On Thu, Feb 19, 2015 at 10:03 PM, Jonathan Rafalski < jonathan.rafal...@gmail.com> wrote: > Hello again, > > Sorry again to send you guys such a generic error.

Re: Scala IDE debugging Unit Test Issues

2015-02-19 Thread Jonathan Rafalski
Hello again, Sorry again to send you guys such a generic error. Seems eclispe did not want to give me any good error messages. I switched over to intellij and was able to get everything up and running after resolving two blockers: 1) under Settings>Build, Execution, Deployment>Scala Compiler

Scala IDE debugging Unit Test Issues

2015-02-17 Thread Jonathan Rafalski
Hello all, Completely new to kafka and scala but thought I would get my feet wet with a few of the newbie tasks. I was able to get the source up and running in the Scala IDE and I am able to debug the examples, however when I try to debug any of the unit tests in core (for example the unit.ka