Added information for java build tool (#2060)

* ant documentation added

* Java Build tool readme added

* Update content/roadmaps/110-java/content/102-java-build-tools/102-ant.md

* Update content/roadmaps/110-java/content/102-java-build-tools/readme.md

Co-authored-by: haseebansari <haseeb.ansari@qordata.com>
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
pull/2108/head
Haseeb Ansari 2 years ago committed by GitHub
parent 8e4a7b1cad
commit 484b67b0e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      content/roadmaps/110-java/content/102-java-build-tools/102-ant.md
  2. 6
      content/roadmaps/110-java/content/102-java-build-tools/readme.md

@ -3,4 +3,4 @@
Ant is a Java-based build tool created as part of the Apache open-source project. You can think of it as a Java version of make. Ant scripts have a structure and are written in XML. Similar to make, Ant targets can depend on other targets.
<ResourceGroupTitle>Reference Resource</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://ant.apache.org/'>Ant Website</BadgeLink>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://ant.apache.org/'>Apache Ant Website</BadgeLink>

@ -1 +1,5 @@
# Java build tools
# Build Tools
A build tool is a program or command-line utility that automates the process of compiling, assembling, and deploying software.
Build tools are not only limited to compiling code; they can also help with package management, dependency handling, and continuous integration systems.
Loading…
Cancel
Save