Re: [Nant-users] Handling "content" in a web project

2005-05-16 Thread Troy Parsons
Hm... good idea, Ray, Currently, rather than copying files I want, I don't copy files I know I don't want - ie my NAnt task uses file pattern to ignore things like .cs However, given that the .csproj file is just XML, it should be pretty easy to loop over and copy the given files... I think

RE: [Nant-users] Handling "content" in a web project

2005-05-16 Thread Ryan Davis
I solved this problem by making an xslt to convert the .csproj file into a file list, then use the task to copy the files. The XLST is attached, and here's a simplified version of my nant task (not tested): So the

RE: [Nant-users] Handling "content" in a web project

2005-05-16 Thread Ryan Davis
I solved this problem by making an xslt to convert the .csproj file into a file list, then use the task to copy the files. The XLST is attached, and here's a simplified version of my nant task (not tested): So the

RE: [Nant-users] Handling "content" in a web project

2005-05-13 Thread Selke, Anthony
I would second this request. VS.NET has a "deploy website" (or some such) command that you give it server and it will copy just the content files and dependencies from the local machine to the server. Granted, you don't want VS.NET on your build server, but if anyone knows what this menu command