Hi all,

when following the ant manual for deleting all files including .svn entries, I 
got to something like:

<delete defaultexcludes="false" includeEmptyDirs="true"> 
    <fileset dir="${test-projects}/${project-folder}"
        includes="**/*>
</fileset>

But this does not work - the .svn folders are not deleted.

However, when following the ant frequently asked question page, it states
that the defaultexcludes attribute is under the fileset element instead of 
under the delete element. And it says "no" instead of "false" for the 
defaultexcludes. And this works.

Thanks,
Sebastian


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to