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 different types of features of the java collections framework? : java collections

0 Answers  


lll

1 Answers  


what is filter ?

2 Answers   SolutionNET,


wnet use DAO design in u r project?

1 Answers   Godrej,


How do you debug your java program?

2 Answers   HCL, Inforica,






what is the IDE that you have used to write your java programs?

2 Answers   Inforica, Interface Software,


Which of the following declaration is wrong? int i=45; float j = 45.0; double k=45.0;

5 Answers   Adobe,


when exactly should we use throws ,and wen exactly should we use the try and catch for exceptional handling

0 Answers  


my interviewer asked me what technical specification you used how to answer that question

0 Answers  


What is an Ioc pattern? There are assemblies in .net for establishing this task, Whats the special in Java /j2ee technologies about IOC

2 Answers  


what is acl(access control list)?

1 Answers   Athena, HCL,


what is difference between vector and arraylist?.

4 Answers   C DAC, HCL,


Categories