Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • IvyDE 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.
  • IvyIDEA is and IntelliJ IDEA plugin for resolving dependencies using apache ivy and adding them in IntelliJ. This seems to be the most actively maintained plugin for IntelliJ.

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

  • IvyBeans A plugin for NetBeans which provides full Apache Ivy integration into the library management feature of the Netbeans IDE.
  • ivy-nb-shared-libraries, a NetBeans plugin
  • ivy-svn This is a subversion dependency resolver for Ivy 2.0.
  • 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.
  • 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.
  • Bushel Bushel is a simple utility to convert ad-hoc OSGi bundles into a local Ivy repository.
  • ivyeclipse A simple Ant task that updates Eclipse's .classpath according to ivy:resolve results.
  • IvyVisual A plugin for Visual Studio™ to manage the inter dependencies of the solutions with Ivy.
  • ivyflex A plugin for Adobe Flex Builder (3.x) - retrieves project artifacts, maintains project build path.
  • Ivy Facade A simple utility class for generating HTML to make your Ivy repository a little easier to navigate, it maps both dependents and dependencies and provides a simple graphical view.

...

  • ivytools.org This sourceforge project aims to gather community contributed tools and plugins for Ivy.
  • IvyCruise This set of plugins for cruise control let you integrate ivy with this famous continuous integration server.
  • IvyDependencyImportor is a plugin for intellij IDEA, which let you import all the libs described in the ivy.xml to the current module library.
  • IVY for IDEA is another plugin for intellij IDEA, which reads IDEA module settings such as classpath and source directories from IVY setup. (This link fails.)
  • SAnt SAnt (Shared Ant) is an experimental build system based on Ant and Ivy, primarily developpedd as part of the hippo project

    .

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

Articles