Explain how to debug my ant script?



Explain how to debug my ant script?..

Answer / Rahul Kumar Srivastava

Debugging an Ant script can be done by using the `ant -verbose` command, which provides detailed output about what Ant is doing at each step. You can also set breakpoints in your build file using the `<breakpoint>` task and use the `ant -dump` command to inspect variables.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Ant Interview Questions

How to use ant to run commandline command? How to get perl script running result?

1 Answers  


What is ant?

1 Answers  


What is history of ant?

1 Answers  


Explain how to debug my ant script?

1 Answers  


Explain how to compile using ant script?

1 Answers  


Why do you call it ant?

1 Answers  


Can you explain ant functionality?

1 Answers  


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

1 Answers  


Explain how to modify properties in ant?

1 Answers  


How to hide password input?

1 Answers  


How we can run jar using ant?

1 Answers  


Explain how to use clean in ant script?

1 Answers  


Categories