Re: [Nant-users] Excluding directories in filesets

2005-03-23 Thread Leonardo Quijano Vincenzi
That did the trick. I don't know why I didn't see it before. Thanks. Leonardo On Fri, 18 Mar 2005 12:38:10 +0800, Troy Laurin <[EMAIL PROTECTED]> wrote: > Does the setting the "includeemptydirs" attribute on the task > prevent the directories being created in the target location? > > I'm not s

Re: [Nant-users] Excluding directories in filesets

2005-03-17 Thread Troy Laurin
Does the setting the "includeemptydirs" attribute on the task prevent the directories being created in the target location? I'm not sure if NAnt should copy directories if all of the files they contain are excluded. Hope this helps, -- Troy --

[Nant-users] Excluding directories in filesets

2005-03-17 Thread Leonardo Quijano Vincenzi
Ok... yet another questions. Thanks for all ur help, you've been very helpful. I have this fileset: So.. basically what I'm trying to do h