Courses Offered: SCJP SCWCD Design patterns EJB CORE JAVA AJAX Adv. Java XML STRUTS Web services SPRING HIBERNATE  
     

ANT

Syllabus
  1. Ant Introduction
    • What is Ant?
    • Why we need Ant?
    • Ant Advantages and Features

  2. Ant Installation
    • Installation
    • Environment Variables Setup
    • Ant Version Command
  3. build.xml
    • <project>, <target>
    • Is build.xml name mandatory?
  4. Ant Basic Tasks
    • <mkdir>.<delete>
    • <copy>,<echo>

  5. Ant – Waring, Jaring and Earing Examples
    • <javac>,<java>
    • <jar>,<war>,<ear>,<classpath>
  6. Ant with Eclipse
    • Creating Ant application
    • Running Ant from Eclipse
  7. Ant command options
    • ant –f or a –file
    • ant –help
    • ant –v
    • ant –logfile

  8. Ant Advanced Concepts
    • Running specific target
    • Setting default target
    • Target dependencies
    • Properties files