[NAnt-users] NAnt 0.85 Release Candidate 4 is available

2006-06-02 Thread Gert Driesen
Announcing NAnt 0.85 Release Candidate 4. Binary and source distributions are available for immediate download from: http://sourceforge.net/project/showfiles.php?group_id=31650 About NAnt: NAnt is a free .NET build tool, allowing applications to be built targeting both Microsoft .NET and Mono wh

Re: [NAnt-users] Abbreviation for /buildfile: parameter ?

2006-06-02 Thread si
> Is there a single-letter abbreviation for the /buildfile: > parameter when calling nant.exe? Sure, C:\>nant -help -buildfile: Use given buildfile (Short format: /f) ___ NAnt-users mailing list NAnt-users@lists.sourceforge.net https://

Re: [NAnt-users] Abbreviation for /buildfile: parameter ?

2006-06-02 Thread Giscard Biamby
Is there a single-letter abbreviation for the /buildfile: parameter when calling nant.exe? I think I remember reading this somewhere but can't find anything about this. "Few are those who see with their own eyes and feel with their own hearts." -Albert Einstein _

Re: [NAnt-users] task - specifying a path to fxcopcmd.exe

2006-06-02 Thread Grant.Drake
Thanks very much Jonathon, this did the job for me... Regards, Grant. -Original Message- From: Evans, Jonathan (2) [mailto:[EMAIL PROTECTED] Sent: 02 June 2006 12:01 To: Drake, Grant: IT (LDN); nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] task - specifyin

[NAnt-users] task - specifying a path to fxcopcmd.exe

2006-06-02 Thread Grant.Drake
I know the documentation for this task says that the fxcop directory needs to be added to your system path - which when done works fine. However that is a rather annoying limitation, particularly for people who want to put all their tools in a relative path to the source. I can modify the task mys