-
-
Notifications
You must be signed in to change notification settings - Fork 803
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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.
- cpe: cpe:/a:apache:ant | ||
- cpe: cpe:2.3:a:apache:ant |
There was a problem hiding this comment.
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:
- 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. |
There was a problem hiding this comment.
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:
> [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 |
There was a problem hiding this comment.
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.
eol: true | |
eol: 2013-03-07 |
I'd like to contribute EOL dates for Apache Ant