Is there some way to make a fileset that is a superset of another
fileset.  I.e. something like this:

<fileset id="set">
   <include name="a.cpp"/>
   <include name="b.cpp"/>
</fileset>

<fileset id="superset">
   <fileset refid="set"/>
   <include name="c.cpp"/>
   <include name="d.cpp"/>
</fileset>

Thanks,
Bill


-------------------------------------------------------
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&kid0709&bid&3057&dat1642
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to