Answer Posted / 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 |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category