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 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:

 

<exclude name="Build/" />

 

On my copy task which copies all my dlls to a publish folder. With the above
exclude I get all the Build/Nant dlls in my publish folder. When I changed
it to:

 

<exclude name="Build/**" />

 

It worked as expected.

 

BOb

 

 

No virus found in this incoming message.
Checked by AVG - www.avg.com
Version: 8.5.285 / Virus Database: 270.12.2/2072 - Release Date: 04/21/09
16:48:00

------------------------------------------------------------------------------
Crystal Reports &#45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty&#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to