RE: [Nant-users] Building NAnt with Mono 1.0.5

2004-12-18 Thread Gert Driesen
; [mailto:[EMAIL PROTECTED] On Behalf Of > Chacon-Taylor, Monique > Sent: vrijdag 17 december 2004 18:44 > To: Gert Driesen; [EMAIL PROTECTED] > Cc: Arjona, Ramon > Subject: RE: [Nant-users] Building NAnt with Mono 1.0.5 > > Hi Gert: > > I got the binaries for RC1 but I st

RE: [Nant-users] Building NAnt with Mono 1.0.5

2004-12-17 Thread Chacon-Taylor, Monique
, 2004 8:33 AM To: Chacon-Taylor, Monique; [EMAIL PROTECTED] Subject: Re: [Nant-users] Building NAnt with Mono 1.0.5 Monique, I'll try to look into this issue this weekend. But can you also try using a binary distribution of NAnt ? The binary releases of NAnt should work out-of-the-box on

Re: [Nant-users] Building NAnt with Mono 1.0.5

2004-12-17 Thread Gert Driesen
Taylor, Monique" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, December 17, 2004 5:25 PM Subject: RE: [Nant-users] Building NAnt with Mono 1.0.5 Hi Gert: I am using RedHat 9.0. We are in a project using Windows and

RE: [Nant-users] Building NAnt with Mono 1.0.5

2004-12-17 Thread Chacon-Taylor, Monique
.   Cheers,   Monique From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Thursday, December 16, 2004 10:30 PMTo: Chacon-Taylor, Monique; [EMAIL PROTECTED]Subject: RE: [Nant-users] Building NAnt with Mono 1.0.5 Monique,   What platform are you on ?  Regardless of that, it appears to be either a

RE: [Nant-users] Building NAnt with Mono 1.0.5

2004-12-16 Thread Gert Driesen
ember 2004 23:26To: [EMAIL PROTECTED]Subject: [Nant-users] Building NAnt with Mono 1.0.5 I just installed mono 1.0.5 and nant-src-0.85-20041115.zip   and followed the suggestions in FAQ   $ export MONO_NO_UNLOAD=1$ make clean$ make$ mono bin/NAnt.exe clean build   I

[Nant-users] Building NAnt with Mono 1.0.5

2004-12-16 Thread Chacon-Taylor, Monique
I just installed mono 1.0.5 and nant-src-0.85-20041115.zip   and followed the suggestions in FAQ   $ export MONO_NO_UNLOAD=1$ make clean$ make$ mono bin/NAnt.exe clean build   I also removed from NAnt.exe.config and NAnt.Console.exe.config the line with as suggested in the archives and