[Mono-list] nunit test upgrading task force

2009-06-22 Thread Atsushi Eno
Hi, I'm thinking if we can upgrade our nunit tests to eliminate derivation from Assertion (such as eliminating AssertEquals), to make our tests ready for future versions of NUnit. The task is very easy: if there is a test class that looks like [TestFixture] public class FooTest : Asser

Re: [Mono-list] a diffenrence between .Net & mono impl in System.Reflection

2009-06-22 Thread Rodrigo Kumpera
Please fill a bug report with a test case so we can work on improving our compatibility. On Thu, Jun 18, 2009 at 12:59 AM, George Zhong wrote: > > while porting application, I find an incompatible in > Assembly.GetManifestResourceStream method > > in .Net GetManifestResourceStream(string) have

[Mono-list] Which scratchbox toolchain should I use to compile mono 2.4

2009-06-22 Thread orsol
Hi. Which scratchbox toolchain should I use to compile mono 2.4 for ARM? I try to use scratchbox-toolchain-arm-gcc3.4-glibc2.3 from old releases but binaries compiled with it not working on my ARM device. -- View this message in context: http://www.nabble.com/Which-scratchbox-toolchain-should-I

[Mono-list] Can Mono Assembly and Mono Framework be integrated as one package?

2009-06-22 Thread Akash Kava
I have been looking for help on mono, and I understand that mono application requires mono framework installed as well. However is it possible to integrate mono assembly and mono framework packaged in such a way that user can directly start running it. For example, is it possible to create one bi

[Mono-list] Compile mono for ARM

2009-06-22 Thread orsol
Hi I'm trying to compile mono 2.4 for embedded device that working on ARM. Using Scratchbox 1 with scratchbox-toolchain-arm-gcc3.4-uclibc0.9.28-1.0.4-i386.tar.gz I have compiled pkg-config 0.23 and glib 2.20.3. In mono directory ./configure works fine, but make command returns error: os_dep.c:40

[Mono-list] a diffenrence between .Net & mono impl in System.Reflection

2009-06-22 Thread George Zhong
while porting application, I find an incompatible in Assembly.GetManifestResourceStream method in .Net GetManifestResourceStream(string) have to give full path of the resouce prefixed namespace even if it is called inside this namespace. or we have to use another parameter to locate the namespace

Re: [Mono-list] server-sided concepts in Mono / ASP.NET vs. Java EE

2009-06-22 Thread Tobi Ulm
Hi Kristian, the current mono release 2.4 is somewhere between .net 2.0 and .net 3.5, but it's not .net 3.0. - we use the ressource assemblies for that. - On the MS .net side there is the only "old" Application Server COM+ which is being replaced some days. Right now there are two ways on the

[Mono-list] license

2009-06-22 Thread ignorator
i have found that in the faq "Or if you ship an application that requires to statically link the Mono runtime and you are not able to provide the object code to relink Mono, you must obtain a commercial license from Novell. " what does "provide the object code to relink Mono" mean? greetings -

[Mono-list] Announcing Mono 2.4.2 RC 1...

2009-06-22 Thread Thomas Wiest
Hey Everyone, We've just released Mono 2.4.2 RC1 today! Please help us out by giving it a try with your applications. As always, you can get the preview/RC releases here: http://mono.ximian.com/monobuild/preview/download-preview/ Please report any bugs that you may find using our Bugs page: htt

Re: [Mono-list] Announcing Mono 2.4.2 Preview 2...

2009-06-22 Thread Thomas Wiest
Maxim wrote: > Hello, Thomas! > > It seems like I've found one bug: > https://bugzilla.novell.com/show_bug.cgi?id=515049 > It seems this bug was a duplicate of another already filed bug. This bug has been fixed and was part of Mono 2.4.2p2. Thomas ___

[Mono-list] Need High-Level Graphics Library

2009-06-22 Thread Felix Natter
hello, I am looking for a Canvas abstraction (Graphics library) to display Functions graphs, zoom in/out, select points/regions and so on... Displaying histograms may also be an issue. Preferrably this would be LGPL or a similar license. So far I found only expensive commercial products. I would

Re: [Mono-list] server-sided concepts in Mono / ASP.NET vs. Java EE

2009-06-22 Thread Kristian Rink
Tom Opgenorth schrieb: [un-deployment] > Ah, okay. Yes, .NET will handle the situation in a similar fashion, so > you should be okay. Okay then, thanks a bunch for your answers (and your patience... :) ). I'm on my way now, gonna see where it takes me. Thanks again and all the best, Kristian