Re: [NAnt-users] [nant-dev] Announcing NAnt 0.90-beta1

2010-04-18 Thread Gert Driesen
Hey Ryan, Thanks for getting to the bottom of this. Regardless of whether this'll fix the problem for Martin, we need to improve our makefile to support other (mono) compilers beside mcs. Can you add this to our roadmap ? Thanks! Gert -Original Message- From: Ryan Boggs [mailto:rmbo...@

Re: [NAnt-users] [nant-dev] Announcing NAnt 0.90-beta1

2010-04-18 Thread Ryan Boggs
Hey Martin, Before going through the trouble of opening up a bug report, could you try the following command(s) please? Forgive me but since I don't know what Linux you are running, I am just going to list the most common ones. OpenSUSE: (sudo) zypper install mono-complete Ubuntu: (sudo) aptitu

Re: [NAnt-users] [nant-dev] Announcing NAnt 0.90-beta1

2010-04-18 Thread Martin Gainty
will do gert..could you provide a link where i can submit this bug? bedankt, Martin __ Jogi és Bizalmassági kinyilatkoztatás/Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Ez az üzenet bizalmas. Ha nem ön az akinek szánva

Re: [NAnt-users] [nant-dev] Announcing NAnt 0.90-beta1

2010-04-18 Thread Ryan Boggs
Hi Gert, Mono may be dropping support for mcs soon but that doesn't mean that Marty's issue isn't fixable. I've ran into this issue in the past and resolving it is as simple as installing an additional Mono package. However, since package setup differs between Linux projects, I need to k

Re: [NAnt-users] [nant-dev] Announcing NAnt 0.90-beta1

2010-04-18 Thread Gert Driesen
Ryan, The Mono team is dropping support for .NET Framework 1.x, hence mcs is no longer available. I believe Mono 2.6.x is the last release to support .NET 1.x. We'll just need to check what version of Mono is available, or just check for the compiler that is available (1.x: mcs, 2.x: gmcs, 4.x: d