The downloads you need to pick depends on how you plan to use Cargo:
- If you want to integrate Cargo in your Java code, you'll need to add the following jars to your classpath:
- the
cargo-core-api-*jars and the container implementations you wish to use (cargo-core-container-*jars). - or the
cargo-core-uberjarjar which aggregates all the required jars.
- the
- If you want to use Cargo from Ant, you'll need to pick the same jars as above in addition to the
cargo-antjar. - If you want to use Cargo from Maven 2 or Maven 3, you don't need to install anything at all as Maven will automatically download the required jars when you first use the plugin.
- If you want to use the Cargo Daemon, you'll need to download the webapp, and, if you wish to use it from your Java code, the client.
Latest stable release: version 1.4.0
Category | Version | Artifacts | Source | Description | Release notes |
|---|---|---|---|---|---|
Core Uberjar | 1.4.0 | Convenience jar containing all the Core API and Core Containers jars | |||
Extensions | 1.4.0 | ANT tasks for Cargo | |||
| 1.4.0 | Maven2/Maven3 plugin for Cargo | |||
| 1.4.0 | Source JAR | Cargo Daemon, a Web-based application that uses the Cargo API to configure, start and stop containers on a remote machine. | Notes | ||
Tools | 1.4.0 | The Deployer Web application for the Jetty remote containers, which must have been deployed to Jetty before using the CARGO remote deployer. Designed to work with Jetty 7.x and later (Jetty from Eclipse.org) | |||
| 1.4.0 | The Deployer Web application for the Jetty remote containers, which must have been deployed to Jetty before using the CARGO remote deployer. Designed to work with Jetty 6.x and earlier (Jetty from Mortbay.org) | |||
Core API | 1.4.0 | Utility classes used by other core API jars | |||
| 1.4.0 | API to parse/create J2EE Modules (WAR, EAR, etc) | |||
| 1.4.0 | The main Cargo Container API and all associated object | |||
| 1.4.0 | Generic API wrapping the main Cargo Container API | |||
Core Containers | 1.4.0 | Geronimo implementation of the Core Container API | |||
| 1.4.0 | Glassfish implementation of the Core Container API | |||
| 1.4.0 | JBoss implementation of the Core Container API | |||
| 1.4.0 | Jetty implementation of the Core Container API | |||
| 1.4.0 | jo! implementation of the Core Container API | |||
| 1.4.0 | JOnAS implementation of the Core Container API | |||
| 1.4.0 | JRun implementation of the Core Container API | |||
| 1.4.0 | Orion implementation of the Core Container API | |||
| 1.4.0 | Resin implementation of the Core Container API | |||
| 1.4.0 | Tomcat implementation of the Core Container API | |||
| 1.4.0 | WebLogic implementation of the Core Container API | |||
| 1.4.0 | cargo-core-container-websphere | Source JAR | WebSphere implementation of the Core Container API | Notes |
Documentation
Documentation for Cargo 1.4.0 can be found here.
Continuous Builds
Cargo is using Codehaus Bamboo to build Cargo whenever there's a commit. This allows us to ensure that the Cargo build works at all times. As a side effect, this also means that you can grab the latest Cargo artifacts from Bamboo.
You can download these artifacts from Bamboo's repository: http://bamboo.ci.codehaus.org/browse/CARGO
You can also download artifacts of a specific build:
- Go to the CARGO trunk build history.
- Click on the build you're interested in.
- Click on "Artifacts" tab. You'll be presented with a list of artifacts built during the last build. Grab the one you need.
Older versions
Older downloads can be found in the Archived Downloads section.
Version Status
Click in the status column to get release notes:
Version | Status | Comments |
|---|---|---|
Released on 11/09/2004 | ||
Released on 03/10/2004 | ||
Released on 30/10/2004 | ||
Released on 26/11/2004 | ||
Released on 30/04/2005 | ||
Released on 21/07/2005 | ||
Released on 30/12/2005 | ||
Released on 22/03/2006 | ||
Released on 10/03/2007 | ||
Released on 26/03/2009 | ||
Released on 02/06/2010 | ||
Released on 08/07/2010 | ||
Released on 25/08/2010 | ||
Released on 03/11/2010 | ||
Released on 20/11/2010 | ||
Released on 20/01/2011 | ||
Released on 05/05/2011 | ||
Released on 14/06/2011 | ||
Released on 06/08/2011 | ||
Released on 05/10/2011 | ||
| 1.1.4 | Released on 03/12/2011 | |
| 1.2.0 | Released on 24/01/2012 | |
| 1.2.1 | Released on 01/04/2012 | |
| 1.2.2 | Released on 21/05/2012 | |
| 1.2.3 | Released on 20/07/2012 | |
| 1.2.4 | Released on 24/08/2012 | |
| 1.3.0 | Released on 19/10/2012 | |
| 1.3.1 | Released on 11/11/2012 | |
| 1.3.2 | Released on 12/01/2013 | |
| 1.3.3 | Released on 14/02/2013 | |
| 1.4.0 | Released on 16/04/2013 |