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
