Re: [Nant-users] The SDK for the net-1.1 framework is not available or not configured

2004-04-17 Thread Gert Driesen
Are you sure you're installed the SDK, and not just the runtime ? Gert - Original Message - From: "Maggie Duanmu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, April 17, 2004 12:11 AM Subject: [Nant-users] The SDK for the net-1.1 framework is not available or not configured

[Nant-users] Fwd: not working for me...

2004-04-17 Thread Lindsay Morsillo
I have solved it with the help of the archive: http://localhost/OdinMain/mainpage.csproj"; /> Will this change? Sincerel

[Nant-users] How to use NANT to build combination project ? /help

2004-04-17 Thread lll charles
Hi, Dear NANT DEV team:   I’m current developing a big project which has different platforms. My project has around 70 subprojects. Some are developed by C# .NET, some are developed by Visual C++ 6.0, and some are developed by C++ .NET. Some projects are developed by ASP .NET web service in C#. So

[Nant-users] inside

2004-04-17 Thread Mike Morearty
I'm new to NAnt, so perhaps this is a FAQ, but I couldn't find any references to it: It would be nice to have an element that could immediately follow an element. ... ... The rule would be that an block is only allowed to immediately follow an block. I know about "ifnot"

RE: [Nant-users] [Fwd: build combination project]

2004-04-17 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
Charles, I have a very similar scenario as you. I have 37 projects I need to build and most of them (36) are COM projects from an earlier version Visual Studio (I don't know which one). I first thought the task would be the answer to my prayers but it doesn't support VC++ very well yet! Second, s