[Mono-dev] test/html/button.aspx failes with xsp 1.1.9

2005-09-16 Thread Jens Peters
Hello, I just installed mono/xsp 1.1.9. Its looking really cool so far, a lot of strange things with the old xsp are gone!! Gongratulations. But I'm facing the same problem as described here: http://lists.ximian.com/pipermail/mono-devel-list/2005-September/014639.html The sample provided in

Re: [Mono-dev] Re: [Mono-devel-list] TimeStamp support on oracle...

2005-09-16 Thread Daniel Morgan
Hello Hubert, Hmmm... I never did try filling a data set with a timestamp. Only selecting and inserting via a parameter. Internally, OracleDateTime uses a System.DateTime. This should change. We should separate the various parts in OracleDateTime. I will look into System.DateTime to see how its

Re: [Mono-dev] Checking out sources

2005-09-16 Thread Johann BLAIS
I'm definitly stupid... i forgot to configure the proxy settings... I'm sorry. Anyway, thanks a lot for your answers. Johann. Jörg Rosenkranz a écrit : Hi Johann, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Johann BLAIS I'm desperately

Re: [Mono-dev] Calling Oracle package with output ref cursor parameter

2005-09-16 Thread Daniel Morgan
There is no support for REF CURSOR in Mono's OracleClient. It is something I want to do though. Many types default to a VARCHAR or String if there is no support for it. Output parameters work for other types though, such as, varchar, numeric, date, etc... I still need to get TIMESTAMP and

[Mono-dev] TimeZone/RegionInfo patches

2005-09-16 Thread Atsushi Eno
Hi, I made a set of patches for a few globalization related stuff. 1) native TimeZone name support. Now it returns native names as long as they are provided by the locale-builder. Am also planning to update locale data to the latest version of CLDR (it has much more timezone names than existing

[Mono-dev] compiling debugger cant find termcap library on Suse 9.2

2005-09-16 Thread Joe Audette
Hi All, ./autogen.sh --pfrefix=/usr in debugger folder from svn I get this checking for termcap.h... no checking termcap/termcap.h usability... yes checking termcap/termcap.h presence... yes checking for termcap/termcap.h... yes checking whether time.h and sys/time.h may both be included...

Re: [Mono-dev] Checking out sources

2005-09-16 Thread Johann BLAIS
I'm indeed firewalled, i know i can ssh an external host. That is why i asked if there were an anonymous user for checking out the sources with ssh protocol. Thanks. Jonathan S. Chambers a écrit : Or try: svn co svn://svn.myrealbox.com/source/trunk/mcs if the difference matters. I don't

Re: [Mono-dev] [Patch] AssemblyName ctor (with corrections)

2005-09-16 Thread Carlos Alberto Cortez
Hey Paolo, Thanks for the comments. Carlos. El mié, 14-09-2005 a las 20:45 +0200, Paolo Molaro escribió: On 09/01/05 Carlos Alberto Cortez wrote: Index: AssemblyName.cs === --- AssemblyName.cs (revisión: 48811) +++