Re: [Mono-list] Mono: Post 1.0 plans and development update.

2004-07-15 Thread Stuart Ballard
. -- Stuart Ballard, Senior Web Developer NetReach, Inc. (215) 283-2300, ext. 126 http://www.netreach.com/ ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] IKVM+Rhino=JS for mono?

2004-06-17 Thread Stuart Ballard
he future. (Of course, you can use System.Reflection.Emit directly from Java code to make the CIL generator simpler to write) Obviously I can't tell you what to do, and like I said, I don't have time to work on this myself. I can only suggest what I think would save you some work... Stuart. --

[Mono-list] IKVM+Rhino=JS for mono?

2004-06-17 Thread Stuart Ballard
being worked on at the moment. Worst case, we end up with two high-quality ECMAScript implementations to choose between :) Stuart. -- Stuart Ballard, Senior Web Developer NetReach, Inc. (215) 283-2300, ext. 126 http://www.netreach.com/ ___ Mono-list

Re: [Mono-list] Preview packages for windows?

2004-06-16 Thread Stuart Ballard
ually? Presumably I would need gmcs.exe and a bunch of 2.0-profile dlls in my GAC - perhaps I could download all those things separately and gacutil them into place? Stuart. -- Stuart Ballard, Senior Web Developer NetReach, Inc. (215) 283-2300, ext. 126 http://www.netreac

Re: [Mono-list] C# plugin for eclipse

2004-06-16 Thread Stuart Ballard
ally asked sounded a lot like "what features do you want?". It's unsurprising that the answers focused on advanced features. "I want it to *work*" is kind of implied...) Stuart. -- Stuart Ballard, Senior Web Developer NetReach, Inc. (215) 283-230

[Mono-list] Portably getting the keyboard state in Windows.Forms?

2004-06-11 Thread Stuart Ballard
the same problem applies, of course). Is there a way to do this on Mono's WinForms at all? If so, is it portable to the MS .NET framework too? Thanks, Stuart. -- Stuart Ballard, Senior Web Developer NetReach, Inc. (215) 283-2300, ext. 126 http://www.netreach.com/ ___

Re: [Mono-list] New web site up

2004-06-11 Thread Stuart Ballard
the teaser text. Stuart. -- Stuart Ballard, Senior Web Developer NetReach, Inc. (215) 283-2300, ext. 126 http://www.netreach.com/ ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] Preview packages for windows?

2004-06-03 Thread Stuart Ballard
fy my cravings ;) (If it's in the current installer, I couldn't find it - there doesn't seem to be any option for a 'custom install' or anything) Stuart. -- Stuart Ballard, Senior Web Developer NetReach, Inc. (215) 283-2300, ex

[Mono-list] Managed disassembler?

2004-04-26 Thread Stuart Ballard
to research.microsoft.com (so unlikely to be Free Software). Anyone have any other suggestions? Thanks, Stuart. -- Stuart Ballard, Senior Web Developer NetReach, Inc. (215) 283-2300, ext. 126 http://www.netreach.com/ ___ Mono-list maillist - [EMAIL PROT

Re: [Mono-list] Implementing "sandbox" security using Mono

2004-04-20 Thread Stuart Ballard
gh and by default I'd have to be pretty restrictive (nothing in System.Xml in case it tries to use WriteXml, etc). Still, it might be worth it if otherwise I'm faced with being insecure until 2005. Contributions welcomed ;-) Unfortunately I think that since I can't yet even figure out h

[Mono-list] Implementing "sandbox" security using Mono

2004-04-20 Thread Stuart Ballard
AppDomain unloading. But I don't know what the current state is, how badly they affect my needs, or how soon they are expected to be fully complete. The Mono roadmap paints a depressing picture of Mono's CAS capabilities - is that still true? And are there any workarounds? Tha

[Mono-list] ANN: NRobot 0.12 released

2004-04-19 Thread Stuart Ballard
ading robots and loading a newer version without closing down the GUI. In order to make this work, Mono will need working AppDomain.Unload functionality. By the way, patches or advice on how to implement these things from anyone who understands AppDomains and .NET security would be much appreciated.

[Mono-list] Use of mailing list for announcements

2004-04-19 Thread Stuart Ballard
Is it considered acceptable to post announcements of projects that are developed for mono on this list? Thanks, Stuart. -- Stuart Ballard, Senior Web Developer NetReach, Inc. (215) 283-2300, ext. 126 http://www.netreach.com/ ___ Mono-list maillist

Re: [Mono-list] Mono 0.31 segfault

2004-04-15 Thread Stuart Ballard
tuart. -- Stuart Ballard, Senior Web Developer NetReach, Inc. (215) 283-2300, ext. 126 http://www.netreach.com/ ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Mono 0.31 segfault

2004-04-15 Thread Stuart Ballard
th-nptl=no to fix the bug? Thanks, Stuart. -- Stuart Ballard, Senior Web Developer NetReach, Inc. (215) 283-2300, ext. 126 http://www.netreach.com/ ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] Re: The Mauve unicode testcase and VM performance

2004-04-13 Thread Stuart Ballard
h as System.dll and System.Xml.dll. CC'ing mono-list for any insight they might have into why (or why not) you might want to AOT the platform libraries... Stuart. -- Stuart Ballard, Senior Web Developer NetReach, Inc. (215) 283-2300, ext. 126 http://www.netreach.com/ __

[Mono-list] Mono 0.31 segfault

2004-04-13 Thread Stuart Ballard
ks, Stuart (thinking about upgrading his kernel now...). -- Stuart Ballard, Senior Web Developer NetReach, Inc. (215) 283-2300, ext. 126 http://www.netreach.com/ ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Re: [Mono-devel-list] C#isms in CodeDom core and other bugs - willing to fix

2004-03-31 Thread Stuart Ballard
y what Type you expect a CodeExpression to evaluate to. Absolutely. Glad to see you on board! I have a preliminary patch but I haven't tested it yet. I'll send it as soon as I do. Let me have a guess. Starts with 'J' and ends with 'ava' Good guess! :) Stuart. -- Stuart Ballard, Senior Web Developer NetReach, Inc. (215) 283-2300, ext. 126 http://www.netreach.com/ ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] C#isms in CodeDom core and other bugs - willing to fix

2004-03-29 Thread Stuart Ballard
t least among Mono developers and users. Thanks, Stuart. [1] Can you imagine what that language could *possibly* be? ;) -- Stuart Ballard, Senior Web Developer NetReach, Inc. (215) 283-2300, ext. 126 http://www.netreach.com/ ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] C#isms in CodeDom core and other bugs - willing to fix

2004-03-26 Thread Stuart Ballard
qualifies as "Mono related". Plus it's an excellent project that deserves more publicity than it gets, and Monologue is one small way to raise its profile, at least among Mono developers and users. Thanks, Stuart. [1] Can you imagine what that language could *possibly* be? ;)

[Mono-list] CodeDom testcases/examples

2004-03-24 Thread Stuart Ballard
supercede some of the tests in mcs/class/System/Tests altogether (just auto-enumerate all the languages defined in machine.config and run this testsuite against each one). Stuart. -- Stuart Ballard, Senior Web Developer NetReach, Inc. (215) 283-2300, ext. 126 http://www.netreach.com

Re: [Mono-list] bootstrapping mono with free software?

2004-03-23 Thread Stuart Ballard
#x27;s? Stuart. -- Stuart Ballard, Senior Web Developer NetReach, Inc. (215) 283-2300, ext. 126 http://www.netreach.com/ ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Mono and Patents....

2004-03-15 Thread Stuart Ballard
e doubt that he's just having a bad day today, or just fed up with this issue, but I still think that in this thread he's in the wrong. Just because he's Miguel, doesn't mean he's always right. (Isn't one of the corners

Re: [Mono-list] Compiling egg-chicken libraries

2004-02-26 Thread Stuart Ballard
or for each class by hand. Depending on your circumstances, that may or may not be a killer problem. Stuart. -- Stuart Ballard, Senior Web Developer NetReach, Inc. (215) 283-2300, ext. 126 http://www.netreach.com/ ___ Mono-list maillist - [EMAIL PROTECTED]

Re: [Mono-list] Compiling egg-chicken libraries

2004-02-26 Thread Stuart Ballard
solution to this problem might help nrdo too. Unfortunately, IObjectCreator is the best I can come up with. Stuart. -- Stuart Ballard, Senior Web Developer NetReach, Inc. (215) 283-2300, ext. 126 http://www.netreach.com/ ___ Mono-list maillist - [EMAIL PROTECTED]

Re: [Mono-list] A Problem with XSP

2004-02-24 Thread Stuart Ballard
of every time mono is run? Or just have all mono processes completely independent (no .wapi directory at all) by default unless you explicitly specify a parameter to turn on the sharing? Stuart. -- Stuart Ballard, Senior Web Developer NetReach, Inc. (215) 283-2300, ext. 12

Re: [Mono-list] Docs as plain HTML

2004-02-12 Thread Stuart Ballard
board). It can just barely support HTML, by using Lynx... So even if I can use monodoc, that only helps if monodoc can spew out static HTML, which I don't think it can... can it? (I can't find any monodoc docs - how ironic ;) ) Stuart. -- Stuart Ballard, Senior Web Developer

[Mono-list] Docs as plain HTML

2004-02-12 Thread Stuart Ballard
Is there any way to get (a subset of) the docs from http://www.go-mono.com:8080/ as plain HTML that could be saved for offline use? Thanks, Stuart. -- Stuart Ballard, Senior Web Developer NetReach, Inc. (215) 283-2300, ext. 126 http://www.netreach.com

[Mono-list] Double-buffered graphics solutions in mono

2004-02-12 Thread Stuart Ballard
actually going to work with recent mono, despite the libgdiplus/Cairo/System.Drawing/WinForms upheaval - or better yet, work with the Jan 14th snapshots as packaged in Debian, which *do* include GTK# :) Stuart. -- Stuart Ballard, Senior Web Developer NetReach, Inc. (215) 283-2300, ext. 1

[Mono-list] XSP and "~/" resolution

2004-02-04 Thread Stuart Ballard
teUrl attribute of asp:HyperLink or in the argument to Response.Redirect(). If I remember rightly, IBuySpy portal makes heavy use of these kind of URLs, and I'd be surprised if it works out of the box with this bug. Anyone know if this area of code has been changed since January 14th?

Re: [Mono-list] DasBlog

2004-02-03 Thread Stuart Ballard
cs with /D:mono (or whatever the syntax is) as appropriate. Stuart. -- Stuart Ballard, Senior Web Developer NetReach, Inc. (215) 283-2300, ext. 126 http://www.netreach.com/ ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] [TestCase] NullRefException compiling with mcs

2004-01-30 Thread Stuart Ballard
ding to be sure that I'm creating a circularity in the right form that it would be caught by the same codepath, but it might be worth looking into why the behavior of Classes versus Interfaces differs in this way. Stuart. -- Stuart Ballard, Senior Web Developer NetReach, Inc. (215) 283-2300,

Re: [Mono-list] NullRefException compiling with mcs

2004-01-30 Thread Stuart Ballard
. Thanks for all your help so far, Stuart. -- Stuart Ballard, Senior Web Developer NetReach, Inc. (215) 283-2300, ext. 126 http://www.netreach.com/ ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] NullRefException compiling with mcs

2004-01-29 Thread Stuart Ballard
riteLine before line 766 and it never happened, but a Console.WriteLine before line 760 listed builder as null, which is consistent with the NRE because line 760 tries to call a method on builder. Is this a known bug in mono --debug's reporting of line numbers? -- Stuart Ballard, Senior Web Dev

Re: [Mono-list] NullRefException compiling with mcs

2004-01-28 Thread Stuart Ballard
;0x0005b> Mono.CSharp.DeclSpace:ResolveTypeExpr (Mono.CSharp.Expression,bool,Mono.CSharp.Location) in <0x004e6> Mono.CSharp.TypeContainer:GetClassBases (bool,Mono.CSharp.TypeExpr&,bool&) in <0x0022e> Mono.CSharp.TypeContainer:DefineType () in <0x00305> Mono.CSharp.RootCont

Re: [Mono-list] Debian Package + LibApache Mod_mono

2004-01-27 Thread Stuart Ballard
p-daemon (there's no --redirect-stdio-to-dev-null option). I'm now having some problems with mcs that I'd love to test against a newer version, but libapache-mod-mono conflicts with mono-cvs and company. Are you working on 0.30 versions yet? Thanks, Stuart. -- Stuart Ballard, Senior Web

[Mono-list] NullRefException compiling with mcs

2004-01-27 Thread Stuart Ballard
peExpr (Mono.CSharp.Expression,bool,Mono.CSharp.Location) in <0x00452> Mono.CSharp.TypeContainer:GetClassBases (bool,System.Type&,bool&) in <0x00222> Mono.CSharp.TypeContainer:DefineType () in <0x002ea> Mono.CSharp.RootContext:ResolveTree () in <0x00774> Mono.CSharp.Driver:MainDriver (string[]) in

Re: [Mono-list] Debian Package + LibApache Mod_mono

2004-01-22 Thread Stuart Ballard
) BTW, feel free to use any parts of my init.d script that are useful to you; I'm not sure that it's even possible for me to have a copyright on something that's such a minor change from all the other scripts, but I hereby explicitly put it in the public domain just in case. Thank

Re: [Mono-list] Debian Package + LibApache Mod_mono

2004-01-22 Thread Stuart Ballard
sted. I had to create a /var/www/.wapi directory that was chowned to www-data in order to get past another error caused by the fact that www-data doesn't have write permissions to its own home directory. Can someone explain why xsp doesn't use /tmp for these files? Thanks in advanc

Re: [Mono-list] Debian Package + LibApache Mod_mono

2004-01-22 Thread Stuart Ballard
thout problems, although I haven't actually tried running anything with it yet. Stuart. -- Stuart Ballard, Senior Web Developer NetReach, Inc. (215) 283-2300, ext. 126 http://www.netreach.com/ ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.

Re: [Mono-list] New Year, New Debian Packages

2004-01-21 Thread Stuart Ballard
made no difference. Pablo (or anyone), any suggestions? Thanks, Stuart. -- Stuart Ballard, Senior Web Developer NetReach, Inc. (215) 283-2300, ext. 126 http://www.netreach.com/ ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] New Year, New Debian Packages

2004-01-21 Thread Stuart Ballard
s if mono ever makes it into debian-proper? Stuart. -- Stuart Ballard, Senior Web Developer NetReach, Inc. (215) 283-2300, ext. 126 http://www.netreach.com/ ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] New Year, New Debian Packages

2004-01-20 Thread Stuart Ballard
-mono metadata? Stuart. -- Stuart Ballard, Senior Web Developer NetReach, Inc. (215) 283-2300, ext. 126 http://www.netreach.com/ ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Status of Mono and ASP.NET on Solaris

2004-01-20 Thread Stuart Ballard
on about the SourceGear partnership seemed to indicate that this was one of the goals of that project, but I'm not sure what the current status of that is. Thanks again, Stuart. -- Stuart Ballard, Senior Web Developer NetReach, Inc. (215) 283-2300, ext. 126 http://www.netreach.com/

[Mono-list] Status of Mono and ASP.NET on Solaris

2004-01-20 Thread Stuart Ballard
bsites. Does the Mono project officially recommend (for or against) this at this point - on Solaris in particular? Do Ximian offer any support options that might be useful in selling this idea to the suits? Thanks, Stuart. -- Stuart Ballard, Senior Web Developer NetReach, Inc. (215) 28

[Mono-list] Any hosting providers that offer Mono?

2003-10-31 Thread Stuart Ballard
Does anyone know of any hosting providers that offer Mono-based ASP.NET hosting? I'm looking for cheap but reliable hosting with Mono and PostgreSQL, if such a thing exists. Stuart. -- Stuart Ballard, Senior Web Developer FASTNET - Web Solutions (215) 283-2300, ext. 126 www.fas

Re: [Mono-list] properties with indexers.

2003-07-25 Thread Stuart Ballard
which particular A's O you want to return. Note that I made several of the properties internal - this may be necessary so that A and AO can talk to each other - as far as I can tell, C# supports nested classes like Java, but *doesn't* give those classes access to private members. Stuart. --

Re: [Mono-list] The prove that they can all live together

2003-06-13 Thread Stuart Ballard
t caught the "enter" keypress and called button.click(). If Mono's ASP.NET were to recognize this scenario and generate code to handle it automatically, that would be a (minor, but) cool benefit to offer over MS's implementation. Stuart. -- Stuart Ballard, Senior Web Developer F