Hi, I want to copy files having a set of extensions (i.e. *.dll, *.asmx, *.ascs, *.aspx) into a build folder. I want to reuse such a fileset for different projects. I tried to do it via <fileset> and refid but without success. What I want is something like this:
<fileset id="asp_net"> ... patterns for asp.net files ... </fileset> <copy basedir="project1"> ... use asp_net patterns relativ to project1 ... </copy> <copy basedir="project2"> ... use asp_net patterns relativ to project2 ... </copy> Is something like that possible at all? Could somebody provide an example? Or am I misunderstanding something? regards, Achim ------------------------------------------------------------------------- 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