I think you would only need to do:

   <include name="${build.stageDir}/**"/>

BOb


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Arnette,
Bill
Sent: Friday, August 25, 2006 3:27 PM
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] <fileset> question


I was expecting this statement to include all files in ${build.stageDir}
as well as all files in all directories beneath ${build.stageDir}.  

   <include name="${build.stageDir}/**/*"/>

Instead, I have to do this:

   <include name="${build.stageDir}/*"/>
   <include name="${build.stageDir}/**/*"/>


Is that expected behavior?

This is with 0.85 rc4

------------------------------------------------------------------------
-
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to