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
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,
>
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
I succed with Ant,
Thank you all for your help.
Andrei
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
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
above:
How can i do that?
Andrei
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
:
i have to replace a call
iniFile = new INIFile("name.ini");
with an Ant Task.
Can you help me?
Andrei