Re: [Mono-dev] Developing Mono

2014-05-14 Thread Martin Thwaites
Hi Miguel, As always, I'm sure we're all thankful for your work. I'm watching your repeat build thread which I'm assuming is the one you're referring to. Please don't hesitate to ask me if there is anything at all I can do to help move things along. I can do a fair bit with C#, but beyond

Re: [Mono-dev] Developing Mono

2014-05-14 Thread Alex J Lennon
On 14/05/2014 00:40, Robert Jordan wrote: On 14.05.2014 00:55, Martin Thwaites wrote: So I've given in, and I'm now looking at using linux (ubuntu 14.04) to try and add some things to mono. I have the same issues with loading the net_4_5.sln file in MD as I do in VS, in that it won't

Re: [Mono-dev] Developing Mono

2014-05-14 Thread Bryan Crotaz
Personally I'd do this using nant and wrap the nunit console call in ncover communit edition to get a code coverage report. Bryan Crotaz Silver Curve On 14 May 2014, at 09:59, Alex J Lennon ajlen...@dynamicdevices.co.uk wrote: On 14/05/2014 00:40, Robert Jordan wrote: On 14.05.2014 00:55,

Re: [Mono-dev] Developing Mono

2014-05-14 Thread Bryan Crotaz
To do this remotely on a test image, I'd have a script: Start VM with chosen image Package a release (eg .deb) Ssh into VM as root Install package Run ncover around nunit console Retrieve nunit and ncover XML Shut down VM Process results using xsl Publish results to all committers since last

Re: [Mono-dev] Developing Mono

2014-05-14 Thread Alex J Lennon
On 14/05/2014 10:05, Bryan Crotaz wrote: To do this remotely on a test image, I'd have a script: Start VM with chosen image Package a release (eg .deb) Ssh into VM as root Install package Run ncover around nunit console Retrieve nunit and ncover XML Shut down VM Process results using

Re: [Mono-dev] Developing Mono

2014-05-14 Thread Edward Ned Harvey (mono)
From: mono-devel-list-boun...@lists.ximian.com [mailto:mono-devel-list- boun...@lists.ximian.com] On Behalf Of Martin Thwaites I have the same issues with loading the net_4_5.sln file in MD as I do in VS, in === Section 1: Building Mono === Don't expect the .sln file to work. Just

[Mono-dev] Developing Mono

2014-05-13 Thread Martin Thwaites
So I've given in, and I'm now looking at using linux (ubuntu 14.04) to try and add some things to mono. I have the same issues with loading the net_4_5.sln file in MD as I do in VS, in that it won't compile. I'm assuming that the solution itself is just broken. The main issue though is I've not

Re: [Mono-dev] Developing Mono

2014-05-13 Thread Robert Jordan
On 14.05.2014 00:55, Martin Thwaites wrote: So I've given in, and I'm now looking at using linux (ubuntu 14.04) to try and add some things to mono. I have the same issues with loading the net_4_5.sln file in MD as I do in VS, in that it won't compile. I'm assuming that the solution itself is

Re: [Mono-dev] Developing Mono

2014-05-13 Thread Miguel de Icaza
Hello Martin, The solution files that we have on the tree have not really been tested. I am currently working on fixing a few fundamental bugs in our build system and once I do that, I should be able to get solution files that work with MonoDevelop or Visual Studio to work. Sadly, I have very

Re: [Mono-dev] Developing Mono Applications for Multi Platforms?

2011-03-25 Thread nekresh
On Thu, Mar 24, 2011 at 10:21 PM, RandomlyKnighted thug...@asissweb.com wrote:  Hey everyone, so this is my first Mono application and I'm trying to make it for Windows, Linux, and Mac OS X. Currently I have my GTK# project and I have an empty C# class file. I'm just wanting for someone to

[Mono-dev] Developing Mono Applications for Multi Platforms?

2011-03-24 Thread RandomlyKnighted
Hey everyone, so this is my first Mono application and I'm trying to make it for Windows, Linux, and Mac OS X. Currently I have my GTK# project and I have an empty C# class file. I'm just wanting for someone to point me in the right direction. Using this empty class file I would like to have my

[Mono-dev] Developing mono, what's the best distro?

2006-07-24 Thread APS
Hi, I was asking me Which distribution is used by mono developers?. I would like to create a system where patching and compiling mono source code, there's a preferable linux distribution for doing this? I saw that ubuntu comes with bundled mono support, redhat rpm's are provided by mono-project,

Re: [Mono-dev] Developing mono, what's the best distro?

2006-07-24 Thread Rafael Teixeira
AFAIK, for compiling from source I think mostly any distro will do, as autogen.sh/configure will ask for the strict dependencies and adapt to the rest of the environment. Last time someone asked, most devs in the list were using Fedora or Suse, but Ubuntu (rising) and Gentoo (declining) are also