[Nant-users] Nant- Cannot open include file: "afxwin.h"

2005-07-26 Thread Asis Yuval
Hello everybody:     I am using the NAnt to build solution in C++.   I have this error:   [cl] stdafx.cpp [cl] d:\\stdafx.h(10) : fatal error C1083: Cannot open include file: "afxwin.h": no such file or directory   I already had the D:\Program Files\Microsoft Visual Studio .NET 2003\

RE: [Nant-users] asminfo and ComVisibleAttribute

2005-07-26 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Wang, Jason @ Newport MacArthur > Sent: woensdag 27 juli 2005 3:18 > To: 'nant-users@lists.sourceforge.net' > Subject: [Nant-users] asminfo and ComVisibleAttribute > > Hi All, > > > >

[Nant-users] asminfo and ComVisibleAttribute

2005-07-26 Thread Wang, Jason @ Newport MacArthur
Hi All,       I know that having wouldn't work because ComVisible isn't a valid type , however, what if I want to have [assembly: ComVisible(true)] outputted instead of [assembly: ComVisibleAttribute(true)]?  For me, I actually want to set the value to true and [assembly: ComVisi

Re: [Nant-users] How to maintain property files?

2005-07-26 Thread Gary Feldman
Troy Laurin wrote: no - you can't do this right now. However it would be fairly easy to write a custom task ( or

RE: [Nant-users] .85 RC3 and Nunit 2.2

2005-07-26 Thread Foster, Richard - PAL
Title: .85 RC3 and Nunit 2.2 Peter,   Do you *need* to use the task? I've had much more success using , and it means that I can change my version of NUnit at will. Don't forget, to use the NUnit2 task, you have to use the same version of the NUnit framework that Nant was compiled against...

[Nant-users] .85 RC3 and Nunit 2.2

2005-07-26 Thread Peter Jones
Title: .85 RC3 and Nunit 2.2 I see a few messages in the archive regarding using Nunit 2.2 with RC3, but nothing that really helps me. I'm getting an error:    [nunit2] Assembly "c:\blah\Tests.dll" was not built with the NUnit framework and/or contains no tests. I have Nunit 2.2.2.0 instal