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

 

 

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