-
-
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?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
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 | ||||||||||
|
||||||||||
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 | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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
|
||||||||||
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. | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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
|
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: