Hi All:
I am trying to set up an Eclipse environment to examine Kafka source code, run 
unit tests, etc.  Using Eclipse Mars, Scala IDE plugin 4.2

I followed the steps outlined in 
https://cwiki.apache.org/confluence/display/KAFKA/Eclipse-Scala-Gradle-Git+Developement+Environment+Setup
 
<https://cwiki.apache.org/confluence/display/KAFKA/Eclipse-Scala-Gradle-Git+Developement+Environment+Setup>
 (nice guide, btw).

However, I encountered a couple of problems I cannot seem to figure out.

Description     Resource        Path    Location        Type
core's tests not built due to errors in dependent scope(s) main core            
Unknown Scala Problem
Project 'core' is missing required library: 
'/Users/sgg/kafka/clients/build/classes/test'       core            Build path  
    Build Path Problem
Project 'core' is missing required library: 
'/Users/sgg/kafka/clients/build/resources/test'     core            Build path  
    Build Path Problem
The project cannot be built until build path errors are resolved        core    
        Unknown Java Problem

And 3 similar looking ones in connect:
Description     Resource        Path    Location        Type
Project 'connect-runtime' is missing required library: 
'/Users/sgg/kafka/clients/build/classes/test'    connect-runtime         Build 
path      Build Path Problem
Project 'connect-runtime' is missing required library: 
'/Users/sgg/kafka/clients/build/resources/test'  connect-runtime         Build 
path      Build Path Problem
The project cannot be built until build path errors are resolved        
connect-runtime         Unknown Java Problem


Help/advice/thoughts appreciated.

thanks in advance
sgg

Reply via email to