Re: [NAnt-users] bug in fileset patterns...

2009-04-27 Thread Bob Archer
fileset patterns... Hi Bob, Good catch! This is now fixed in CVS. Gert From: Bob Archer [mailto:bob.arc...@amsi.com] Sent: vrijdag 24 april 2009 22:59 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] bug in fileset patterns... The doc says: There is one "shor

Re: [NAnt-users] bug in fileset patterns...

2009-04-25 Thread Gert Driesen
Hi Bob, Good catch! This is now fixed in CVS. Gert From: Bob Archer [mailto:bob.arc...@amsi.com] Sent: vrijdag 24 april 2009 22:59 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] bug in fileset patterns... The doc says: There is one "shorthand" - if a pa

[NAnt-users] bug in fileset patterns...

2009-04-24 Thread Bob Archer
The doc says: There is one "shorthand" - if a pattern ends with / or \, then ** is appended. For example, mypackage/test/ is interpreted as if it were mypackage/test/**. This doesn't work. I have a build with: On my copy task which copies all my dlls to a publish folder. With the a