Home Answers Viewqa Ant What is Ant

 
 


Sanjay jain
What is Ant
1 Answer(s)      4 years and 3 months ago
Posted in : Ant

View Answers

March 9, 2009 at 5:00 AM


Ant is a Java-based build tool .It there is much more to building software than just typing in and then compiling the source code.


# Get the source. You may need to download or fetch the source from a source code repository.
# Prepare a build area. You will probably want to create a set of directories, perhaps according to some standardized directory layout.
# Configure the build and determine what optional components can be built
based on the current environment.
# Validate the source code. You may have a standard style guide and you wish to ensure all code conforms to this before you build a release.
# Compile the source code

For read more information,Examples and Tutorials on Ant visit to :

http://www.roseindia.net/tutorials/ant/

Thanks









Related Pages:
What is Ant - Ant
What is Ant  What is Ant?  Ant is a Java-based build tool... directory layout. # Configure the build and determine what optional components... information,Examples and Tutorials on Ant visit to : http://www.roseindia.net
ANT
ANT  hi sir how to use JavaAnt? pls tell me sir   Ant is a Java-based build tool .It there is much more to building software than just... and Tutorials on Ant visit to : http://www.roseindia.net/tutorials/ant
ANT
ANT  hi sir how to use JavaAnt? pls tell me sir   Ant is a Java-based build tool .It there is much more to building software than just... and Tutorials on Ant visit to : http://www.roseindia.net/tutorials/ant
Ask Ant Questions Online
Ask Ant Questions Online       Ant or Apache Ant is an XML-based build scripting language... suited to Java projects. Ant automates comprises source code, building deployment
ant - Ant
ant  I m new to ant can any one please tell me hoe to work with ant build tool. i have installed the tool on the machine.   Hi friend, Read for more information. http://www.roseindia.net/jboss/10_minutes_guide
Ant
Ant       Installing ant in Linux In this tutorial I will show you how you can install ant tool on your linux box. This installing ant in linux is based
Installing Ant - Ant
Installing Ant  Need to know the basic steps to Installing Ant
Ant Script Problem - Ant
Ant Script Problem  I refer roseindia's(www.roseindia.net) Ant tutorial. According to that I tried to create tables using Ant script, but it throws following exception. C:\ksenthuran\workspace\AntDemo2\build.xml:10: Class
Ant
Java NotesAnt Ant is the most commonly used "make" facility for Java programs. After editing source programs, it's necessary to recompile. Ant checks... the .class date is older than the corresponding .java file. Ant also supports
materials - Ant
materials  where i can get good ANT tutorials,any urls please  Hi friend, I am sending you a link. This link will help you. Please visit for more information. http://www.roseindia.net/tutorials/ant
Ant build
Ant build  Hi, Can anybody help me how to refered to a build.xml file from a buil.xml file ? Like I have a main build.xml file where I have some tags and in another build.xml file I have the rest tags for the same project. So
Java Ant
Java Ant       In this section, you will learn about the java ant tool. Apache Ant is a software tool... and is best suited for building Java projects. Noticeable difference between Ant
problem in installation - Ant
the environmental variables it is telling that ANT_HOME is not setted try to clear my problem plz check it its urgent i setted the path as ANT_HOME=D... problem and give me reply  Hi friend, For more information on Ant visit
problem in setting path - Ant
as ANT_HOME=D:\installations\apache-ant-1.7.1-bin\apache-ant-1.7.1; like... Do some changes setting the path : 1)ANT_HOME=D:\installations\apache... the "lib" of Ant. for e.g : classpath=D:\installations\apache-ant-1.7.1-bin
Ant and JUnit
Ant and JUnit     ... with ant script. This is a basic tutorial to implement JUnit framework with ANT technology. Before creating any test case you will need Java compiler, Ant
Introduction to Ant
Introduction to Ant           Ant is a platform-independent build tool that specially supports for the Java programming language. It is written purely in Java. Ant
java compilation error - Ant
java compilation error  hi, i have a application in which i m reading from an xml file and then storing its values in database.but when i started using ant its main program is not running as it is unable to detect the jar file
How to create database in mysql using ANT build - Ant
How to create database in mysql using ANT build  Hello , can anybody tell me how to create a database in mysql using ant build.Please tell.../ant/AntScriptCreateMysqlTable.shtml http://www.roseindia.net/tutorials/ant
java web application - Ant
and deploy the helloworld.war Web application in the Eclipse IDE with an Ant build.xml . 9)Right-click on the build.xml file and select Run then Ant Build
Installing ant in Linux
Installing ant in Linux       In this tutorial I will show you how you can install ant tool on your linux box. This installing ant in linux is based on the practical work
ANT Tutorials
ANT Tutorials Learn how to use Ant tool in your development environment. Ant can be used to compile, test and package applications. It's very useful tool for developers. If Ant tool is used
10 Minutes Guide to Ant
10 Minutes Guide to Ant     ... to the ant guide. This will make some sence to the ant. Ant is a free tool under GNU Licence and is freely available at http://jakarta.apache.org/ant/ , current
yWorks Ant Explorer
yWorks Ant Explorer yWorks Ant Explorer is a tool to visualize Ant build scripts. It clearly and concisely presents both the targets... feature, yWorks Ant Explorer allows you to visualize the run of Ant build scripts
Introduction to ANT
Introduction to ANT        ... projects but thanks to ant for simplifying the complex details apart from... development scenario without the ant tool where you need to work on a large Java project
Java Glossary : ANT
Java Glossary : ANT       Ant is a build tool based on java that provides better support in development of java applications. The applications developed by using the ant build tool
how to pass command line arguments in ant
how to pass command line arguments in ant  How to pass runtime values ie commandline arguments to a program written in java using ant tool
Shifting from Ant to Maven
Shifting from Ant to Maven       Maven is entirely a different creature from Ant. Ant... as a build tool and just a replacement for Ant. Ant Vs Maven There is nothing
What's New?
What's New? Find latest tutorials and examples at roseindia.net. Our site is publishing free tutorials on many Java and Open..., Ant Browse Site Map for latest tutorials Web Services
how to write build file for one project - Ant
/jboss/10_minutes_guide_to_ant.shtml http://www.roseindia.net/tutorials/ant
Ant Custom Properties
Ant Custom Properties        Setting properties in the build file is the first method of providing custom properties with <property> element in an ant build file
Ant Script to Create Mysql Table
Ant Script to Create Mysql Table   ... the build.xml file by simply running the ant command. In this build.xml file, we... and simply run the build.xml file with ant command in the appropriate path on command
Eclipse flex ant coding example
Eclipse flex ant coding example   ... eclipse as an editor for creating flex and ant projects is given. Also, the coding of  flex and apache ant applications and compiling flex application
Apache Ant - Building Simple Java Projects
Apache Ant - Building Simple Java Projects  ... will introduce you to Apache's Ant technology, which is a mean to build java projects. Ant is an open source tool that is easy to use and platform independent
Welcome to the Jboss 3.0 Tutorial
to Ant Comprehensive description of Ant with example.    Building Web Application With Ant and Deploying on Jboss 3.0... using independent Tomcat4 in this example. Tell us what you think
Ant Script to Update Mysql Table
Ant Script to Update Mysql Table   ... in table through the build.xml file by simply running the ant command... parallel of the build.xml file and simply run the build.xml file with ant command
html report generation in emma code coverage using ANT acript
html report generation in emma code coverage using ANT acript  Hi Deepak, I am using emma code covarage tool and to generate coverage report by using Ant script i am getting following exception [report
Ant Script to Insert Data in Mysql Table
Ant Script to Insert Data in Mysql Table  ... in table through the build.xml file by simply running the ant command... of the build.xml file and simply run the build.xml file with ant command in the appropriate
Using Ant Build Scripts to Drop Mysql Table
Using Ant Build Scripts to Drop Mysql Table  ... through the build.xml file by simply running the ant command. In this build.xml... file with ant command in the appropriate path on command prompt. If the program
Building Web Application With Ant and Deploying on Jboss 3.0
Building Web Application With Ant and Deploying on Jboss 3.0.... Ant script developed in this lesson will be used in subsequent tutorial... file generated by Ant utility will be placed here. build
How to set memory used by JVM in Ant
How to set memory used by JVM in Ant   ... of JVM (java virtual machine), when ANT (another neat tool) is used outside... JVM to the ant script, you can get some pretty strange errors that are difficult
what is bit
what is bit  what is bit
What is procedure
What is procedure  What is procedure in computers? What are the primary categories of procedures
What is JDBC?
What is JDBC?  What is JDBC
What is FBT
What is FBT   hello, What is FBT
What is ActionServlet?
What is ActionServlet?  What is ActionServlet
What is Trigger?
What is Trigger?  What is Trigger
What is VLR ?
What is VLR ?  hii, What is VLR

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.