Re: [NAnt-users] PreserveLastModified

2005-12-08 Thread Ian MacLean
Hi Rachael, Is there a way to preserve last modified timestamps when running a copy? This exsists in Ant (preserveLastModified). ie: Have searched enhancements and this user list archives, and cant find this. I don't believe the copy task currently supports this. Could you add a f

[NAnt-users] CSC task not including version info

2005-12-08 Thread First Last
I am building a module using the csc task. It pulls in a local AssemblyInfo.cs and a CommonAssemblyInfo.cs file. The Common file contains version info written out by asminfo task. I am compiling using -t:net-2.0 which I updated to use the v2.0.50727 framework. The build seems to work fine bu