Explain how to compile using ant script?
Answer / Aakriti Sharma
To compile using an Ant script, you need to define a compile task and set its classpath. You can then trigger the compilation by calling the task in another task or running the build file from the command line.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can I change/override ant properties when I use ant-contrib foreach task?
Explain how to use clean in ant script?
How you can prepare a project in ant?
What is ivy?
List some basic functions performed by ant.
How we can deploy file on server using ant?
How to use ant-contrib tasks?
How to use ant to run commandline command? How to get perl script running result?
What is dependency? How it is used into ant? What is its use?
How can I write my own ant task?
What is history of ant?
How you can compile, jar and run into ant command prompt?