Links


Repositories

IDE integration

Here is a list of IDE plugins that brings the power of Apache Ivy to your favourite IDE.

  • Apache IvyDE™
  • Part of the Apache Ant project, it is a plugin for eclipse which helps writing Ivy files by bringing powerful code completion and wizards, and also let you add a classpath container keeping your eclipse project classpath in sync with the dependencies Ivy resolves.

  • IvyBeans
  • A plugin for NetBeans which provides full Apache Ivy integration into the library management feature of the Netbeans IDE.

  • IvyIDEA
  • An Intellij IDEA™ plugin for resolving dependencies using Apache Ivy and adding them in IntelliJ.

  • IvyDependencyImportor
  • Another plugin for Intellij IDEA, which let you import all the libs described in the ivy.xml to the current module library.

  • Ivy Plugin
  • Another plugin for Intellij IDEA, which reads IDEA module settings such as classpath and source directories from Ivy setup.

  • IvyVisual
  • A plugin for Visual Studio™ to manage the inter dependencies of the solutions with Ivy.

Tools and plugins

Here is a list of the Apache Ivy related tools and plugins we are aware of that can be found over the net.
Feel free to post on the mailing list to ask for your tool to be added here.

  • ivy-tools
  • A collection of tools for managing and searching your Ivy repository.

  • Ivy Facade
  • Ivy Facade is a utility project aimed at visualizing an Ivy repository. It can be run as a stand-alone command or as part of a build script. Very useful for enterprise development using Ivy.

  • IvyCruise
  • This set of plugins for Cruise Control let you integrate Ivy with this famous continuous integration server.

  • IvySvn
  • This is a Apache Subversion™ dependency resolver for Ivy 2.1.0.

  • SAnt
  • SAnt (Shared Ant) is an experimental build system based on Ant and Ivy, primarily developpedd as part of the hippo project.

  • Generate application.xml from ivy.xml for packaging an ear
  • is an entry on Philipp Meier's weblog which explain how he used ivy and xslt to generate his application.xml files.

  • ivytools.org
  • This sourceforge project aims to gather community contributed tools and plugins for Ivy.

  • EAR ant task
  • this is not directly related to Ivy, but more to the link above. You have also the possibility to use this task to generate your ear, which does not depend on Ivy, but which can be very easily integrated with.

Doc, tutorials, articles

Others

  • Apache Ant™
  • Apache Ant is the popular build tool with which ivy is integrated.

  • AntContrib
  • AntContrib is a project offering a set of useful tasks for ant.

  • Javalobby
  • Javalobby is a Java community site with interesting forums and tutorials