[jruby-dev] [jira] Created: (JRUBY-1581) Signal#trap doesn't handle failure of trapping gracefully.

2007-11-19 Thread Ola Bini (JIRA)
Signal#trap doesn't handle failure of trapping gracefully. -- Key: JRUBY-1581 URL: http://jira.codehaus.org/browse/JRUBY-1581 Project: JRuby Issue Type: Bug Components: Core C

[jruby-dev] [jira] Created: (JRUBY-1582) Allow heap and stack to be set via environment variables

2007-11-19 Thread Kyle Maxwell (JIRA)
Allow heap and stack to be set via environment variables Key: JRUBY-1582 URL: http://jira.codehaus.org/browse/JRUBY-1582 Project: JRuby Issue Type: Improvement Environment: PO

[jruby-dev] Wiki moved to jruby.org subdomain

2007-11-19 Thread Charles Oliver Nutter
The wiki is no longer hosted at headius.com; instead, it is now at a jruby.org subdomain: http://wiki.jruby.org (redirects to /wiki...MediaWiki is pretty tweaky to get working at the root context). If you have bookmarks pointing at headius.com addresses, please update them. Once DNS propagat

Re: [jruby-dev] Using NailGun to defeat JVM startup woes

2007-11-19 Thread Stephen Bannasch
>Stephen Bannasch wrote: >>>3. start up a server with jruby-ng-server >> >>$ cd - >>/Users/stephen/dev/jruby_trunk/jruby >>$ jruby-ng-server >>Exception in thread "main" java.lang.NoClassDefFoundError: >>com/martiansoftware/nailgun/NGServer >> >>>4. instead of 'jruby' run 'jruby-ng'. -J options ar

Re: [jruby-dev] Using NailGun to defeat JVM startup woes

2007-11-19 Thread Charles Oliver Nutter
Stephen Bannasch wrote: Stephen Bannasch wrote: 3. start up a server with jruby-ng-server $ cd - /Users/stephen/dev/jruby_trunk/jruby $ jruby-ng-server Exception in thread "main" java.lang.NoClassDefFoundError: com/martiansoftware/nailgun/NGServer 4. instead of 'jruby' run 'jruby-ng'. -J opt

[jruby-dev] [jira] Created: (JRUBY-1583) Quoting is incorrect in DB2 jdbc adapter

2007-11-19 Thread Ryan Shillington (JIRA)
Quoting is incorrect in DB2 jdbc adapter Key: JRUBY-1583 URL: http://jira.codehaus.org/browse/JRUBY-1583 Project: JRuby Issue Type: Bug Components: ActiveRecord-JDBC Affects Versions: JR

[jruby-dev] [jira] Created: (JRUBY-1584) DB2 JdbcSpec doesn't contain recreate_database method

2007-11-19 Thread Ryan Shillington (JIRA)
DB2 JdbcSpec doesn't contain recreate_database method - Key: JRUBY-1584 URL: http://jira.codehaus.org/browse/JRUBY-1584 Project: JRuby Issue Type: Bug Reporter: Ryan Shillington