Re: Delete recursive directories

2006-07-05 Thread Arminio Andrei
Yes, you right! Thanks! "Alexey N. Solofnenko" <[EMAIL PROTECTED]> wrote: This is a question for user list. With you need to set two attributes defaultexcludes="false" and includeemptydirs="true". - Alexey. Arminio Andrei wrote: > I read the manual bu

Re: Delete recursive directories

2006-07-05 Thread Arminio Andrei
h that pattern Thx Dominique Dominique Devienne <[EMAIL PROTECTED]> wrote: Please read the manual entry for Arminio. Consider using a pattern similar to **/.svn/** and using the attribute that control inclusion or not of empty dirs. --DD On 7/5/06, Arminio Andrei wrote: > Hi, >

Delete recursive directories

2006-07-05 Thread Arminio Andrei
Hi, How can I delete recursive a directory starting from a parent directory? I have this tree Parent - |- .svn |- Dir1 |- .svn |-Dir2 . . I want to delete .svn direcory form all child directories Have a nice day, Arminio

Re: Nested elements

2003-08-22 Thread Andrei
I succed with Ant, Thank you all for your help. Andrei - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Nested elements

2003-08-21 Thread Andrei
attribute. > You also need to do typedefs for attribute and config so that ant > understands these special datatypes. > Cheers, > Antoine > - Original Message - > From: "Andrei" <[EMAIL PROTECTED]> > To: "Ant Developers List" <[EMAIL PROTEC

Nested elements

2003-08-20 Thread Andrei
above: How can i do that? Andrei - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Ant Task

2003-08-18 Thread Andrei
: i have to replace a call iniFile = new INIFile("name.ini"); with an Ant Task. Can you help me? Andrei