You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-user@ant.apache.org by Jing Xue <ji...@digizenstudio.com> on 2009/03/01 18:15:20 UTC

Re: ivy integration with eclipse / intellij?

On Wed, Feb 25, 2009 at 11:02:54AM -0500, Davis Ford wrote:
> I realize there is an IvyDE eclipse plugin, but this is kind of after
> the fact.  I want to generate the .classpath, etc. from an ant task,
> and just import the project.

Hi,

This little ant task I put together does the classpath part.

http://www.digizenstudio.com/blog/2009/02/13/ivy-ant-task-to-maintain-eclipse-classpaths/

It's one simple class that can be compiled straightforwardly with
ant.jar and ivy.jar, so I didn't bother to wrap it up in a project.

Cheers
-- 
Jing Xue