Fix typos and change some grammatical constructions

This commit is contained in:
daniel.motzko
2021-07-02 14:27:33 +02:00
parent 80526bedd1
commit 4f670a98c0
15 changed files with 91 additions and 34 deletions

View File

@@ -4,6 +4,10 @@ ring: hold
quadrant: tools
---
Apache Ant was build in 1997 to have something like Make in the C/C++ world for Java. Ant uses xml files to describe steps required to produce executable artifacts from source code. The main concepts of tasks and targets are programmable in an imperative style.
Apache Ant was build in 1997 to have something like Make in the C/C++ world for Java.
Ant uses xml files to describe steps required to produce executable artifacts from source code.
The main concepts of tasks and targets are programmable in an imperative style.
Apache Ant was and is widely used by large software projects. Our recommendation is to stop using Apache Ant for new projects. If you are free to choose, we recommend Gradle as an Apache Ant replacement.
Apache Ant was and is widely used by large software projects.
Our recommendation is to stop using Apache Ant for new projects.
If you are free to choose, we recommend Gradle as an Apache Ant replacement.