Re: [Jruby-devel] Making connections at JavaOne

2006-05-05 Thread Marc Hadley
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmdlnk&kid0709&bid&3057&dat1642 ___ Jruby-devel mailing list [email protected] https://lists.sourceforge.net/lists

Re: [Jruby-devel] Backup anoncvs on headius.com

2006-04-25 Thread Marc Hadley
ssues accessing it. -- Charles Oliver Nutter @ headius.blogspot.com JRuby Developer @ jruby.sourceforge.net Application Architect @ www.ventera.com --- Marc Hadley Business Alliances, CTO Office, Sun Microsystems. --- Using Tomcat but need to do

Re: [Jruby-devel] JRuby.org

2006-04-14 Thread Marc Hadley
fo/jruby-devel -- Charles Oliver Nutter @ headius.blogspot.com JRuby Developer @ jruby.sourceforge.net Application Architect @ www.ventera.com --- Marc Hadley Business Alliances, CTO Office, Sun Microsystems. --- This SF.Net email is sponsored by

Re: [Jruby-devel] JavaOne

2006-04-10 Thread Marc Hadley
i, I know that Thom and Charles are going, is there any more people from the list that's going to show up? My group here in Sweden bought tickets yesterday. Regards Ola Bini --- Marc Hadley --- This SF.Net email is sponsored by xP

Re: [Jruby-devel] JavaOne

2006-04-10 Thread Marc Hadley
tory! http://sel.as-us.falkag.net/sel? cmd=lnk&kid=110944&bid=241720&dat=121642 ___ Jruby-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jruby-d

Re: [Jruby-devel] Updated patch for Kernel#system and Kernel#backquote

2006-04-06 Thread Marc Hadley
4/5/06, Charles O Nutter <[EMAIL PROTECTED] > wrote: Ahh, one other detail: please use unified diff for your patches. It came through ok this time, so I should be able to apply it anyway. On 4/5/06, Marc Hadley <[EMAIL PROTECTED]> wrote: I tracked down the shell wildcard problem w

Re: [Jruby-devel] Updated patch for Kernel#system and Kernel#backquote

2006-04-06 Thread Marc Hadley
;m not that familiar with patch formats, how would I generate a unified diff - would command line cvs work ? Thanks, Marc. On 4/5/06, Marc Hadley <[EMAIL PROTECTED]> wrote: I tracked down the shell wildcard problem with my original patch and also tidied things up a bit and fixed a

[Jruby-devel] Updated patch for Kernel#system and Kernel#backquote

2006-04-05 Thread Marc Hadley
might cause problems if multiple threads start executing additional scripts concurrently. There doesn't appear to be an easy fix to this but as I'm new to the code I might have missed something. Marc. --- Marc Hadley exec_ruby_scripts_in_process.patch Description: Binary data

Re: [Jruby-devel] Patch for Kernel#system

2006-04-04 Thread Marc Hadley
another patch. Hold off applying this patch, i think I've found the root of the wildcard expansion problem and should have something better soon. Marc. CVS is supposed to be back up tonight or tommmorow. -Tom On Mon, 03 Apr 2006, Marc Hadley defenestrated me: Here's a patch

[Jruby-devel] Patch for Kernel#system

2006-04-03 Thread Marc Hadley
tests due to some shell wildcard expansion differences that I haven't yet figured out. Marc. --- Marc Hadley Index: RubyKernel.java *** /Users/mh124079/Development/Ruby/jruby/src/org/jruby/ RubyKernel.java Base (1.45) --- /Users/mh124079/Development/Ruby/jruby/src/org/jruby/ RubyK

Re: [Jruby-devel] JRuby on Rails Futures

2006-03-29 Thread Marc Hadley
teless, and so aside from the threading issues there's nothing to stop us throwing away a JRuby runtime if it misbehaves. Is this the sort of thing you mean? Yes, that's the sort of thing I was wondering about. Thanks, Marc. On 3/29/06, Marc Hadley <[EMAIL PROTECTED]> wrote:

[Jruby-devel] JRuby on Rails Futures

2006-03-29 Thread Marc Hadley
be subject to the same kind of criticism ? Thoughts ? Marc. --- Marc Hadley --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast an

Re: [Jruby-devel] Re: Bugs 911493 and 911497

2006-03-27 Thread Marc Hadley
f you send me a copy, I'll take a look at your Kernel#system patch and see what I can do. Thanks, Marc. --- Marc Hadley --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into

[Jruby-devel] Bug 1121928 Patch

2006-03-23 Thread Marc Hadley
b 39c39 < h = Hash.new {|h,k| h[k] = 1 } --- > h = Hash.new {|h,k| h[k] = k.to_i*10 } 41c41,43 < test_equal(1, h[10]) --- > test_equal(100, h[10]) > test_equal(0, h.default) > test_equal(20, h.default(2)) 44d45 < --- Marc Hadley

[Jruby-devel] Re: Bugs 911493 and 911497

2006-03-23 Thread Marc Hadley
e a little challenging though. Thanks for the suggestions, the three above all look like nice self contained pieces of work so I'll look into those. I'll start with 1121928 since that will give me an opportunity to learn how Ruby objects and blocks are managed in the code. Ma

[Jruby-devel] Bugs 911493 and 911497

2006-03-22 Thread Marc Hadley
one new to the codebase (i.e. me) could profitably spend their time on ? Marc. --- Marc Hadley --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend

[Jruby-devel] Re: Submitting a fix

2006-03-21 Thread Marc Hadley
On Mar 20, 2006, at 5:06 PM, Marc Hadley wrote: I found a GPL/LGPL version at: http://manticore.2y.net/Java/ examples/crypt.zip It occurred to me that even if the authors won't agree to a CPL license, the library could still be distributed and used with JRuby under the terms of the

[Jruby-devel] Re: Submitting a fix

2006-03-20 Thread Marc Hadley
1 & 0x3f][0]; v2 |= efp[ 3][ l1 & 0x3f][1]; v1 |= efp[ 2][(l1 >>>= 6) & 0x3f][0]; v2 |= efp[ 2][ l1 & 0x3f][1]; v1 |= efp[ 1][(l1 >>>= 10) & 0x3f][0]; v2 |= efp[ 1][ l1 & 0x3f][1]; v1 |= efp[ 0][(l1 >>>= 6) & 0x3f

[Jruby-devel] Submitting a fix

2006-03-20 Thread Marc Hadley
Hi, I've implemented String#crypt as outlined at: http://sourceforge.net/tracker/index.php? func=detail&aid=911517&group_id=35413&atid=413912 What's the preferred way for me to submit the changes ? Thanks, Marc. --- Marc Hadley smime.p7s Description: S/MIME cryptographic signature

[Jruby-devel] Anon CVS Problem

2006-03-17 Thread Marc Hadley
ponse from cvs.sourceforge.net: M -!- Client or Server timeout occurred! Wondering if its a problem at my end or if anyone else is seeing the same problem ? Thanks, Marc. --- Marc Hadley smime.p7s Description: S/MIME cryptographic signature