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
-
Gnome OS Transitioning Toward a General-Purpose Distro
If you're looking for the perfectly vanilla take on the Gnome desktop, Gnome OS might be for you.
-
Fedora 41 Released with New Features
If you're a Fedora fan or just looking for a Linux distribution to help you migrate from Windows, Fedora 41 might be just the ticket.
-
AlmaLinux OS Kitten 10 Gives Power Users a Sneak Preview
If you're looking to kick the tires of AlmaLinux's upstream version, the developers have a purrfect solution.
-
Gnome 47.1 Released with a Few Fixes
The latest release of the Gnome desktop is all about fixing a few nagging issues and not about bringing new features into the mix.
-
System76 Unveils an Ampere-Powered Thelio Desktop
If you're looking for a new desktop system for developing autonomous driving and software-defined vehicle solutions. System76 has you covered.
-
VirtualBox 7.1.4 Includes Initial Support for Linux kernel 6.12
The latest version of VirtualBox has arrived and it not only adds initial support for kernel 6.12 but another feature that will make using the virtual machine tool much easier.
-
New Slimbook EVO with Raw AMD Ryzen Power
If you're looking for serious power in a 14" ultrabook that is powered by Linux, Slimbook has just the thing for you.
-
The Gnome Foundation Struggling to Stay Afloat
The foundation behind the Gnome desktop environment is having to go through some serious belt-tightening due to continued financial problems.
-
Thousands of Linux Servers Infected with Stealth Malware Since 2021
Perfctl is capable of remaining undetected, which makes it dangerous and hard to mitigate.
-
Halcyon Creates Anti-Ransomware Protection for Linux
As more Linux systems are targeted by ransomware, Halcyon is stepping up its protection.
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.