Re: [Mono-dev] Mono Daily Downloads

2006-11-12 Thread Michael Schurter
Steve Deobald wrote: Rar isn't very free software friendly. 7-zip is, but its not very widespread yet. http://7-zip.org/ -- Michael Schurter ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo

Re: [Mono-dev] Mono Daily Downloads

2006-11-12 Thread Michael Schurter
Steve Deobald wrote: It's also Windows-only and uses a proprietary RAR plugin, as far as I know. 7-zip is very much cross-platform compatible. NSIS uses it (and it works in Linux), and Debian even has packages for it in Etch. 7z, as well as a number of other open source tools, can decompress

[Mono-dev] Patch to build trunk/stetic

2006-11-08 Thread Michael Schurter
Sorry if this is the wrong list for posting stetic patches. I was trying to build trunk/stetic today and had to make some small fixes to get it to build. I've attached a patch with the fixes. Michael Schurter Index: libstetic/editor/Flags.cs

Re: [Mono-dev] [Mono-devel-list] Operating System in C# Project

2006-10-31 Thread Michael Schurter
paper to be sure. :-) Although, I think we're trying to move this discussion to the new [EMAIL PROTECTED] I'm afraid this thread is dominating mono-devel. Sign up for the new list here: http://lists.sharpos.org/listinfo.cgi/sharpos-devel-list-sharpos.org -- Michael Schurter

Re: [Mono-dev] [Mono-list] SharpOS.org

2006-10-31 Thread Michael Schurter
Andrés G. Aragoneses [ knocte ] wrote: Michael Schurter escribió: Since the idea of a managed operating system has been discussed at length on the mono-devel-list, I went ahead and registered sharpos.org! I encourage anyone interested in developing a managed operating system to visit http

Re: [Mono-dev] [Mono-devel-list] Operating System in C# Project

2006-10-30 Thread Michael Schurter
to get things started. I hate to keep continuing this discussion on mono-devel as its pretty OT. Perhaps Miguel to give some advice on the first steps to starting this project as he's probably started more large-scale FOSS projects than anyone! -- Michael Schurter

[Mono-dev] SharpOS.org

2006-10-30 Thread Michael Schurter
://lists.sharpos.org/listinfo.cgi/sharpos-devel-list-sharpos.org -- Michael Schurter ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Managed DirectX

2006-10-25 Thread Michael Schurter
code. From the bottom of: http://www.mono-project.com/Contributing -- Michael Schurter ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] [Mono-list] Web Services using Mono ?

2006-10-15 Thread Michael Schurter
++ version 2.0. -- Michael Schurter ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] [Mono-list] Web Services using Mono ?

2006-10-15 Thread Michael Schurter
Wrong list. Sorry. -- Michael Schurter ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Call for release notes.

2006-10-11 Thread Michael Schurter
Miguel de Icaza wrote: www.go-mono.com/archive/1.1.18 I'm getting 403 Forbidden when I try to view the release notes for 1.1.18 and 1.1.17.2. The release notes for 1.1.13 ( .8) are both fine. -- Michael Schurter Synthesys Solutions ___ Mono

Re: [Mono-dev] nant console output doubled since corlib update

2006-10-06 Thread Michael Schurter
Gonzalo Paniagua Javier wrote: On Thu, 2006-10-05 at 15:50 -0500, Michael Schurter wrote: snip Now all of the console output from nant 0.85rc4 is doubled (prints twice). A simple HelloWorld program's output works as expected, so it might be a problem with nant. snip There's a patch

[Mono-dev] nant console output doubled since corlib update

2006-10-05 Thread Michael Schurter
version of mscorlib.dll. To make matters worse it also messes up my terminal (both PuTTY and gnome-terminal) so that key presses are not echoed locally. Very strange stuff. -- Michael Schurter Synthesys Solutions ___ Mono-devel-list mailing list Mono-devel

Re: [Mono-dev] Mono 1.2 or 1.somethingelse?

2006-10-04 Thread Michael Schurter
Miguel de Icaza wrote: I would even go as far as saying that we could feel confident that this could be called Mono 2.0, but 2.0 would have the unfortunate effect of confusing people regarding our .net 2.0 support. Agreed! So am thinking that maybe we could call this Mono 1.5, or

Re: [Mono-dev] Where do I start off??

2006-10-04 Thread Michael Schurter
using a package from your distribution or using the binaries from mono-project.com. Write a small Hello World! project, compile it with mcs, and run it with mono. -- Michael Schurter Synthesys Solutions ___ Mono-devel-list mailing list Mono-devel

Re: [Mono-dev] Where do I start off??

2006-10-04 Thread Michael Schurter
Andrés G. Aragoneses [ knocte ] wrote: Michael Schurter escribió: First of all, the mono list is a better place to start as mono-devel is for developer's working *on* (not *with*) Mono. According to [1], that's not strictly true. Citing the page: mono-devel-list: A mailing list

Re: [Mono-dev] [PATCH] 2 asp.net fixes [OT]

2006-09-20 Thread Michael Schurter
to do as you just make snapshot from a checkout instead of an export. Its something we've done internally at work. -- Michael Schurter Synthesys Solutions ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman

Re: [Mono-dev] [PATCH] Added Decimal.TryParse Methods

2006-09-11 Thread Michael Schurter
Michael Schurter wrote: Attached is a patch to implement the 2 Decimal.TryParse methods. I wrote very little new code. I turned Decimal.stripStyles into an internal Parse method that each Parse/TryParse method wraps. I stole the idea/structure from Double.cs. Just wondering

Re: [Mono-dev] [PATCH] Added Decimal.TryParse Methods

2006-09-11 Thread Michael Schurter
patch generated with svn diff from the mcs/ directory with a changelog entry added to mcs/class/corlib/System/ChangeLog. Hope this is better, -- Michael Schurter Synthesys Solutions Index: class/corlib/System/ChangeLog === --- class

Re: [Mono-dev] Nullable types and as operator

2006-09-11 Thread Michael Schurter
Miguel de Icaza wrote: Could you file a bug report for this? Done: http://bugzilla.ximian.com/show_bug.cgi?id=79371 -- Michael Schurter Synthesys Solutions ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com

[Mono-dev] Nullable types and as operator

2006-09-10 Thread Michael Schurter
uses the syntax: as int? or as bool? in a few key places. -- Michael Schurter Synthesys Solutions ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Debugger again

2006-09-07 Thread Michael Schurter
Hi Pablo, [EMAIL PROTECTED] wrote: I saw there is a new MD with lots of improvements. Does it already support debugging? No - http://www.monodevelop.com/FAQ#Can_I_get_the_Debugger_Addin_working_in_MonoDevelop.3F -- Michael Schurter Synthesys Solutions

[Mono-dev] [PATCH] Added Decimal.TryParse Methods

2006-09-06 Thread Michael Schurter
demographic transition to the Linux/Mono/Makefile/NUnit world, you would see more patches being submitted from those of us stuck using Microsoft products at work. Hope this helps, -- Michael Schurter Synthesys Solutions Index: mcs/class/corlib/System/Decimal.cs

Re: [Mono-dev] [PATCH] Added Decimal.TryParse Methods

2006-09-06 Thread Michael Schurter
thats painfully easy. This is btw, mentioned in the mcs/README file, I know, its not very obvious. My mistake. While it was frustrating to figure out how to build Mono, we are compiling a compiler, VM, class library, and support tools... not exactly simple stuff. -- Michael Schurter

Re: [Mono-dev] [PATCH] Added Decimal.TryParse Methods

2006-09-06 Thread Michael Schurter
or OpenOffice.org? Yikes. -- Michael Schurter Synthesys Solutions ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Error on 'make install' in latest SVN revision

2006-09-05 Thread Michael Schurter
gactool.exe unable to install 2.0 assemblies. This change should probably be reverted until someone integrates a 2.0 gacutil.exe into the build system. Probably old news, but it works for me in r64927. -- Michael Schurter Synthesys Solutions ___ Mono

Re: [Mono-dev] xsp2 on debian

2006-09-01 Thread Michael Schurter
is why today I built everything Mono related from source. I'm happy to report xsp2 from the svn-trunk seems to work fine. The Debian Mono Group is doing an excellent job packaging Mono for Etch, so I have no idea why this bug has stayed open for so long. -- Michael Schurter Synthesys Solutions

Re: [Mono-dev] Server Application

2006-08-07 Thread Michael Schurter
any problems with it in some time. There have been reports of users frustrated when running mod_mono/xsp in high traffic/high availability environments, but the Mono team always seems eager to help debug. This discussion is probably better suited for the plain mono list. -- Michael Schurter

Re: [Mono-dev] SPAM-LOW: Application Portability Guidelines.

2006-07-31 Thread Michael Schurter
# is preferred: 1. GTK+ which GTK# is based on is already a stable cross-platform GUI. 2. For those fearful of Microsoft's influence and patents, GTK is the obvious choice. (I guess the 1.1 sub-reason would be that SWF/MWF is much buggier in Mono than GTK#) -- Michael Schurter Synthesys Solutions

Re: [Mono-dev] We want to contribute

2006-07-17 Thread Michael Schurter
Piotr Zurek wrote: Andrés G. Aragoneses [ knocte ] wrote: My personal opinion is that the best priority should be to finish the port of MonoDevelop to Windows. Instead of porting things back and forth (MD was started as SharpDevelop port) it would be just great if the contribution would

Re: [Mono-dev] FAMWatcher race condition patch

2006-04-11 Thread Michael Schurter
dying, etc. Its exciting to see places where Mono is surpassing .Net's functionality and stability. Michael Schurter ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Mono is crossplatform ?

2006-04-03 Thread Michael Schurter
point them to that EXE as an example app. Just a thought... Michael Schurter ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Re: What would you like to see in Mono?

2006-03-30 Thread Michael Schurter
the current spec here: http://refspecs.freestandards.org/LSB_3.1.0/LSB-Core-generic/LSB-Core-generic/book1.html Michael Schurter ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] What would you like to see in Mono?

2006-03-29 Thread Michael Schurter
Miguel de Icaza wrote: What would be the top feature you would like to see in Mono? more monkeys please. ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Binary output?

2006-03-09 Thread Michael Schurter
/Supported_Platforms Thanks, Your welcome. Scott Huey Michael Schurter ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] HttpWorkerRequest

2006-01-19 Thread Michael Schurter
HeaderFrom; left unchanged? Won't it be unreachable since the header string is now parsed as all lower case letters? Michael Schurter ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel