[Nant-users] Best practice for maintaining project files on build server

2005-01-14 Thread Manish Jain
I would like to know best practice as well as options available to maintain project files on build server (in case of .NET, .sln,.vbproj and .csproj files) for those who are using either solution task or exec task with devenv.exe. 1.Since references maintained are at different locations for develo

RE: [Nant-users] FxCop Task

2005-01-14 Thread Gert Driesen
Richard, A task was recently added to NantContrib by James Geurts, you might wanna have a look at that one (and perhaps merge both). Gert > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Richard Willis > Sent: vrijdag 14 januari 2005 9:59 > To:

[Nant-users] FxCop Task

2005-01-14 Thread Richard Willis
Hi, If anyone is interested I've uploaded an FxCop task at NantContrib patches: http://sourceforge.net/tracker/index.php?func=detail&aid=1099748&group_id=54790&atid=474853 Richard Willis --- The SF.Net email is sponsored by: Beat the post-holiday

Re: [Nant-users] Problem Solved

2005-01-14 Thread Ian MacLean
Chris Taylor wrote: Alright, so my whole big issue from earlier. Solved. but not without hours of torment. The problem was within Gordon's XSLT which did not account for the . So I modded the file and added templates for Imports and Import to work the with the vbc task. Still wouldn't compile!