RE: [Nant-users] Solution incorrectly compiled against .NET version 1.0 (bug?)

2003-06-17 Thread Erv Walter
Title: Solution incorrectly compiled against .NET version 1.0 (bug?) The solution task does not seem to respect the defaultframework setting. Several messages to this list in the past couple days suggested that the solution task works by calling the csc.exe directly and it appears to

RE: [Nant-users] Deplyment Package??

2003-06-25 Thread Erv Walter
I believe there is an msi task in NAntContrib that you can use to create windows installers. -Original Message- From: Arvind M A [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 1:06 AM To: [EMAIL PROTECTED] Hi, I am pretty new to Nant and wanted to know whether it is possible

RE: [Nant-users] problems compiling a simple ConsoleWindow application

2003-06-25 Thread Erv Walter
First, I assume you have an Imports line in your source, but I'll ask anyway. Second, no, I don't think vbc.exe figures our default references automatically like csc.exe for C# code does. For VB.NET code, you will need to list the specific references in your build file. You might be able to

RE: Project Structure Ideas (Was: RE: [Nant-users] Re: [nant-dev] Building Projects With NAnt)

2003-06-27 Thread Erv Walter
We do something similar except our master build file explicitly calls the sub build files in the correct order. There is some elegance to the idea of adding a subproject without having to modify an existing build file. That doesn't work for us, and it doesn't work in general when you have

RE: [Nant-users] Ant vs. NAnt

2003-07-21 Thread Erv Walter
Title: RE: [Nant-users] Ant vs. NAnt How will you be "porting" your .NET code to Linux and Mac? Mono? If so, Nant works on Linux with Mono today, and I assume it would work on Mac as well as soon as Mono works on Mac (if it doesn't already). The main difference between Nant and Ant is what

RE: [Nant-users] Slingshot and VS sln files

2003-07-31 Thread Erv Walter
Slingshot does not support VS.NET 2003 files. I also belive slingshotis no longer actively supported and has been replaced with the solution task in the latest versions of NAnt. From: Cohen, Noah (CA - Ottawa) [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 3:09 PMTo: [EMAIL

RE: [Nant-users] nant-0.8.3-rc2 does not build?

2003-08-03 Thread Erv Walter
It is still the case. I consider it a bug that the rc2 zip file contains the source code but doesn't contain everything needed to build. We should either just distribute binaries or we should have a _working_ binaries+source archive. -Original Message- From: Scott Ford [mailto:[EMAIL

RE: [Nant-users] problem with references and standard libs

2003-08-07 Thread Erv Walter
, 2003 8:05 AM To: Erv Walter Subject: Re: [Nant-users] problem with references and standard libs Hey Thanks for yourr reply asis what is that?? anyway doesnt work.. still gets: error CS0234: The type or namespace name 'Vsa' does not exist in the class or namespace 'Microsoft.VisualBasic

RE: [Nant-users] problem with references and standard libs

2003-08-08 Thread Erv Walter
: Friday, August 08, 2003 6:52 AM To: Erv Walter Cc: [EMAIL PROTECTED] Subject: Re: [Nant-users] problem with references and standard libs Ah!. Thanks. heh i read asis hmm I don't know that word ah! As IS :) Ok i just tested, and the mentioned dll's is not treated as framework dll's and hench

RE: [Nant-users] problem with references and standard libs

2003-08-08 Thread Erv Walter
You probably don't ever want frompath=true for a reference fileset. Try asis=true instead for framework assemblies. -Original Message- From: Jesper Rasmussen [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2003 4:14 AM To: [EMAIL PROTECTED] Subject: [Nant-users] problem with

RE: [Nant-users] problem with references and standard libs

2003-08-14 Thread Erv Walter
That's a good point. I have never tried having multiple references nodes. It could be that the second one is getting completely ignored! -Original Message- From: Anthony LoveFrancisco [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2003 4:43 PM To: 'Erv Walter'; 'Jesper Rasmussen

RE: [Nant-users] Deployment

2003-08-15 Thread Erv Walter
Title: Message None of that happens automatically. ASP.NET manages this for web apps. The .NET Framework has the ability to do this for other apps as well, but you have to write some code to make it happen when you create a new appdomain. By default, .NET assembly DLLs are locked while the

RE: [Nant-users] Executing a target more than once

2003-08-25 Thread Erv Walter
Check out the force attribute for the call task in the documentation. Normally, a target only needs to run once (targets usually represent some set of compilation tasks and once something is compiled, there's no need to do it again later. You can override this behavior with the force attribute

RE: [Nant-users] How to list available targets?

2003-09-15 Thread Erv Walter
If you type nant -projecthelp you will get exactly what you want. -Original Message- From: Narayanasamy, Sundar [mailto:[EMAIL PROTECTED] Sent: Monday, September 15, 2003 1:58 PM To: Jaroslaw Kowalski; [EMAIL PROTECTED] Subject: RE: [Nant-users] How to list available targets? Let me

RE: [Nant-users] Antw: Nant-users digest, Vol 1 #419 - 2 msgs (Urlaub/Vacation)

2003-09-22 Thread Erv Walter
Can an administrator please unsubscribe this guy, so that we don't get these emails everyday for the next 20 days...? -Original Message- From: Michael Buchberger [mailto:[EMAIL PROTECTED] Sent: Sunday, September 21, 2003 10:15 PM To: [EMAIL PROTECTED] Subject: [Nant-users] Antw:

[Nant-users] RE: [nant-dev] Editing .build files w/syntax hilighting in VS.NET

2003-11-18 Thread Erv Walter
You can also set this by right-clicking on a .build file in a project (add one to a project temporarily if you need to) and choosing Open With... Choose HTML/XML Editor and click Set as Default. -Original Message- From: Matthew Mastracci [mailto:[EMAIL PROTECTED] Sent: Thursday,