Recursive delete in ANT

From: dreamzzz (dreamzzz04_at_hotmail.com)
Date: 06/10/04

  • Next message: Tony Morris: "Re: Recursive delete in ANT"
    Date: 9 Jun 2004 21:34:36 -0700
    
    

    Is it possible to recursively delete all dirs and sub-dirs in a tree
    structure?
    I am trying to use the Fileset and delete all the directories along
    with their contents. But it just deletes the contents of the dirs at
    the lowest level and not the entire Dir structure.


  • Next message: Tony Morris: "Re: Recursive delete in ANT"

    Relevant Pages

    • Re: VS Express 2005
      ... but dirs can be fun. ... which could be done in your wince tree. ... >> what the directory structure is. ...
      (microsoft.public.windowsce.embedded.vc)
    • Re: VS Express 2005
      ... Thanks Paul, ... Ok, how do you think I sould do it when, within the tree there are 2 ... > DIRS and SOURCES for all folders that you need to build from. ... >>> beitman AT applieddata DOT net ...
      (microsoft.public.windowsce.embedded.vc)
    • Re: CE6.0 App Building/Linking using Plat-Builder/SDK
      ... SOURCES and DIRS tell the MS build tool how to build some code somewhere. ... The tree structure of all of the Windows CE code works roughly like this. ... This folder would then contain, presumably, your display driver for the ... This folder would contain a SOURCES file ...
      (microsoft.public.windowsce.app.development)
    • using os.walk to generate objects
      ... choose/make a simple directory structure to use as your root ... """recurse through tree structure and add attributes ... pathroot = '/test' ... for root, dirs, files in os.walk: ...
      (comp.lang.python)
    • Re: Recursive delete in ANT
      ... But it doesnt solve my problem. ... > Actually I have a dir tree and i need to delete specific dirs in that ... These dirs can have sub or sub-sub dirs. ... > fileset with Includes clause. ...
      (comp.lang.java.programmer)