Ivy 2.0 Manages Dependencies in Java Projects
Apache Ivy version 2.0, a dependency manager that works together with the Apache Ant Java build system, is the first major release in two years.
Since Ivy 1.0, developers have been enhancing its compatibility with the Maven project management tool by rewriting the project object model (POM) parser. The Apache Maven project manager reads data out of the project's pom.xml file. During the course of the almost two years of alpha and beta testing, developers also enhanced relative path handling and cache management. The Ivy 2.0 downloads are available as tar and zip archives here.
Ivy, originally from Jayasoft, became a subproject of Apache Ant in October 2007. Ant is a make tool accessory for Java code that works on Java classes and XML-based configuration data instead of shell commands. The build tool was originally a part of Tomcat for creating Java containers. Later Ant became a subproject of Jakarta in that it was recognized as applicable for other Java projects as well, and has meanwhile become its own Apache project.
The Apache Foundation currently has around 70 projects, including the Harmony Java SE and Geronimo runtime framework (both of which use Java Enterprise Edition 5). Also included among the projects is the Tomcat servlet container that the Apache Foundation promotes as an open source implementation of Sun's Java specification. (Apache had questioned Sun's open source politics in this regard back in April 2007.)
A streaming video of the keynotes at the ApacheCon conference last November in New Orleans organized by the Apache Software Foundation is available free from Linux Magazine.
Comments
comments powered by DisqusSubscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.

News
-
Plasma 6.3 Now Available
Plasma desktop v6.3 has a couple of pretty nifty tricks up its sleeve.
-
LibreOffice 25.2 Has Arrived
If you've been hoping for a release that offers more UI customizations, you're in for a treat.
-
TuxCare Has a Big AlmaLinux 9 Announcement in Store
TuxCare announced it has successfully completed a Security Technical Implementation Guide for AlmaLinux OS 9.
-
First Release Candidate for Linux Kernel 6.14 Now Available
Linus Torvalds has officially released the first release candidate for kernel 6.14 and it includes over 500,000 lines of modified code, making for a small release.
-
System76 Refreshes Meerkat Mini PC
If you're looking for a small form factor PC powered by Linux, System76 has exactly what you need in the Meerkat mini PC.
-
Gnome 48 Alpha Ready for Testing
The latest Gnome desktop alpha is now available with plenty of new features and improvements.
-
Wine 10 Includes Plenty to Excite Users
With its latest release, Wine has the usual crop of bug fixes and improvements, along with some exciting new features.
-
Linux Kernel 6.13 Offers Improvements for AMD/Apple Users
The latest Linux kernel is now available, and it includes plenty of improvements, especially for those who use AMD or Apple-based systems.
-
Gnome 48 Debuts New Audio Player
To date, the audio player found within the Gnome desktop has been meh at best, but with the upcoming release that all changes.
-
Plasma 6.3 Ready for Public Beta Testing
Plasma 6.3 will ship with KDE Gear 24.12.1 and KDE Frameworks 6.10, along with some new and exciting features.
Ivy is beyond terrible
If you are hellbent on using a dependency manager, use Maven, as at least someone else has used it and it has vaguely existant docs. If you just want to get your work done, use a lib directory, its a hell of a lot easier.