[Mono-devel-list] Characters soap serialization question

2005-06-26 Thread Roei Erez
The serialization results of System.Char objects are different between mono platofrm and ms.net platform. The difference occurs only when the characte contains high values like 'char.MaxValue'. Does anyone know how the serialization result should be , when dealing with these values? __

[Mono-devel-list] patch for nunit support for xmlconf

2005-06-26 Thread Andrew Skiba
Hello. Please review the applied patch, if noone objects, I will apply it tomorrow. Andrew. Index: ChangeLog === --- ChangeLog (revision 46515) +++ ChangeLog (working copy) @@ -1,3 +1,9 @@ +2005-06-26 Andrew Skiba <[EMAIL PROT

RE: [Mono-devel-list] patch for nunit support for xmlconf

2005-06-26 Thread RafaelMizrahi
Hi Eno, * We (Rafi and Andrew) have added NUnit "Suite" integration to the xmlconf stand_alone xmlconf suite. http://www.nunit.org/suite.html The integration dynamically adds tests into a NUnit suite. * This NUnit feature is excellent for such case, that you have a single "test" with allot of inpu

Re: [Mono-devel-list] patch for nunit support for xmlconf

2005-06-26 Thread Atsushi Eno
Andrew Skiba wrote: Hello. Please review the applied patch, if noone objects, I will apply it tomorrow. You need more explanation. No one would understand what "add nunit support" exactly does. If it is kind of thing that reports "failure" in case of fixed bugs (saying "remove A,B,C from lis

Re: spam: suspected: Re: [Mono-devel-list] patch for nunit support for xmlconf

2005-06-26 Thread Andrew Skiba
Atsushi Eno wrote: > (Also note that you are saying "I gave you full Sunday for patch > review" which is kinda zero day attack :-S) Can't stop laughing. "Zero day attack" sounds good. I thought, I have your permission to commit to the W3C directory without review. And then, I did not say I will

Re: spam: suspected: Re: [Mono-devel-list] patch for nunit support for xmlconf

2005-06-26 Thread Atsushi Eno
Andrew Skiba wrote: Atsushi Eno wrote: > (Also note that you are saying "I gave you full Sunday for patch > review" which is kinda zero day attack :-S) Can't stop laughing. "Zero day attack" sounds good. What if I posted changes on your works on Thursday evening for you, while I know you guy

Re: spam: suspected: Re: [Mono-devel-list] patch for nunit support for xmlconf

2005-06-26 Thread Andrew Skiba
Atsushi Eno wrote: If you didn't need any comments, then you could just commit things. But since you didn't do that, then what you asked is all readers' comments. I'm just a reader here, without mentioning any kind of "permission" and I think your way of answering is weird. No? Of course, I wa

RE: [Mono-devel-list] Contributing Mainsoft System.Web test suite

2005-06-26 Thread RafaelMizrahi
Hi Gonzalo, Any news regards the System.Web test suite? I will be at Out Of the Office at Microsoft TechEd for 4-8 July, So you can ask Vladimir (has no SVN write) for any help you need. rafi Mainsoft SDE/T -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

RE: spam: suspected: Re: [Mono-devel-list] patch for nunit supportfor xmlconf

2005-06-26 Thread RafaelMizrahi
Hi Eno, So, what is you opinion regards the W3C CONF, NUnit integration? Because we wish to do the same with XSLT test suite. Just to make my intentions, visible: Our QA overall goal is to have a unified integrated NUnit reporting system. A report system with history and regression reports, (and

RE: [Mono-devel-list] Contributing Mainsoft System.Web test suite

2005-06-26 Thread Miguel de Icaza
Hello! > How can I send you the zip files? Since it is approximately 11MB, ximian > mail server rejects the email. We had a joint FTP site recently, could you upload the test suite there, and Gonzalo can take it from there? Or could you put the files up on an http server that we can use to downl

Re: [Mono-devel-list] Re: [Gtk-sharp-list] MonoDevelop Lite

2005-06-26 Thread Miguel de Icaza
Hello, > gecko-sharp is barely used honestly. And even though we *could* remove > it, we would end up adding it back eventually for asp.net support. My feeling is that as the project matures, the dependency on gecko-sharp will increase. There are many uses for it in an IDE. For instance, the "S

Re: [Mono-devel-list] Indentation (was: Reworked Patch of Timer)

2005-06-26 Thread Miguel de Icaza
> > * Please follow the mono coding guidelines > > (http://mono-project.com/Coding_Guidelines) > > I took a chance to read these guidelines as well. Since I've been using > 4-space tab for all this time, I guess I should switch to 8, even though > they seem a bit to many... Is there

Re: [Mono-devel-list] [PATCH] issue with libmono.so and dlopen

2005-06-26 Thread Miguel de Icaza
Hello, Did you compile your own Mono? You might want to disable the TLS support in your Mono to work around these issues. > Hi, > > I ran into a problem with dlopen and libmono.so. It appears > that the one and only __thread variable of libgc will > get the tls-model "global-dynamic", which

Re: spam: suspected: Re: [Mono-devel-list] patch for nunit support for xmlconf

2005-06-26 Thread Atsushi Eno
Andrew Skiba wrote: Atsushi Eno wrote: If you didn't need any comments, then you could just commit things. But since you didn't do that, then what you asked is all readers' comments. I'm just a reader here, without mentioning any kind of "permission" and I think your way of answering is weird.

[Mono-devel-list] Re: [PATCH] issue with libmono.so and dlopen

2005-06-26 Thread Robert Jordan
Miguel, Did you compile your own Mono? You might want to disable the TLS support in your Mono to work around these issues. I do that all the time, but I cannot expect this from my users. Plugin scenarios like program -> plugin.so -> libmono.so don't work at present, unless "progr

[Mono-devel-list] Guidelines: Application Deployment; Feedback requested.

2005-06-26 Thread Miguel de Icaza
Hello, I have written a small document with some guidelines on deploying applications, and would like to get people's feedback about what is missing and what can be clarified: http://mono-project.com/Guidelines:Application_Deployment Miguel. ___

Re: [Mono-devel-list] Guidelines: Application Deployment; Feedback requested.

2005-06-26 Thread Ben Maurer
Hey, On Sun, 2005-06-26 at 15:30 -0400, Miguel de Icaza wrote: > Your C# should reference its data files using the following code > snippet: > > string base_directory = System.AppDomain.CurrentDomain.BaseDirectory; > > Then you can do things like: > >string splash_file = base_directory

[Mono-devel-list] MOZILLA_FIVE_HOME ?

2005-06-26 Thread John Bailo
I installed monodevelop with the generic installer, since I could get rug to do so. Now, when I run monodevelop from the command line it reports: Cannot find mozilla installation directory. Please set MOZILLA_FIVE_HOME to your mozilla directory. So, in my .profile I put an export after the ex

Re: [Mono-devel-list] MOZILLA_FIVE_HOME ?

2005-06-26 Thread Bas Westerbaan
I guess it *must* be mozilla On my system: MOZILLA_FIVE_HOME="/usr/lib /mozilla" Guess you should install mozilla On 6/26/05, John Bailo <[EMAIL PROTECTED]> wrote: I installed monodevelop with the generic installer, since I could get rug todo so.Now, when I run monodevelop from the command lin

Re: [Mono-devel-list] MOZILLA_FIVE_HOME ?

2005-06-26 Thread John Bailo
Thanks! That lets me launch it, but I notice on startup a series of error messages: [EMAIL PROTECTED]:~> monodevelop /home/jbailo/mono-1.1.8.1/bin/monodevelop: line 38: [: too many arguments node `monohb' is not defined on the documentation map 2005-06-26 13:54:06,952 [1075983008] INFO MonoDev

[Mono-devel-list] monodevelop shutdown when trying to add reference

2005-06-26 Thread John Bailo
Using monodevelop with Suse 9.2, when I try to add a reference, by clicking on a checkbox, the application shuts down.Here are the errors seen when I run it via the command line: [EMAIL PROTECTED]:~> cd mono-1.1.8.1/ [EMAIL PROTECTED]:~/mono-1.1.8.1> monodevelop /home/jbailo/mono-1.1.8.1/bi

Re: [Mono-devel-list] MOZILLA_FIVE_HOME ?

2005-06-26 Thread Bas Westerbaan
Glad it worked, I get warnings all the time in the command line, this doesn't mean it is necesarily broken, but rather that it still is a 0.* version. Although you seem to have a few more than me though these are mine: 2005-06-26 23:14:53,328 [16384] INFO  MonoDevelop.Services.ILoggingService [

Re: [Mono-devel-list] monodevelop shutdown when trying to add reference

2005-06-26 Thread Bas Westerbaan
Hello, Did you install the latest version of mono develop and mono, compiled from source?On 6/26/05, John Bailo <[EMAIL PROTECTED] > wrote:Using monodevelop with Suse 9.2, when I try to add a reference, by clicking on a checkbox, the application shuts down.Here are the errors seen when Irun

Re: [Mono-devel-list] monodevelop shutdown when trying to add reference

2005-06-26 Thread Ben Maurer
On Sun, 2005-06-26 at 14:14 -0700, John Bailo wrote: > Using monodevelop with Suse 9.2, when I try to add a reference, by clicking > on > a checkbox, the application shuts down.Here are the errors seen when I > run it via the command line: > > [EMAIL PROTECTED]:~> cd mono-1.1.8.1/ > [EMAIL

Re: [Mono-devel-list] monodevelop shutdown when trying to add reference

2005-06-26 Thread John Bailo
On Sunday 26 June 2005 14:38, Ben Maurer wrote: > Really, rpm is the best way to get stuff working. The installer is never > going to work as nicely as rpms. I realize we don't have the SUSE 9.2 > rpms. But once we get those, its the way to go. I tried using the rpms, but the number of dependency

Re: [Mono-devel-list] monodevelop shutdown when trying to add reference

2005-06-26 Thread John Bailo
On Sunday 26 June 2005 14:18, Bas Westerbaan wrote: > Hello, > > Did you install the latest version of mono develop and mono, compiled from > source? No, I tried three methods: 1) Rug. Did not install gtksharp or monodevelop. 2) RPMS. Could not get the gtk or monodevelop package to install be

Re: [Mono-devel-list] monodevelop shutdown when trying to add reference

2005-06-26 Thread Ben Maurer
On Sun, 2005-06-26 at 15:01 -0700, John Bailo wrote: > On Sunday 26 June 2005 14:38, Ben Maurer wrote: > > > Really, rpm is the best way to get stuff working. The installer is never > > going to work as nicely as rpms. I realize we don't have the SUSE 9.2 > > rpms. But once we get those, its the w

Re: [Mono-devel-list] Guidelines: Application Deployment; Feedback requested.

2005-06-26 Thread Marcus
I remember that MSBuild originally did not use the GAC. Then they changed their minds. A brief summary of the situation is given in http://channel9.msdn.com/wiki/default.aspx/MSBuild.MsbuildAssembliesInTheGac. I do wish that they had elaborated on the problems that putting the assemblies in the

Re: [Mono-devel-list] Guidelines: Application Deployment; Feedback requested.

2005-06-26 Thread Miguel de Icaza
Hello, > How about putting "$@" after to pass arguments? We could also give it in > the form so that it can be created by configure: Fixed. > Of course, one other advantage of non-gac'd installs is that they are > more relocatable. In fact, you could do xcopy deploy that way. It really > only ma

[Mono-devel-list] Did mono implement the RemotelyDelegatableObject ?

2005-06-26 Thread John Bailo
When I compile my console app: [EMAIL PROTECTED]:~/Projects/ChatClient> mcs ChatClient.cs /r:System.Runtime.Remoting.dll ChatClient.cs(73) error CS0246: Cannot find type 'RemotelyDelegatableObject' Compilation failed: 1 error(s), 0 warnings [EMAIL PROTECTED]:~/Projects/ChatClient>

Re: [Mono-devel-list] Guidelines: Application Deployment; Feedback requested.

2005-06-26 Thread Ben Maurer
On Sun, 2005-06-26 at 20:47 -0400, Miguel de Icaza wrote: > > Some other things that might be worth talking about: > > > > * Storing application settings (how to use S.Environment to get a > > location for preferences. Having both global and per user prefs) I guess the options are

Re: [Mono-devel-list] Omnipresent Missing Class

2005-06-26 Thread Miguel de Icaza
Hello, > It appeared when I first upgraded from 1.1.7 to 1.1.8. I thought this > was an odd error, and so I tried 1.1.8.1. It remained. Since then > I've tried Meebey's 1.1.8 and 1.1.8.1 DEBs, compiling 1.1.8 and > 1.1.8.1 from source, using the 1.1.7 DEB from hoary-backports, and > reverting t

[Mono-devel-list] Reminder, charter of this mailing list.

2005-06-26 Thread Miguel de Icaza
Hello, The mono-devel mailing list is a mailing about developing Mono and programming with Mono. Please try to keep the discussions technical. There have been some discussions in the last few weeks which are marginally related and which are better discussed on the more lax mono-list mailin

Re: [Mono-devel-list] Guidelines: Application Deployment; Feedback requested.

2005-06-26 Thread Todd Berman
On Sun, 2005-06-26 at 21:41 -0400, Ben Maurer wrote: > On Sun, 2005-06-26 at 20:47 -0400, Miguel de Icaza wrote: > > > > Some other things that might be worth talking about: > > > > > > * Storing application settings (how to use S.Environment to get a > > > location for preferences.

Re: [Mono-devel-list] Guidelines: Application Deployment; Feedback requested.

2005-06-26 Thread Kornél Pál
I have written a small document with some guidelines on deploying applications, and would like to get people's feedback about what is missing and what can be clarified: string splash_file = base_directory + Path.PathSeparator + "splash.jpg"; Path.Combine should be used instead because it en

RE: [Mono-devel-list] Reminder, charter of this mailing list.

2005-06-26 Thread Peter De Jager
My apologies. Pete. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Miguel de Icaza Sent: Monday, June 27, 2005 04:11 To: [EMAIL PROTECTED] Subject: [Mono-devel-list] Reminder, charter of this mailing list. Hello, The mono-devel mailing list is a m

RE: [Mono-devel-list] C# Threading : libgcc_s.so.1 must beinstalled for pthread_cancel to work

2005-06-26 Thread prashanth.kalvala
Hi Miquel, We installed mono using RPM. Regards Prashanth -Original Message- From: Miguel de Icaza [mailto:[EMAIL PROTECTED] Sent: Friday, June 24, 2005 11:54 PM To: Prashanth Kalvala (WT01 - E-ENABLING) Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-devel-list] C# Threading :