Re: Eclipse not building ?

2015-02-05 Thread Niels Basjes
You must make sure you have Maven support in your Eclipse. The pom.xml file contains all Java dependencies for the project. The error you showed seems to indicate that these dependencies have not been imported. Niels On Thu, Jan 22, 2015 at 11:08 PM, Matan Shukry matanshu...@gmail.com wrote:

Re: Eclipse not building ?

2015-02-05 Thread John Langley
I also tried to build in eclipse recently and discovered that I also had to add some of the generated-sources and generated-test-sources directories to the build path. You can do this by looking at the project in the package explorer, right-click those folders and then use the Build Path menu

Re: Eclipse not building ?

2015-02-05 Thread John Langley
Oh, and I also had to tweak TestIdl.java I commented out the package line and replaced the functionality with import org.apache.avro.compiler.idl.Idl; On Thu, Feb 5, 2015 at 10:46 AM, John Langley dige...@gmail.com wrote: I also tried to build in eclipse recently and discovered that I also had

Eclipse not building ?

2015-01-22 Thread Matan Shukry
Hi, thought i'll try and contribute some code to avro. I checked out the code svn checkout https://svn.apache.org/repos/asf/avro/trunk/ avro-trunk then added the code to eclipse. However, I am getting compile errors in eclipse, seems as if dependencies aren't working. an example error: The