Take a look at the <defaultexcludes> task. You can remove .svn from
the list of excluded files, then reset <defaultexcludes>.

On Thu, Mar 27, 2008 at 11:18 AM,  <[EMAIL PROTECTED]> wrote:
> 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]
>
>



-- 
--
David Weintraub
[EMAIL PROTECTED]

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

Reply via email to