Re: [nant-dev] Compiling NAnt on Linux

2003-06-13 Thread Ian MacLean
Gius, You could add to that bug or post to the mono list saying that this is a priority. Or you could look at the mono code and suggest a patch. Ian Hi all, I'm trying to compile the latest version of NAnt on Linux, but due to a bug in Mono, I've to give up. It is always the same error: INTERNA

RE: [nant-dev] BUG?:

2003-06-13 Thread Clayton Harbour
>>I was previously thinking you meant "nant framework path" = path of the >>framework that is hosting nant.exe (aka the path for whichever framework >>you get from sys.clr.version and the task). Ahhh, gotcha. No, I had not even thought of this but I agree that it would probably be a bad idea. J

[nant-dev] RE: include task error

2003-06-13 Thread Haltunen, Mathew
Title: RE: include task error --- "Haltunen, Mathew" <[EMAIL PROTECTED]> wrote:  >> Hello all,  >>  >> I've used ant in the past, but now I am using nant to build .NET  >> applications.  I am running into a problem handling dependencies.  >> Here's the break down.  >>  >> The depende

RE: [nant-dev] BUG?:

2003-06-13 Thread Erv Walter
Ok, I think we're actually agreeing and I was just confused on the term "nant framework path" I was previously thinking you meant "nant framework path" = path of the framework that is hosting nant.exe (aka the path for whichever framework you get from sys.clr.version and the task). I hope that t

RE: [nant-dev] BUG?:

2003-06-13 Thread Clayton Harbour
I disagree. >>If nant is compile with and running under the 1.0 .NET framework (which >>it does by default if you have both frameworks installed) Specified by the current framework variable. >>If I specify my project should built with the 1.1 .NET framework, and if the >>referenced file is not

RE: [nant-dev] BUG?:

2003-06-13 Thread Erv Walter
Er, should have been "If nant is compiled with and running under the 1.0 .NET framework" -Original Message- From: Erv Walter [mailto:[EMAIL PROTECTED] Sent: Friday, June 13, 2003 3:13 PM To: Clayton Harbour; Erv Walter; [EMAIL PROTECTED] I guess my point is this: If nant is compile wi

RE: [nant-dev] BUG?:

2003-06-13 Thread Erv Walter
I guess my point is this: If nant is compile with and running under the 1.0 .NET framework (which it does by default if you have both frameworks installed), and If I specify my project should built with the 1.1 .NET framework, and if the referenced file is not found in the 1.1 .NET framework path,

RE: [nant-dev] BUG?:

2003-06-13 Thread Clayton Harbour
I might be a bit wrong on this (and if I am please correct me) but the way I understand it the nant framework path is the path being used to run nant. I think this can be seperate from the framework you specify to compile your project with the csc task. Is this correct? Blazing ahead under this

RE: [nant-dev] BUG?:

2003-06-13 Thread Erv Walter
I'm confused on why you would ever want to find a reference in "Current nant framework path" as listed below? The only time that an assembly would be in the nant framework path and not in the current framework path is when the located assembly is of the wrong version!? -Original Message-

RE: [nant-dev] BUG?:

2003-06-13 Thread Clayton Harbour
Hi, I think it would be more intuitive to search in the following manner: - Current project framework path - Current nant framework path - Path system variable - blow up! Is this what you are suggesting Ian? Clayton -Original Message- From: Ian MacLean Sent: Fri

[nant-dev] issue/bug with solution task?

2003-06-13 Thread Paul Welter
Hi, I'm new to NAnt so this may be something I'm doing wrong or it may be a bug.  I get the following error when I try to build ...   NAnt version 0.8.3 Copyright (C) 2001-2003 Gerry Shawhttp://nant.sourceforge.net   Buildfile: file:///D:/My Documents/Visual Studio Projects/BuildDemo/demo.bu

[nant-dev] Compiling NAnt on Linux

2003-06-13 Thread Giuseppe Greco
Hi all, I'm trying to compile the latest version of NAnt on Linux, but due to a bug in Mono, I've to give up. It is always the same error: INTERNAL ERROR System.IO.FileNotFoundException: Could not find file "file://home/home/genius/pr ojects/nant/NAnt.build" (as you can see, the URL is wrong)

Re: [nant-dev] BUG?:

2003-06-13 Thread Ian MacLean
not really - although a bit confusing. The frompath is working as expected assuming that Framework\v1.0.3705 is the first one in the path. When you specify asis it passes the bare file name to csc and so the 1.1 csc will find System.Data.dll using its own search heuristics. There was talk a lit

Re: [nant-dev] nant include task

2003-06-13 Thread Philip Nelson
--- "Haltunen, Mathew" <[EMAIL PROTECTED]> wrote: > Hello all, > > I've used ant in the past, but now I am using nant to build .NET > applications. I am running into a problem handling dependencies. > Here's the break down. > > The dependencies that are handled with the "pre.build" target are b

[nant-dev] BUG?:

2003-06-13 Thread Jaroslaw Kowalski
I have two frameworks (net-1.0 and net-1.1) installed. I have a task that includes a reference to When i compile with net-1.1 it passes the following (incorrect) option to the csc.exe compiler. "/reference:C:\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Data.dll" instead of: "/reference:C:\W

Re: [nant-dev] Unable to build NAnt

2003-06-13 Thread Ian MacLean
OK forget that. The sf people have removed the stale lock and the file has been comitted. Just do a cvs update and you should be able to build. Ian Sorry - I forgot to commit the sharpcvs library. And now that I try there is a lock on the bin directory preventing me from comitting. OK while I t

Re: [nant-dev] Unable to build NAnt

2003-06-13 Thread Ian MacLean
Sorry - I forgot to commit the sharpcvs library. And now that I try there is a lock on the bin directory preventing me from comitting. OK while I try and sort the locking issue you can add the ICSharpCode.SharpCvsLib.dll from http://sharpcvslib.sourceforge.net/ into the nant\bin directory and it

[nant-dev] Unable to build NAnt

2003-06-13 Thread Anthony LoveFrancisco
Title: Message I synced up to the latest version of NAnt from CVS and tried to build. Is there another project I need to be enlisted on to build NAnt nowadays ?   I'm getting the following output:   NAnt version 0.8.2 Copyright (C) 2001-2003 Gerry Shawhttp://nant.sourceforge.net   Buildfile: