I am experiencing a problem with trying to copy files from one directory to another. The structure is like this:
The build files is in z:\A\B The directory to copy is z:\A\C The directory to copy to is z:\A\D The fileset looks like this: <fileset id="files.asp.output" > <include name="**" ></include> <exclude name="**/*.vb" ></exclude> <exclude name="**/*.cs" ></exclude> <exclude name="**/*.sql" ></exclude> <exclude name="**/_vti*/**" ></exclude> <exclude name="**/_private" ></exclude> <exclude name="**/*.vbproj*" ></exclude> <exclude name="**/*.vbproj*" ></exclude> <exclude name="**/*.nunit" ></exclude> <exclude name="**/*.resx" ></exclude> <exclude name="**/_vti_pvt" ></exclude> <exclude name="**/*.build*" ></exclude> </fileset> The fileset is in another build file then the copy command and is referenced like this: <include buildfile="filesets.build.include.xml" /> The copy task looks like this: <copy todir="z:\A\D" includeemptydirs="false" verbose="true"> <fileset basedir="z:\A\C" refid="files.asp.output" /> </copy> But the problem is the files in the z:\A\B (where the build files are) are being copied. Does anybody have any clue what may be wrong? Also, is there any way to use .nunit project files in the nunit2 task? This would be really nice feature to have if not. Thanks, Chris Walton Software Engineer Microsoft Certified Professional Advanced Systems Technology, Inc. [EMAIL PROTECTED] (850) 475-4013
BEGIN:VCARD VERSION:2.1 N:Walton;Christopher FN:Christopher Walton ([EMAIL PROTECTED]) ORG:Advanced Systems Technology, Inc. TITLE:Software Engineer TEL;WORK;VOICE:(850) 475-4013 TEL;HOME;VOICE:(850) 932-0333 TEL;CELL;VOICE:(850) 712-2597 ADR;WORK:;;8130 Pittman Ave.;Pensacola;FL;32514;United States of America LABEL;WORK;ENCODING=QUOTED-PRINTABLE:8130 Pittman Ave.=0D=0APensacola, FL 32514=0D=0AUnited States of America EMAIL;PREF;INTERNET:[EMAIL PROTECTED] REV:20040107T200957Z END:VCARD