Explain how to compile using ant script?



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

Post New Answer

More Apache Ant Interview Questions

Explain how to compile using ant script?

1 Answers  


What is apache ant?

1 Answers  


How we can create a jar using ant?

1 Answers  


How to use ant-contrib tasks?

1 Answers  


List some basic functions performed by ant.

1 Answers  


How we can set the path environment variable of ant?

1 Answers  


What is ivy? What are the key features of 2.5.0?

1 Answers  


Why do you call it ant?

1 Answers  


Explain how to use ant-contrib tasks?

1 Answers  


Explain how to use pmd validation in ant script?

1 Answers  


How does ant read properties? How to set my property system?

1 Answers  


What is dependency? How it is used into ant? What is its use?

1 Answers  


Categories