ivyDE Eclipse IVY Plugin

ivyDE

ivyDE is an Eclipse plugin that enables developers to work with projects that use IVY to declare and resolve dependencies from within Eclipse (developers will not have to interface with ant scripts directly).

This document will walk you through how to use ivyDE, an eclipse plugin for IVY, to solve your Eclipse classpath nightmare.  The basic concept behind ivyDE's classpath managment is pretty simple: ivyDE provides a new type of Eclipse classpath library that you can add to your classpath.  This library links to your IVY cache and picks up any changes in your dependencies automatically.

Prerequisites

  • a Pentaho project that has an ivy.xml and ivysettings.xml
  • Eclipse

Instructions

Installing ivyDE
Configuring a project to work with ivyDE
Developing with ivyDE