Re: [Mono-list] preferate build tool ?

2006-06-12 Thread Atsushi Eno
There is a great gap between used tools and preferred tools. I like mbuild (it is part of Google SoC) and rake ideas though I use make (as I have my libs only in mcs now). NAnt never built fine from its cvs. MSBuild is for those who use MS.NET that does not include me. MBuild handbook is a great

RE: SPAM-LOW: Re: [Mono-list] preferate build tool ?

2006-06-12 Thread Lee
> For ASP.NET there is no practical alternative, IMHO. > I'm curious. How have you found the ASP.net in mono? OS specifics aside (paths, etc) is it pretty much out of the box? Thanks Lee ___ Mono-list maillist - Mono-list@lists.ximian.com ht

Re: [Mono-list] Error 500 and 503 in Webservice running on mono

2006-06-12 Thread Andrew J Forgue
Arx Henrique wrote: Hi all I deploy a webservice in my machine, running over apache2-prefork and mod_mono. Works very well for a time, and then crash throw this message in the browser: What's in your apache error log? ___ Mono-list maillist - Mon

Re: [Mono-list] preferate build tool ?

2006-06-12 Thread Steve Deobald
At work we use Nant for all our ASP.NET projects. Depending on Visual Studio to build your projects makes it difficult for folks (or a build box) who don't have devenv.exe. This may not be an issue for you, but around here Nant proves to be much more practical. -Steve On 6/12/06, Peter Bradley

Re: [Mono-list] preferate build tool ?

2006-06-12 Thread Peter Bradley
Aaron Edwards wrote: Anything to stop one from using Visual Studio and then just copying dlls over? I agree with that. It's what I do, and I know that many other people do the same. For ASP.NET there is no practical alternative, IMHO. Peter ___

Re: [Mono-list] preferate build tool ?

2006-06-12 Thread Miguel de Icaza
Hello, > What build tool do you use and/or what is the preferred build tool for > Mono projects ? > And I know there are a couple of choices available ... GNU Make, Ant, > NAnt, Rake or MSBuild. I like make the most myself. MSBuild is not ready, I have never heard anyone using rake nor ant for

Re: [Mono-list] Re: Error 500 and 503 in Webservice running on mono

2006-06-12 Thread Arx Henrique
my error_log have the follow content: [Sun Jun 11 12:23:46 2006] [notice] Apache/2.0.55 (Ubuntu) mod_mono/1.1.10 configured -- resuming normal operations Another mod-mono-server with the same arguments is already running. Another mod-mono-server with the same arguments is already running. Another

Re: [Mono-list] preferate build tool ?

2006-06-12 Thread Néstor Salceda
El lun, 12-06-2006 a las 00:58 +0300, Alex Nedelcu escribió: > Hi guys, > > please help me out with this choice ... > > What build tool do you use and/or what is the preferred build tool for > Mono projects ? > And I know there are a couple of choices available ... GNU Make, Ant, > NAnt, Rake o

RE: [Mono-list] preferate build tool ?

2006-06-12 Thread Aaron Edwards
Anything to stop one from using Visual Studio and then just copying dlls over? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marek Sieradzki Sent: Monday, June 12, 2006 12:13 AM To: mono-list@lists.ximian.com Subject: Re: [Mono-list] preferate build tool

Re: AW: [Mono-list] MySql - ODBC

2006-06-12 Thread T Senganal
Hi > I Used the latest ODBC-Driver supplied from www.mysql.com > ->libmyodbc3.so > odbc.ini: > [wintime_sql] > Driver = MySQL ODBC 3.51 Driver There is a bug in mysql (#6536 and #11892) wherein, repeated invocation of init function corrupts the charset data and leads to a crash.. I think the

Re: [Mono-list] Anyone using FirebirdSQL Embedded?

2006-06-12 Thread marius popa
On 6/9/06, Lee Jenkins (DataTrakPOS) <[EMAIL PROTECTED]> wrote: I was wondering if anyone has successfully used the firebird data provider with embedded with mono/*ix? yes it's possible (maybe i should add it to the mono wiki) http://66.249.93.104/search?q=cache:http%3A//www.fbtalk.net/viewto

Re: [Mono-list] Problems serializing 'object' classes

2006-06-12 Thread Nikki Locke
Jonathan Gilbert wrote: > At 02:30 PM 09/06/2006 +0100, Nikki Locke wrote: > >"value" is a keyword in C#. > > It is not, actually. It is an implicitly-defined identifier within property > set and event add/remove accessors, but outside of those scopes, you are > free to use it however you wis

[Mono-list] Anyone using FirebirdSQL Embedded?

2006-06-12 Thread Lee Jenkins (DataTrakPOS)
I was wondering if anyone has successfully used the firebird data provider with embedded with mono/*ix? Thank you! Lee Jenkins ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] preferate build tool ?

2006-06-12 Thread Marek Sieradzki
Dnia 12-06-2006, pon o godzinie 00:58 +0300, Alex Nedelcu napisał(a): > Hi guys, > > please help me out with this choice ... > > What build tool do you use and/or what is the preferred build tool for > Mono projects ? > And I know there are a couple of choices available ... GNU Make, Ant, > NAn