How to use ANT?

Answers were Sorted based on User's Feedback



How to use ANT?..

Answer / janet

setup the domain environment by running setEnv.cmd in
windows or setEnv.sh in UNIX. Go into ur source directory
and type ANT to build the build.xml file. if u want to build
ur own build script,u can pass in the name of the build
script by typing ANT -f myBuild.xml where myBuild is the
name of ur build script.

Is This Answer Correct ?    8 Yes 0 No

How to use ANT?..

Answer / deepak

In order to user ANT(Another build tool) follow these steps:
1>Download ANT binaries
2>Set ANT_HOME, JAVA_HOME and PATH variables
3>type ANT(ant).... , if everything is ok, you will get
message :
build.xml is missing..

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Java J2EE AllOther Interview Questions

What are the classes in the java collection framework? : java collections

0 Answers  


which book is the best for preparing for SCWCD 1.5

4 Answers   Google,


Why do you use Context Object

2 Answers   HCL,


Which server-side script takes the input from JavaScript, can access the database if it needs to, and processes the data.

0 Answers  


2. Write a interface "Car" with the following methods void setName(String) String getName() void setColor(String) String getColor() void setModel(long) long getModel()

1 Answers  






Should we create system software ( e.g operating system ) in java ?

0 Answers  


How do you create UserTransaction Object? How do you rollback a transaction in a method?

1 Answers   HCL,


What is IOC in spring?

10 Answers   Centris,


what about web architecture?

1 Answers   HCL,


what is the difference between checked and unchecked Exceptions?

4 Answers   CTS,


how to deploy the web application ?

2 Answers   Accent,


Which is the better framework for web applications, struts or spring, and why?

1 Answers   IBM, TATA,


Categories