Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[new product] add apache-ant #6162

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions products/apache-ant.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
title: Apache Ant
category: app
tags: apache build-tool java-runtime
iconSlug: apacheant
permalink: /ant
alternate_urls:
- /apache-ant
changelogTemplate: https://ant.apache.org/antnews.html
versionCommand: ant -version
releaseDateColumn: true

identifiers:
- cpe: cpe:/a:apache:ant
- cpe: cpe:2.3:a:apache:ant
Comment on lines +14 to +15
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://repology.org/project/ant/information seems to be the same:

Suggested change
- cpe: cpe:/a:apache:ant
- cpe: cpe:2.3:a:apache:ant
- cpe: cpe:/a:apache:ant
- cpe: cpe:2.3:a:apache:ant
- repology: ant


auto:
methods:
- maven: org.apache.ant/ant

releases:
- releaseCycle: "1.10"
releaseDate: 2016-12-31
eol: false
latest: "1.10.15"
latestReleaseDate: 2024-08-29

- releaseCycle: "1.9"
releaseDate: 2013-03-07
eol: 2024-06-19
latest: "1.9.16"
latestReleaseDate: 2021-07-13

- releaseCycle: "1.8"
releaseDate: 2010-02-08
eol: true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Setting the EOL(1.8) to releaseDate(1.9) seems reasonable here, since a formal announcement wasn't made, and 1.9 was released a year after the last release on 1.8.

Suggested change
eol: true
eol: 2013-03-07

latest: "1.8.4"
latestReleaseDate: 2012-03-23


---

> [Apache Ant](https://ant.apache.org/) is a Java library and command-line tool designed to drive processes described in build files as targets and extension points that depend on each other. The primary known usage of Ant is the building of Java applications. Ant supplies a number of built-in tasks that allow you to compile, assemble, test, and run Java applications. Additionally, Ant can be effectively used to build non-Java applications, such as C or C++ applications. More generally, Ant can be used to manage any type of process that can be described in terms of targets and tasks.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A bit too verbose. This section is meant for existing Ant users, so a small summary should work:

Suggested change
> [Apache Ant](https://ant.apache.org/) is a Java library and command-line tool designed to drive processes described in build files as targets and extension points that depend on each other. The primary known usage of Ant is the building of Java applications. Ant supplies a number of built-in tasks that allow you to compile, assemble, test, and run Java applications. Additionally, Ant can be effectively used to build non-Java applications, such as C or C++ applications. More generally, Ant can be used to manage any type of process that can be described in terms of targets and tasks.
> [Apache Ant](https://ant.apache.org/) is a Java library and command-line build tool primarily used for building of Java applications.
Ant does not have a strict release cadence or support policy, but End-of-life is decided by a vote on the [Ant PMC](https://ant.apache.org/contributors.html) and announced.