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 |
How many controlers are there in spring? Plz send me ans
What are the different types of ways where you can iterate over a list? : java collections
httt method
what about web architecture?
Which java collection class can be used to maintain the entries in the order in which they were last accessed?
What causes Out of Memory exception?
what are callback methods?
what protocols does JNDI provide an interface to?
what is acl(access control list)?
How do I find jre path in windows?
whatis arguments &what is default argument
When to use the Collection Classes(HashSet, LinkedHashSet, TreeSet....etc) in real time scenario ?