Re: [Mono-list] Re: DotNetNuke on Mono (Windows)

2004-11-20 Thread Jambunathan Jambunathan
I look at next? Quoting Jambunathan Jambunathan [EMAIL PROTECTED]: Hello Michael All you need to do is folow the instructions mentioned in the two links below. http://www.mono-project.com/contributing/anoncvs.html http://www.mono-project.com/contributing/compiling.html Once you are able

Re: [Mono-list] New to Mono and Want to help

2004-10-25 Thread Jambunathan Jambunathan
Ryan I want to start working on the Microsoft.visualbasic class. Thanks a lot. Kindly post all future VB related communications to mono-vb list: http://lists.ximian.com/mailman/listinfo/mono-vb How can I build and run the unit test for just that class? General information regarding test

Re: [Mono-list] Re: DotNetNuke on Mono (Windows)

2004-10-25 Thread Jambunathan Jambunathan
Hello Michael All you need to do is folow the instructions mentioned in the two links below. http://www.mono-project.com/contributing/anoncvs.html http://www.mono-project.com/contributing/compiling.html Once you are able to successfully build mono and mcs tree you are all set. If you run in

Re: [Mono-list] VB.NET compiler now 20 times faster !

2004-10-21 Thread Jambunathan Jambunathan
Sijmen I just plugged in the code for the negative cache that caches the failed type lookups from referenced assemblies in Typemanager.cs. I would suspect that this negative cache was introduced in to mcs code base much after mbas was forked off from it. So the credit should go to the mcs

[Mono-list] VB.NET compiler now 20 times faster !

2004-10-20 Thread Jambunathan Jambunathan
Hello, fellow users and enthusisasts, Mono's VB.NET compiler is now 20 times faster. Check it out from CVS today and let us know what you find. Regards, Jambunathan K. ___ Mono-list maillist - [EMAIL PROTECTED]

[Mono-list] #monobasic channel on Gimpnet

2004-10-19 Thread Jambunathan Jambunathan
Thanks to the initiative of the Mono Brazil team ( http://monobasic.sl.org.br/) we now have a channel where monobasic could be discussed. - #monobasic on Gimpnet Do drop by and say to Hi to the fellow

Re: [Mono-list] Language Clarification

2004-10-13 Thread Jambunathan Jambunathan
mbas is awfully slow right now (fair enough considering that mbas is an alpha code) and is tortoise when compared to mcs. So this is one reason why a page coded in VB has some trouble being rendered. As an afterthought, if you really need to see your VB.NET coded ASP page running modified,

RE: [Mono-list] VB? Or just C#?

2004-10-09 Thread Jambunathan Jambunathan
Donahue It would help us a lot if you could send across the error page returned by the server or better still your aspx pages. So I can only make a guess what the problem could be. Error message: (0,0) : error : THIS IS STILL ALPHA AND UNSUPPORTED SOFTWARE, USE AT YOUR OWN RISK.

RE: [Mono-list] conversions

2004-10-08 Thread Jambunathan Jambunathan
Thanks a lot for an enlightening conversation. I have created the folowing bug report to keep track of the same. http://bugzilla.ximian.com/show_bug.cgi?id=67810 Regards, Jambunathan K. Jonathan Gilbert [EMAIL PROTECTED] 10/08/04 5:05 AM At 06:57 AM 06/10/2004 -0400, Jonathan Pryor

Re: [Mono-list] conversions

2004-09-26 Thread Jambunathan Jambunathan
Hey Richard This is definitely odd. Could you point us to the offending code or better still could you please submit a test report in bugzilla with a test case. Regards, Jambunathan K. Richard Polton [EMAIL PROTECTED] 09/24/04 4:04 PM Hi, I was browsing the source code for Conversions.cs

[Mono-list] Re: Installation On linux

2004-08-26 Thread Jambunathan Jambunathan
Rohit If you are in Bangalore, Novell Bangalore is planning for a Gnome/Mono related event sometime mid September. Watch this space for the announcements. http://www.gnomebangalore.org/ Regards, Jambunathan K. Rohit K Gupta [EMAIL PROTECTED] 8/25/2004 4:02:43 PM Also the mono web server

Re: [Mono-list] asp.net using vb under mono

2004-08-09 Thread Jambunathan Jambunathan
Mono's VB.NET compiler (mbas) is currently a preview code (pre-ALPHA) only and it is under active development. So I suggest that you keep monitoring the [EMAIL PROTECTED] for the progree in this front. Fyi, we intend to make mbas production ready by mono 1.2 timeframe. Regards, Jambunathan K.

RE: [Mono-list] Class status page

2004-07-27 Thread Jambunathan Jambunathan
Duncan I could see two links 1.0 Class Status and 2.0 Class Status. But there seems to be no page content under those links. Regards, Jambunathan K. Duncan Mak [EMAIL PROTECTED] 7/28/2004 1:03:27 AM On Tue, 2004-07-27 at 14:10, [EMAIL PROTECTED] wrote: And automatic updating (every hour

[Mono-list] Mono/Mcs Install on Cygwin/XP ( for first timeusers )

2004-07-10 Thread Jambunathan Jambunathan
This mail is purely to document and bring out the issues that I have encountered while installing mono/mcs/mbas on Cygwin over XP. With good pointers from Atsushi I was able to get HelloWorld program to be compiled and executed with both mcs and mbas within Cygwin environment. This is the patch

[Mono-list] Fwd: [mono-vb] VB Parser realeased

2004-06-16 Thread Jambunathan Jambunathan
Just as some Heads up ! Eric Mutta [EMAIL PROTECTED] 6/15/2004 9:55:36 PM Hi All, In case any of you don't read Paul Vick's blog, he's just realeased a fully functional VB parser on GDN: http://www.gotdotnet.com/Community/Workspaces/workspace.aspx?id=d8da92aa-354c-4bb0-8e9b-e4763b49a0e3 I