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?
what is difference between struts1.2 and struts2.0
What is the enumerator of the java collection framework? : java collections
What are the considerations to be made in case of loops in java ?
i need java 1+ experience resume on java developer kindly send me my mail id:srikanthreddy1.marla@gmail.com
Which server-side script takes the input from JavaScript, can access the database if it needs to, and processes the data.
What is the difference between Eclipse and MyEclipse?
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.
Runining mutiple tomcat server in a single machine is possible Yuo wil have to duplicate configuration with different port numbers
what is the IDE that you have used to write your java programs?
2 Answers Inforica, Interface Software,
what is the difference between banking and insurance domain?
what is the difference between checked and unchecked Exceptions?