RAbraham
RAbraham

Reputation: 6314

Type not found: type .. when type is in src_managed folder

After sbt eclipse, when I import a project to my eclipse workspace, I get the error that

type not found:X

When I search for that type X, I find it in the src_managed folder of the same project.

Upvotes: 0

Views: 638

Answers (1)

RAbraham
RAbraham

Reputation: 6314

Say, the generated code is in target/scala-2_10/src_managed/main/compiled_avro/org/...

then I had to add the source folder for the generated code in Java Build Path -> Source -> Add Folder -> Select the folder compiled_avro.

Upvotes: 0

Related Questions