Re: [jruby-dev] Getting the wiki off Kenai: converting MediaWiki markup

2010-11-30 Thread Charles Oliver Nutter
Cool stuff, Douglas! I had a look at a few pages, and it seems like a good start. However a lot of preformatted code examples are not getting processed well. For example, code snippits on https://github.com/qmx/jruby-wiki-migration/wiki/CallingJavaFromJRuby and https://github.com/qmx/jruby-wiki-m

Re: [jruby-dev] Getting the wiki off Kenai: converting MediaWiki markup

2010-11-30 Thread Charles Oliver Nutter
On Tue, Nov 23, 2010 at 7:27 AM, Mike Dalessio wrote: > I recently did something similar to help move the debian-ruby wiki, which > used creole wiki markup. > I extended mcbean (https://github.com/flavorjones/mcbean), which might be a > flexible-enough option for you to build a mediawiki-syntax co

Re: [jruby-dev] Getting the wiki off Kenai: converting MediaWiki markup

2010-11-30 Thread Douglas Campos
My initial idea was to make a simple bulk import then fix the rest by hand, as it's a *one time job*. Perhaps we can in the long run make mediakiller work - but without a dump, that's hard to test (at least for me) The final result *need* to be equal. period. That's my target. On Tue, Nov 30, 20

[jruby-dev] [jira] Created: (JRUBY-5220) 'wrong number of arguments' messages are slightly different with CRuby

2010-11-30 Thread Hiroshi Nakamura (JIRA)
'wrong number of arguments' messages are slightly different with CRuby -- Key: JRUBY-5220 URL: http://jira.codehaus.org/browse/JRUBY-5220 Project: JRuby Issue Type: Bug

Re: [jruby-dev] Getting the wiki off Kenai: converting MediaWiki markup

2010-11-30 Thread Nick Sieger
You can obtain a programmatic dump by hitting the Kenai API. Here's a starting point: https://kenai.com/api/projects/jruby/features/wiki You can browse the JSON to see what's there. To obtain actual JSON, just append '.json' to all the URLs. The API should have all the revisions for each of the

Re: [jruby-dev] Getting the wiki off Kenai: converting MediaWiki markup

2010-11-30 Thread Douglas Campos
> You can obtain a programmatic dump by hitting the Kenai API. Here's a > starting point: Awesome! Makes life easier for me :) > If we can make a decent format converter, it would be nice to store > all the revisions in the new repository as well. I do understand that > there will probably be som

[jruby-dev] [jira] Created: (JRUBY-5221) jruby.reify.classes raising error with optparse

2010-11-30 Thread Karl Baum (JIRA)
jruby.reify.classes raising error with optparse --- Key: JRUBY-5221 URL: http://jira.codehaus.org/browse/JRUBY-5221 Project: JRuby Issue Type: Bug Components: Core Classes/Modules Aff

Re: [jruby-dev] Getting the wiki off Kenai: converting MediaWiki markup

2010-11-30 Thread Nick Sieger
On Nov 30, 2010, at 08:50 , Douglas Campos wrote: >> You can obtain a programmatic dump by hitting the Kenai API. Here's a >> starting point: > > Awesome! Makes life easier for me :) > >> If we can make a decent format converter, it would be nice to store >> all the revisions in the new reposito

[jruby-dev] [jira] Created: (JRUBY-5222) Reopening a file descriptor on a socket doesn't work (gives "could not reopen: null (IOError)")

2010-11-30 Thread Matthew Bloch (JIRA)
Reopening a file descriptor on a socket doesn't work (gives "could not reopen: null (IOError)") --- Key: JRUBY-5222 URL: http://jira.codehaus.org/browse/JRUBY-5222

Re: [jruby-dev] JRuby under OSGi

2010-11-30 Thread Anthony Juckel
On Mon, Nov 29, 2010 at 8:20 PM, Rob Heittman wrote: > I use JRuby under OSGi several places. I also have to do step #1. > > In my user story, the non-workingness of step #2 is a good thing; the OSGi > paradigm is helping restrict my REPL to see only what I mean it to -- users > can't accidentall

Re: [jruby-dev] JRuby under OSGi

2010-11-30 Thread Rob Heittman
Yes, we're injecting instances of the scriptable objects as globals, and relying on a combination of OSGi, Java, and OS level security mechanisms to keep folks inside the intended sandbox. On Tue, Nov 30, 2010 at 3:23 PM, Anthony Juckel wrote: > I'm new to embedding JRuby, so I'm curious what you

[jruby-dev] [jira] Created: (JRUBY-5223) Marshal.load fails when Kernel.read is defined

2010-11-30 Thread Hiroshi Nakamura (JIRA)
Marshal.load fails when Kernel.read is defined -- Key: JRUBY-5223 URL: http://jira.codehaus.org/browse/JRUBY-5223 Project: JRuby Issue Type: Bug Components: Core Classes/Modules Affec

[jruby-dev] [jira] Created: (JRUBY-5224) Spaces in paths in RUBYOPT are not handled correctly.

2010-11-30 Thread Daniel Sheppard (JIRA)
Spaces in paths in RUBYOPT are not handled correctly. - Key: JRUBY-5224 URL: http://jira.codehaus.org/browse/JRUBY-5224 Project: JRuby Issue Type: Bug Components: Launcher Aff