On Sat, Feb 09, 2008 at 08:46:23AM +1030, Michael Terrington wrote:
> >I have seen a couple of different options out there for using Ivy to
> >maintain an Eclipse classpath - IvyDE, eclim, etc. What is the most
> >current and accepted technique for doing this?
>
> I use http://trac.sarugo.org/ant-eclipse which generates .project and
> .classpath for basic Java projects, but doesn't handle plug-in (or
> other) projects.
The problem with generated .project and .classpath is that you've
can't put them into your source control system, else you'll get
tons of bogus commits. This may not be a problem if a single person
works on a project, but it is a problem for larger teams.
Ciao,
Kili