> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Gökhan Altinören
> Sent: vrijdag 19 november 2004 8:35
> To: [EMAIL PROTECTED]
> Subject: RE: [Nant-users] <fileset> and wildcard usage
> 
> Latest nightly.
> 
> What's more strange is that, I can copy the build output 
> (.dll's and .pdb's) but cannot copy the source files or 
> .asp's by name.
> 
> This works:
> <copy todir="${buildfolder}\WebService\bin">
>       <fileset basedir="${buildfolder}\Binaries">
>               <include name="WebService.dll" />
>               <include name="Microsoft.ApplicationBlocks.Data.dll" />
>             <include name="Microsoft.ApplicationBlocks.Data.pdb" />
>       </fileset>
> </copy>
> 
> This don't:
> <copy todir="${buildfolder}\UI">
>       <fileset basedir="${projectroot}\UI">
>               <include name="bottom.asp" />
>       </fileset>
> </copy>
> 
> I'm temporarily using <exec program="xcopy" ...> to 
> workaround, I'll try to debug NAnt (DirectoryScanner.Scan() 
> and below, right?) to see what's going on there.

Great ! Let us know what you find out.

Gert



-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to