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 task does not seem to respect the defaultframework setting.  Several messages to this list in the past couple days suggested that the task works by calling the csc.exe directly and it appears to choose the wrong one

Re: [Nant-users] General NAnt Quesions..

2003-06-17 Thread Ian MacLean
X X wrote: Hello, g them; 1)can add other dependencies, such as .ico or .bmps to build script? Do you mean can you compile these using the csharp compilation task ? - then yes just use the resources child element. 2) does NAnt have a "shell" feature? You'll need to expand on this. There

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

2003-06-17 Thread Carlo Poli
Title: Solution incorrectly compiled against .NET version 1.0 (bug?) Hi, I'm trying to figure out the following problem. I'm using the new task from the daily build of 20030605 to build a project that's perfectly building in Visual Studio on the same machine. I'm using Visual Studio.NET 20

[Nant-users] General NAnt Quesions..

2003-06-17 Thread X X
Hello, I appologize if these questions are posted in the wrong form. My company is reviewing NAnt for use in doing daily builds of .net projects. I have a couple of generic questions and would really appreciate any information regarding them; 1)can add other dependencies, such as .ico or .bmps to

[Nant-users] filter task

2003-06-17 Thread Riley, Jason
Title: Message I see some postings to the users list from John Lam about adding Ant like filtering to NANT (for version numbers, comfit files etc.). What is the status of this? Is it in the nightly builds or do I still have to manually sync the code base. BTW - sweet tool.   Jason Riley http

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

2003-06-17 Thread Carlo Poli
Hi, Just for the record. I got it to work. I changed the path environment variable to point the 1.1 version of the framework. Looks like csc.exe is directly called without minding the config settings. Thnx for the support. Carlo Poli Macaw -Original Message- From: Ian MacLean [mailto:

Re: [Nant-users] Solution incorrectly compiled against .NET version1.0 (bug?)

2003-06-17 Thread Ian MacLean
Carlo, looks like a bug that needs fixing. I've logged it here: https://sourceforge.net/tracker/index.php?func=detail&aid=755820&group_id=31650&atid=402868 btw I think its time we started using the sf bug tracker to keep a record of outstanding bugs and issues. I think its great to post here f

Re: [Nant-users] Solution incorrectly compiled against .NET version1.0 (bug?)

2003-06-17 Thread Ian MacLean
Even if that does work its incorrect behaviour. Compilation should use the framework the user has specified not whatever NAnt happens to be running against. I haven't really looked too closely at the solution task but I do know that it doesn't defer to the cscTask when it compiles c# projects.

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

2003-06-17 Thread Carlo Poli
Title: Solution incorrectly compiled against .NET version 1.0 (bug?) Thnx for the reply,   that does have impact, but not the desired one. Now I get loads of warnings like this one 'warning CS1595: 'System.Web.UI.Control' is defined in multiple places; using definition from 'C:\WINNT\Micro

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

2003-06-17 Thread Jaroslaw Kowalski
Title: Solution incorrectly compiled against .NET version 1.0 (bug?) This may help: make sure your NAnt is running on net-1.1. heck/add the following at the end of your nant.exe.config:         but looks like a bug of   Jarek - Original Message - From: Carlo Poli

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

2003-06-17 Thread Carlo Poli
Title: Solution incorrectly compiled against .NET version 1.0 (bug?) Hi, I'm trying to figure out the following problem. I'm using the new task from the daily build of 20030605 to build a project that's perfectly building in Visual Studio on the same machine. I'm using Visual Studio.NET 20