[Jruby-devel] Rails 'generate' progress

2006-02-18 Thread Charles O Nutter
With the runtime parse patch, we're getting much closer to running the Rails 'generate' script. At this point it manages to require all the frameworks in; that in itself is pretty big. It continues on in the Rails initializer, executing Initializer#process. Initialize#process sets up the load path

[Jruby-devel] Modified eclipse build to do normal jar instead of standalone

2006-02-18 Thread Charles O Nutter
During the course of getting Rails working, I found that the NP bug that occurs when accessing Scope variables only occurs for pre-parsed files. This appears to exist in JRuby 0.8.2 as well. Since the value of pre-parsing is dubious, and since the pre-parsing produces broken ASTs, I have modified t