Re: [jruby-dev] Re: Unresolved error in eclipse for JRuby source

2011-01-17 Thread Wayne Meissner
On 17 January 2011 17:38, Hiroshi Nakamura wrote: > Hi, > > On Mon, Jan 17, 2011 at 10:48, Shih-gian Lee wrote: >> I found my own problem. I forgot to include ant.jar in my classpath. > > That's what I'm doing every time before/after changing local branches > (remove/add ant.jar of my own). Does

Re: [jruby-dev] [jira] Created: (JRUBY-5370) Consider caching last toString result in RubyString, for performance

2011-01-17 Thread Rodrigo Rosenfeld Rosas
I rather prefer another style of code. Instead of -- String last = lastString; if (last == null) { try { if (getRuntime().is1_9()) { lastString = last = new String(value.getUnsafeBytes(), value.begin(), value.length(), getEncoding

Re: [jruby-dev] Re: Unresolved error in eclipse for JRuby source

2011-01-17 Thread Douglas Campos
Create a new user library named "ANT", and it will magically work. screenshot here => https://skitch.com/qmx.me/rjanu/preferences Netbeans puts ant on classpath by default, as this is used on the build cycle On Jan 17, 2011, at 6:04 AM, Wayne Meissner wrote: > On 17 January 2011 17:38, Hiroshi N

[jruby-dev] Weird bug in Rails when overriding String#[]

2011-01-17 Thread Ola Bini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I've found a bug that stumps me. It is inside of a Rails app, 2.3.9. The problem manifests in this method in ActionController::Request: def path path = request_uri.to_s[/\A[^\?]*/] path.sub!(/\A#{ActionController::Base.relative_url

[jruby-dev] [jira] Created: (JRUBY-5375) [1.9] Add line, column, and offset to Psych

2011-01-17 Thread Charles Oliver Nutter (JIRA)
[1.9] Add line, column, and offset to Psych --- Key: JRUBY-5375 URL: http://jira.codehaus.org/browse/JRUBY-5375 Project: JRuby Issue Type: Bug Components: Extensions, Ruby 1.9 Affects Ver

[jruby-dev] Desperately Seeking JRuby Talks (was [ANN] Red Dirt RubyConf 2011 CFP)

2011-01-17 Thread Joseph Anthony Pasquale Holsten
Hello everyone! Red Dirt's got a track exclusively dedicated a track to Ruby implementations this year and I was hoping people would submit some a proposals about JRuby, but there aren't any up there yet. If you've got something you want to present, please submit a talk ASAP! And please vote up

[jruby-dev] [jira] Created: (JRUBY-5376) singleton_class.define_method creates private methods

2011-01-17 Thread John Firebaugh (JIRA)
singleton_class.define_method creates private methods - Key: JRUBY-5376 URL: http://jira.codehaus.org/browse/JRUBY-5376 Project: JRuby Issue Type: Bug Affects Versions: JRuby 1.6RC1

[jruby-dev] [jira] Created: (JRUBY-5377) Class.__subclasses__ incompatible with Rails

2011-01-17 Thread John Firebaugh (JIRA)
Class.__subclasses__ incompatible with Rails Key: JRUBY-5377 URL: http://jira.codehaus.org/browse/JRUBY-5377 Project: JRuby Issue Type: Bug Affects Versions: JRuby 1.6RC1 Reporter:

[jruby-dev] [jira] Created: (JRUBY-5378) Memory Leak With JRuby/Tomcat

2011-01-17 Thread Hamed Hashemi (JIRA)
Memory Leak With JRuby/Tomcat - Key: JRUBY-5378 URL: http://jira.codehaus.org/browse/JRUBY-5378 Project: JRuby Issue Type: Bug Components: Core Classes/Modules Affects Versions: JRuby 1.6RC1, JRuby 1

Re: [jruby-dev] Re: Unresolved error in eclipse for JRuby source

2011-01-17 Thread Hiroshi Nakamura
Hi, Wayne, Douglas, Thanks! Resolved the problem. I need more understanding of Eclipse. On Mon, Jan 17, 2011 at 20:07, Douglas Campos wrote: > Create a new user library named "ANT", and it will magically work. > screenshot here => https://skitch.com/qmx.me/rjanu/preferences According to the .cl