RE: [nant-dev] get-assembly-direcotry() function

2004-05-20 Thread Clayton Harbour
Hi, I get /usr/lib/mono/1.0 on my Fedora Core 1 install with NAnt rebuilt this morning. There was some oddness with the install as the config file contained a reference to a "tasks" folder but the task binaries were not built in a task folder. Maybe I caught something in mid-checkin? Anyway,

Re: [nant-dev] get-assembly-direcotry() function

2004-05-20 Thread Gert Driesen
- Original Message - From: "Giuseppe Greco" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]> Cc: "Jaroslaw Kowalski" <[EMAIL PROTECTED]>; "NAnt Developers" <[EMAIL PROTECTED]> Sent: Thursday, May 20, 2004 11:23 PM Subject: Re: [nant-dev] get-assembly-direcotry() function > >

Re: [nant-dev] Solution Task Build Order

2004-05-20 Thread Gert Driesen
Eric, Please submit a bug report and attach a small repro for this issue. Thanks, Gert - Original Message - From: "Eric Fetzer" <[EMAIL PROTECTED]> To: "NAnt Developers" <[EMAIL PROTECTED]> Sent: Thursday, May 20, 2004 11:11 PM Subject: [nant-dev] Solution Task Build Order > I just u

Re: [nant-dev] get-assembly-direcotry() function

2004-05-20 Thread Giuseppe Greco
On Thu, 2004-05-20 at 21:55, Gert Driesen wrote: > - Original Message - > From: "Jaroslaw Kowalski" <[EMAIL PROTECTED]> > To: "Gert Driesen" <[EMAIL PROTECTED]>; "Giuseppe Greco" > <[EMAIL PROTECTED]>; "NAnt Developers" > <[EMAIL PROTECTED]> > Sent: Thursday, May 20, 2004 9:31 PM > Subject

[nant-dev] Solution Task Build Order

2004-05-20 Thread Eric Fetzer
I just upgraded to the latest greatest (5.20) NAnt and NAntContrib and the task is not building my projects in the correct order and crashing because of this. It seems to be exactly the opposite of the order it should (i.e. If I put 2 projects in there, it will always choose the wrong one to buil

Re: [nant-dev] get-assembly-direcotry() function

2004-05-20 Thread Gert Driesen
- Original Message - From: "Jaroslaw Kowalski" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]>; "Giuseppe Greco" <[EMAIL PROTECTED]>; "NAnt Developers" <[EMAIL PROTECTED]> Sent: Thursday, May 20, 2004 9:31 PM Subject: Re: [nant-dev] get-assembly-direcotry() function > ;-) sor

Re: [nant-dev] get-assembly-direcotry() function

2004-05-20 Thread Jaroslaw Kowalski
;-) sorry - Original Message - From: "Gert Driesen" <[EMAIL PROTECTED]> To: "Jaroslaw Kowalski" <[EMAIL PROTECTED]>; "Giuseppe Greco" <[EMAIL PROTECTED]>; "NAnt Developers" <[EMAIL PROTECTED]> Sent: Thursday, May 20, 2004 7:30 PM Subject: Re: [nant-dev] get-assembly-direcotry() function

Re: [nant-dev] get-assembly-direcotry() function

2004-05-20 Thread Gert Driesen
- Original Message - From: "Jaroslaw Kowalski" <[EMAIL PROTECTED]> To: "Giuseppe Greco" <[EMAIL PROTECTED]>; "NAnt Developers" <[EMAIL PROTECTED]> Sent: Thursday, May 20, 2004 6:09 PM Subject: Re: [nant-dev] get-assembly-direcotry() function > That's because mono-1.0 stores assemblies i

Re: [nant-dev] get-assembly-direcotry() function

2004-05-20 Thread Jaroslaw Kowalski
That's because mono-1.0 stores assemblies in mono/1.0 and they are referenced as files from this place. Jarek - Original Message - From: "Giuseppe Greco" <[EMAIL PROTECTED]> To: "NAnt Developers" <[EMAIL PROTECTED]> Sent: Thursday, May 20, 2004 5:21 PM Subject: [nant-dev] get-assembly-dir

[nant-dev] get-assembly-direcotry() function

2004-05-20 Thread Giuseppe Greco
Hi all, could you tell me why the following task always returns "1.0" instead of, for example, "/usr/lib" or "/usr/lib/mono/1.0"? Thanks, j3d. -- Giuseppe Greco ::agamura:: phone: +41 91 604 67 65 mobile: +41 76 390 60 32 email: [EMAIL PROTECTED] w

Re: [nant-dev] ... back to my problem...

2004-05-20 Thread Ian MacLean
sure, this is normal. NAnt's error message could be a bit better in this case - somthing similar to what a configure script outputs when it can't find a .pc file. Ian Giuseppe Greco wrote: OK, now it works, but there is another issue... On my box, mono is installed under /usr/local, and since th

Re: [nant-dev] ... back to my problem...

2004-05-20 Thread Giuseppe Greco
OK, now it works, but there is another issue... On my box, mono is installed under /usr/local, and since this isn't the standard location where pkg-config looks for modules, I've to define the PKG_CONFIG_PATH environment variable to get NAnt working... j3d. On Thu, 2004-05-20 at 16:16, Jaroslaw

Re: [nant-dev] ... back to my problem...

2004-05-20 Thread Ian MacLean
Just got the latest cvs mono building - thanks to patches posted on the mono dev list ( thanks Jarek ) and NAnt is all good. Well up to the failing tests and if you use the MONO_NO_UNLOAD env var. Ian Jaroslaw Kowalski wrote: Because of a mono bug you have to do: $ cp nant/bin/lib/mono/1.0/*.dll

Re: [nant-dev] ... back to my problem...

2004-05-20 Thread Jaroslaw Kowalski
Because of a mono bug you have to do: $ cp nant/bin/lib/mono/1.0/*.dll nant/bin/ Jarek - Original Message - From: "Giuseppe Greco" <[EMAIL PROTECTED]> To: "NAnt Developers" <[EMAIL PROTECTED]> Sent: Thursday, May 20, 2004 1:53 PM Subject: [nant-dev] ... back to my problem... > Hi all,

[nant-dev] ... back to my problem...

2004-05-20 Thread Giuseppe Greco
Hi all, I've just checked out the latest version of NAnt from CVS and I've been able to build and install it successfully. But!? it doesn't work. I always get the following error messages: ** (/usr/local/nant/bin/NAnt.exe:28331): WARNING **: Could not find assembly log4net, references from /usr/

[nant-dev] ... back to my problem...

2004-05-20 Thread Giuseppe Greco
Hi all, I've just checked out the latest version of NAnt from CVS and I've been able to build and install it successfully. But!? it doesn't work. I always get the following error messages: ** (/usr/local/nant/bin/NAnt.exe:28331): WARNING **: Could not find assembly log4net, references from /usr/