Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Ant/How to add new Ant versions

< Ant
Revision as of 13:11, 2 January 2014 by Michael rennie.ca.ibm.com (Talk | contribs) (Created page with "{{Ant}} This wiki discusses the steps to add a new version of [http://ant.apache.org/ Apache Ant] to the Eclipse platform. The intended audience is committers, but everyone...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Platform Ant
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source

This wiki discusses the steps to add a new version of Apache Ant to the Eclipse platform. The intended audience is committers, but everyone is free to contribute versions.

How it works

Eclipse consumes Apache Ant from Orbit as a 'normal' Eclipse bundle rather than try to integrate Apache Ant as-is. Below is a quick overview of the process, with the following sections providing more details.

A quick overview of the process:

  • Ant is taken from Apache site and converted to the Orbit bundle format.
  • A CQ is opened to get legal approval to use the new version
  • Once approved, the new version is added to Orbit
  • Smokes testing and test builds are done
  • Assuming no problems - the platform is updated

Creating the Orbit bundle

Creating the CQ

Testing and Test builds

Back to the top