[nant-dev] aspnet_compiler task

2006-10-16 Thread Ramprakash Gopinathan
Is there any plan for adding an aspnet_compiler task to nant contrib? I'd like to develop this if no one is working on it or has already got something developed. Let me know what you guys think... Thanks, Ram/ - Using

Re: [nant-dev] aspnet_compiler task

2006-10-16 Thread Martin Aliger
Hi Ram, I'd love to see such a task, even more if it supports WebApplication model (as well as web sites). Also there is aspnet_merge tool, which would be very nice to have (they are interconnected afaik). btw: those functionalities could be accessed directly via System.Web.Compilation

Re: [nant-dev] aspnet_compiler task

2006-10-16 Thread Ramprakash Gopinathan
Hi Martin, I din't realize that contrib tasks need to be compatible under 1.0, I guess I'll add it to my custom tasks list for 2.0. I suggested it because its going to be a common task that everyonewho is trying to automateasp.net builds isgoing to want it. May be we need a nant20 contrib site

Re: [nant-dev] aspnet_compiler task

2006-10-16 Thread Gert Driesen
Hi Martin, Ram, Nothing prevents us from having a separate NAnt.Contrib assembly for 2.0 specific extensions (tasks, functions, filters, ). We could also conditionally build these extension when NantContrib is built targeting .NET 2.0, but then the official binary distribution would

Re: [nant-dev] aspnet_compiler task

2006-10-16 Thread Ramprakash Gopinathan
Gert, I currently have one task i wrote for .NET 2.0, this is to get propery value from msbuild project file. We have a 2 generic targets called"fxcop" and "CodeCoverage"in master build script that has the need to examine project properties. for instance the fxcop targetloops through all