Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How you can clean or delete workspace using ant?



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

Post New Answer

More Apache Ant Interview Questions

Can I change/override ant properties when I use ant-contrib foreach task?

1 Answers  


What is minimum version of java is required to run apache ant 1.9.x?

1 Answers  


How can I use ant to run a java application?

1 Answers  


How many types of build tool you know?

1 Answers  


Explain how to make ant user interactive?

1 Answers  


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

1 Answers  


Explain how to use clean in ant script?

1 Answers  


Explain the concepts of ant?

1 Answers  


What is apache ant?

1 Answers  


How we can run jar using ant?

1 Answers  


How to use ant-contrib tasks?

1 Answers  


Explain how to compile using ant script?

1 Answers  


Categories