Re: [Nant-users] FxCop Task?

2003-06-24 Thread Gert Driesen
Just passing the project file as it it to FxCop would not be very useful, as the assemblies that need to be analyzed will always have to be at the location that's configured in the project file, that's why the fileset support would be necessary yes.. FxCop supports writing the analysis results as

[Nant-users] Deplyment Package??

2003-06-24 Thread Arvind M A
Hi, I am pretty new to Nant and wanted to know whether it is possible to build a deployment package for ASP.NET web applications using Nant. Using visual studio .net deployment package provides an installable .msi. Is it possible to get same kind of a thing using Nant? Thanks Arvind.

Re: [Nant-users] FxCop Task?

2003-06-24 Thread Ian MacLean
pretty sure I suggested that a light wrapper over the fxcop project format would be a good idea. That way the user doesn't have to learn a new format - they just point it at the project file. Being able to use filesets as well would be nice - oh and how about a html results report - that would

Re: [Nant-users] FxCop Task?

2003-06-24 Thread Gert Driesen
- Original Message - From: "Ian MacLean" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, June 25, 2003 3:46 AM Subject: Re: [Nant-users] FxCop Task? > Gert Driesen wrote: > > >Hi Paul, > > > >No, there's currently no FxCop task availab

[Nant-users] ASP.net projects

2003-06-24 Thread Alejandro Calbazana
Does anyone have a sample build file for ASP.net projects that they could post or refer me to? Thanks, Alejandro --- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedic

Re: [Nant-users] FxCop Task?

2003-06-24 Thread Ian MacLean
Gert Driesen wrote: Hi Paul, No, there's currently no FxCop task available. I have already considered creating one, and I have asked for feedback from other members of the NAnt community... but without success ... without success ? I'm pretty sure I responded to your feedback query. Ian -

Re: [Nant-users] FxCop Task?

2003-06-24 Thread Gert Driesen
Hi Paul, No, there's currently no FxCop task available. I have already considered creating one, and I have asked for feedback from other members of the NAnt community... but without success ... I was considering creating a fully fledged task for FxCop, but now I think the direction to take is cr

[Nant-users] FxCop Task?

2003-06-24 Thread Paul Welter
Is there a FxCop Task? I couldn't seem to find one. Has someone created one already? ~ Paul --- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Man

RE: [Nant-users] Information from task compilation results

2003-06-24 Thread Brian Knowles
> From: Carlo Poli [mailto:[EMAIL PROTECTED] > I am already able to build the solution using the new task. > The next thing I want to do is to runs all project dll's through the task. I was thinking about how this could be done with the solution task. Seems to me a good solution (no pun inten

Re: [Nant-users] Slingshot missing?

2003-06-24 Thread Ian MacLean
Willem , its part of NAntContrib see http://nantcontrib.sourceforge.net/ Ian Is SlingShot still part of the project? I saw on Jason Diamond's website that he donated Slingshot to the NANT project, and that was confirmed by the file changelog.html which is included in nant-0.8.2.zip. According to

[Nant-users] Slingshot missing?

2003-06-24 Thread Willem J.W. Semmelink
Is SlingShot still part of the project? I saw on Jason Diamond's website that he donated Slingshot to the NANT project, and that was confirmed by the file changelog.html which is included in nant-0.8.2.zip. According to Jason's website thete is an "Extras" folder where I can get the tool. I find

[Nant-users] Information from task compilation results

2003-06-24 Thread Carlo Poli
Title: Information from task compilation results Hi, I'm setting up a framework around nant for autobuilding and testing all our projects. My goal is to get the code as generic as possible. I am already able to build the solution using the new task. The next thing I want to do is to runs