Re: Delete N directories that match a regexp

2009-09-08 Thread Daniel Steinmann
Matt Benson wrote: > > It may be as simple as using / instead of file.separator. Give it a try! > Yes, this works. Thank you, Daniel -- View this message in context: http://www.nabble.com/Delete-N-directories-that-match-a-regexp-tp22727856p25353970.html Sent from the Ant - Users mailing l

Re: Delete N directories that match a regexp

2009-09-07 Thread Daniel Steinmann
Matt Benson wrote: > > > (given same dirset id=ds) > > > > ${includes} > > > > > > Great tip! But I have problems with the to= part of the regex pattern on Windows. The file.separator on Windows is the backslash, which is the escape character for the regex. Theref