Re: [Mono-list] Servers down at ximian?

2003-12-27 Thread Todd Berman
Not only are they aware of it, they are also RESPONSIBLE! ;) Ximian conducted a weekend office move, so some of the servers and services were down a bit, they should be back online now or soon :) --Todd On Sun, 2003-12-28 at 00:18, Roberto Jimeno wrote: > Some servers/services appear to me like

[Mono-list] Servers down at ximian?

2003-12-27 Thread Roberto Jimeno
Some servers/services appear to me like they have been working intermitently (v.g. http://bugzilla.ximian.com/) or even down (v.g. http://lists.ximian.com/) for the last few days. Is the fine people at ximian aware of this? Where should we report this kind of problem? (With bugzilla down, I guess

[Mono-list] wsdl (mono version) does not generate code

2003-12-27 Thread Pablo Fischer
Hi all! Well, I have a problem, I wrote a webservice in php (I love it) and tested it in wsdl (in Mono/Linux, the CVS version) and seems that this 'wsdl version' does not works, I get: $ wsdl http://ws.pablo.com.mx/bloggy.php?wsdl WSDL proxy generator v0.1 Fetching http://ws.pablo.com.mx/bl

Re: [Mono-list] Converting float to string for a MySQL db and internationalisation

2003-12-27 Thread Jaroslaw Kowalski
There's also "CultureInfo.InvariantCulture" that you may use. It is guaranteed to have dot as a decimal separator. BTW. Setting thread culture in this case is not a good idea. You shoule either use either of: 1. String.Format(CultureInfo.InvariantCulture, "INSERT INTO indexed VALUES({0:#.##});",

Re: [Mono-list] NAnt

2003-12-27 Thread Jaroslaw Kowalski
I'm using NAnt with Mono on Linux (Fedora Core 1) without any problems. I'm using mono CVS version and I generally update and rebuild mono every 2-3 days. The trick is to rebuild NAnt before first use. There's a makefile for this purpose. Just type "make" and it should work fine. In case you cann

ntRe: [Mono-list] NAnt

2003-12-27 Thread Gert Driesen
Pedro, The version of NAnt in mono cvs is an old version, which is no longer updated. You should definitely use the latest NAnt (available at http://nant.sourceforge.net). To build the latest version of NAnt on Mono, you should execute a "make clean", before doing a make as the NAnt distribution

Re: [Mono-list] Converting float to string for a MySQL db and internationalisation

2003-12-27 Thread yoros
On Sat, Dec 27, 2003 at 04:29:15PM +0100, Sergio Blanco Cuaresma wrote: > El sáb, 27-12-2003 a las 08:59, [EMAIL PROTECTED] escribió: > > On Fri, Dec 26, 2003 at 08:48:48PM +0100, Sergio Blanco Cuaresma wrote: > > > > > > I have a little problem and I don't know how to solve it in an elegant > > >

Re: [Mono-list] Converting float to string for a MySQL db and internationalisation

2003-12-27 Thread yoros
On Sat, Dec 27, 2003 at 04:29:15PM +0100, Sergio Blanco Cuaresma wrote: > El sáb, 27-12-2003 a las 08:59, [EMAIL PROTECTED] escribió: > > On Fri, Dec 26, 2003 at 08:48:48PM +0100, Sergio Blanco Cuaresma wrote: > > > > > > I have a little problem and I don't know how to solve it in an elegant > > >

[Mono-list] NAnt

2003-12-27 Thread Pedro Santos
Hi, I am having several dificulties running nant in Linux/Mono. The version in mcs throws a lot of exceptions, and I get several Win32 related errors when using the latest nant. Does anyone that use NAnt care to give some guidelines? Tanks. -- Pedro Santos "Si minor plus est ergo nihil sunt o

Re: [Mono-list] Converting float to string for a MySQL db and internationalisation

2003-12-27 Thread Sergio Blanco Cuaresma
El sáb, 27-12-2003 a las 08:59, [EMAIL PROTECTED] escribió: > On Fri, Dec 26, 2003 at 08:48:48PM +0100, Sergio Blanco Cuaresma wrote: > > > > I have a little problem and I don't know how to solve it in an elegant > > way, due to internationalisation (my locales are "[EMAIL PROTECTED]") when I > >

Re: [Mono-list] mod_mono, xsp and apache problem

2003-12-27 Thread Tiago Lima
Another option is to start mod-mono with apache user like this: sudo -u apache /usr/local/bin/mono /usr/local/bin/mod-mono-server.exe ... etc with the other params.. Now you dont need to change the socket permissions... :) On Friday 26 December 2003 20:22, Michael Ott wrote: > Hello Bab

Re: [Mono-list] Converting float to string for a MySQL db and internationalisation

2003-12-27 Thread yoros
On Fri, Dec 26, 2003 at 08:48:48PM +0100, Sergio Blanco Cuaresma wrote: > > I have a little problem and I don't know how to solve it in an elegant > way, due to internationalisation (my locales are "[EMAIL PROTECTED]") when I > convert from a float type to string the decimal separator is ",", that