From 6650f122513aa1ec97786633e48043fbbae76a6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20G=C3=B6hler?= Date: Tue, 5 Nov 2024 10:37:03 +0100 Subject: [PATCH 1/3] Added Apache Ant --- products/apache-ant.md | 50 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 products/apache-ant.md diff --git a/products/apache-ant.md b/products/apache-ant.md new file mode 100644 index 00000000000..4476fafe96d --- /dev/null +++ b/products/apache-ant.md @@ -0,0 +1,50 @@ +--- +title: Apache Ant +category: app +tags: apache build-tool java-runtime +iconSlug: apache +permalink: /ant +alternate_urls: +- /apache-ant +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 + link: https://ant.apache.org/antnews.html + +- releaseCycle: "1.9" + releaseDate: 2013-03-07 + eol: 2024-06-19 + latest: "1.9.16" + latestReleaseDate: 2021-07-13 + link: https://ant.apache.org/antnews.html + +- releaseCycle: "1.8" + releaseDate: 2010-02-08 + eol: true + latest: "1.8.4" + latestReleaseDate: 2012-03-23 + link: https://ant.apache.org/antnews.html + +--- + +> [Apache Ant](https://ant.apache.org/) is a Java library and command-line tool whose mission is to +> drive processes described in build files as targets and extension points dependent upon each +> other. The main known usage of Ant is the build of Java applications. Ant supplies a number of +> built-in tasks allowing to compile, assemble, test and run Java applications. Ant can also be +> used effectively to build non Java applications, for instance C or C++ applications. More +> generally, Ant can be used to pilot any type of process which can be described in terms of +> targets and tasks. From 7a5b9bd2f06e03ccd2915b45764f4b2a93774cea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Fad=C4=B1l=20USTA?= Date: Wed, 18 Dec 2024 14:14:34 +0300 Subject: [PATCH 2/3] fix icon and smooth the desc --- products/apache-ant.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/products/apache-ant.md b/products/apache-ant.md index 4476fafe96d..3cbe3c58c03 100644 --- a/products/apache-ant.md +++ b/products/apache-ant.md @@ -2,7 +2,7 @@ title: Apache Ant category: app tags: apache build-tool java-runtime -iconSlug: apache +iconSlug: apacheant permalink: /ant alternate_urls: - /apache-ant @@ -41,10 +41,4 @@ releases: --- -> [Apache Ant](https://ant.apache.org/) is a Java library and command-line tool whose mission is to -> drive processes described in build files as targets and extension points dependent upon each -> other. The main known usage of Ant is the build of Java applications. Ant supplies a number of -> built-in tasks allowing to compile, assemble, test and run Java applications. Ant can also be -> used effectively to build non Java applications, for instance C or C++ applications. More -> generally, Ant can be used to pilot any type of process which can be described in terms of -> targets and tasks. +> [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. From f0698d1344fca0e1fb34e5dcb04658349c7c14a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Fad=C4=B1l=20USTA?= Date: Wed, 18 Dec 2024 14:21:24 +0300 Subject: [PATCH 3/3] add changelogTemplate --- products/apache-ant.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/products/apache-ant.md b/products/apache-ant.md index 3cbe3c58c03..6235bee48e4 100644 --- a/products/apache-ant.md +++ b/products/apache-ant.md @@ -6,6 +6,7 @@ iconSlug: apacheant permalink: /ant alternate_urls: - /apache-ant +changelogTemplate: https://ant.apache.org/antnews.html versionCommand: ant -version releaseDateColumn: true @@ -23,21 +24,19 @@ releases: eol: false latest: "1.10.15" latestReleaseDate: 2024-08-29 - link: https://ant.apache.org/antnews.html - releaseCycle: "1.9" releaseDate: 2013-03-07 eol: 2024-06-19 latest: "1.9.16" latestReleaseDate: 2021-07-13 - link: https://ant.apache.org/antnews.html - releaseCycle: "1.8" releaseDate: 2010-02-08 eol: true latest: "1.8.4" latestReleaseDate: 2012-03-23 - link: https://ant.apache.org/antnews.html + ---