designstudiola.blogg.se

Apache ant ppt
Apache ant ppt





Objectives of a build tool To enable conversion of source code into executable code To provide facilities to compile and link multiple files in the right order based on dependencies between the files To have an option to recompile a file only if necessary To be able to compile large number of files in a relatively short time Examples – Make, ANT, Scons (better version of Make utility) Software development projects looking for a solution combining build tool and dependency management can use Ant in combination with Ivy.Īpache ANT scmGalaxy Author: Rajesh Kumar Ĭourse Objectives Understand the need for ANT in configuration management Understand when to use ANT Be able to write a build file for an enterprise application using common ANT tasks Understand how to use ANT tasks to deploy an application on an application server Understand how to iteratively improve build scripts Įxpectations My expectations Ensure that you are able to read and understand an ANT build XML Ensure you are able to write an ANT build file that completes all tasks starting from getting the latest from a repository to deploying an application on an app server Ensure you are able to deploy on JBOSS using ANT build script Ensure you understand continuously improvement of a build script Your expectations ? Users of Ant can develop their own "antlibs" containing Ant tasks and types, and are offered a large number of ready-made commercial or open-source "antlibs".Īnt is extremely flexible and does not impose coding conventions or directory layouts to the Java projects which adopt it as a build tool. More generally, Ant can be used to pilot any type of process which can be described in terms of targets and tasks.Īnt is written in Java. Ant can also be used effectively to build non Java applications, for instance C or C++ applications.

apache ant ppt apache ant ppt

Ant supplies a number of built-in tasks allowing to compile, assemble, test and run Java applications.

apache ant ppt

The main known usage of Ant is the build of Java applications.

apache ant ppt

Ant's mission is to drive processes described in build files as targets and extension points dependent upon each other. Ant is a Java library and command-line tool.







Apache ant ppt