How to use ANT?
Answers were Sorted based on User's Feedback
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 |
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 |
whatis arguments &what is default argument
what is java virtual machine
How to use ANT?
what is the difference between banking and insurance domain?
who should use JNDI?
Is it Mandatory to map each pojo class variable with table column in Hibernate? Is there any alternative to skip some of those? Thanks in advance...
What is markup language?
what is the IDE that you have used to write your java programs?
2 Answers Inforica, Interface Software,
What is iterator in the java collections framework? : java collections
Hi frnds how to lock an user when he enter wrong credentials more than 3 time using java or j2ee tech take username and password in a bean no need to connect DB and validate give me some sample application code or links its urgent for me thanks in advance
How many controlers are there in spring? Plz send me ans
What are the uses of the set interfaces in the java collections? : java collections