From 484b67b0e9ace9ddc1dabfd62171194df83419fd Mon Sep 17 00:00:00 2001 From: Haseeb Ansari <47222685+haseeb-xd@users.noreply.github.com> Date: Tue, 4 Oct 2022 17:31:32 +0500 Subject: [PATCH] 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 Co-authored-by: Kamran Ahmed --- .../110-java/content/102-java-build-tools/102-ant.md | 2 +- .../110-java/content/102-java-build-tools/readme.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/content/roadmaps/110-java/content/102-java-build-tools/102-ant.md b/content/roadmaps/110-java/content/102-java-build-tools/102-ant.md index dfd4455cc..ff7397724 100644 --- a/content/roadmaps/110-java/content/102-java-build-tools/102-ant.md +++ b/content/roadmaps/110-java/content/102-java-build-tools/102-ant.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. Reference Resource -Ant Website +Apache Ant Website \ No newline at end of file diff --git a/content/roadmaps/110-java/content/102-java-build-tools/readme.md b/content/roadmaps/110-java/content/102-java-build-tools/readme.md index 9e0482d4a..5422a13a1 100644 --- a/content/roadmaps/110-java/content/102-java-build-tools/readme.md +++ b/content/roadmaps/110-java/content/102-java-build-tools/readme.md @@ -1 +1,5 @@ -# Java build tools \ No newline at end of file +# 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. \ No newline at end of file