How you can clean or delete workspace using ant?
Answer / Sulekha Kumari
"To clean or delete the workspace using Ant, you can define a 'clean' target in your buildfile and use the <delete> task to remove specific directories. Here's an example:nn<target name="clean">n <delete dir="bin"></delete>n <delete dir="dist"></delete>n</target>n
| Is This Answer Correct ? | 0 Yes | 0 No |
Can I change/override ant properties when I use ant-contrib foreach task?
What is minimum version of java is required to run apache ant 1.9.x?
How can I use ant to run a java application?
How many types of build tool you know?
Explain how to make ant user interactive?
How to use ant to run commandline command? How to get perl script running result?
Explain how to use clean in ant script?
Explain the concepts of ant?
What is apache ant?
How we can run jar using ant?
How to use ant-contrib tasks?
Explain how to compile using ant script?