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 |
what is the difference between through and throws?
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 the use of the list interface in the java collection? : java collections
Hi Friends , am newbie to ajax. For example just consider one account registration - A form contains 8 text fields with submit button. In this form second texbox contains "username " . On right side of text box there is a label box . On clilck action i need to determine user is available or not. Is it possible on clicking label or should i click submit button.
what is the IDE that you have used to write your java programs?
2 Answers Inforica, Interface Software,
Which is the better framework for web applications, struts or spring, and why?
How is hashset maintained in memory by java ?
what is the difference between checked and unchecked Exceptions?
Explain JSP life cycle?
Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?
"Sun Certified Java Programmer" This is one String , we need to print SCJP, write the java code dynamically? pls reply this questions
What are the uses of the set interfaces in the java collections? : java collections