Re: Importing into Eclipse

2011-02-06 Thread Scott Carey
See the documentation on the wiki: https://cwiki.apache.org/confluence/display/AVRO/Build+Documentation The maven eclipse plugin is one option, the other is the eclipse M2Eclipse plugin. Don't mix the two. The project was migrated and tested with M2Eclipse. The instructions for importing projec

Re: Importing into Eclipse

2011-02-06 Thread Harsh J
Hello, 2011/2/6 Holger Hoffstätte : > On 06.02.2011 17:06, Harsh J wrote: >> How do I ask it to generate Eclipse project files? I liked the > > Simply mvn eclipse:eclipse. That being said.. > >> 'eclipse' or 'eclipse-files' target in the earlier Ant-based build >> system of Avro which easily gener

Re: Importing into Eclipse

2011-02-06 Thread Holger Hoffstätte
On 06.02.2011 17:06, Harsh J wrote: > How do I ask it to generate Eclipse project files? I liked the Simply mvn eclipse:eclipse. That being said.. > 'eclipse' or 'eclipse-files' target in the earlier Ant-based build > system of Avro which easily generated Eclipse project files. But when > I try "

Importing into Eclipse

2011-02-06 Thread Harsh J
Hello, I updated my svn clone of Avro after quite a while and noticed that the Java build has moved from Ant to Maven. I'm was not very familiar with maven based projects yet, but I got some reading done and am able to use it now. But I have a remaining question that I was not able to solve: How