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

Conversation

visit1985
Copy link

I'd like to contribute EOL dates for Apache Ant

@chenrui333 chenrui333 added the new-product This PR adds a new product to the website. label Nov 5, 2024
@chenrui333 chenrui333 changed the title Added Apache Ant [new product] add apache-ant Nov 5, 2024
Copy link
Member

@captn3m0 captn3m0 left a comment

Choose a reason for hiding this comment

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

A few minor suggestions, looks good otherwise.

Comment on lines +14 to +15
- cpe: cpe:/a:apache:ant
- cpe: cpe:2.3:a:apache:ant
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


---

> [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.


- 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-product This PR adds a new product to the website.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants