Re: [jruby-dev] Pre-branch (1.7) reorg of codebase

2013-06-25 Thread Charles Oliver Nutter
Ahh well *generating* the pom.xml from the ruby-maven sounds like a great solution! That would certainly be less work to maintain over time, and those of us maintaining it will have ruby-maven available anyway. Let me know if there's anything I can do to rework AnnotationBinder and the invoker stu

Re: [jruby-dev] Pre-branch (1.7) reorg of codebase

2013-06-25 Thread kristian
ok, with tzdata I have better idea. the Constants.java is almost done already. the next big thing is the populators and invokers. the AnnotationBinder.java has hardcoded paths which makes life just a bit harder. overall the maven stuff will be first less efficient than what ant does, like the ant

Re: [jruby-dev] Pre-branch (1.7) reorg of codebase

2013-06-25 Thread Charles Oliver Nutter
Great progress, kristian...I'm poking at it a bit right now! I agree with the XML getting rather ugly, especially when we have a lot of custom build steps. The only problems I see with using ruby-maven are obviously bootstrapping-related (have to install it, including jruby, to use it to build jru

Re: [jruby-dev] Pre-branch (1.7) reorg of codebase

2013-06-25 Thread kristian
hi, so played around a bit and created a branch https://github.com/mkristian/jruby/tree/pom-ng there is a pom-ng.xml which does compile (hopefully in the same manner as ant compile-jruby) by $ mvn -f pom-ng.xml compile this does use only maven central and a few artifacts from ./localrepo repos

[jruby-dev] Rails performance

2013-06-25 Thread Kelum Deshapriya
I just go through the project idea *Rails Performance* on GSoC idea page. I like to contribute to this project. Is there anyone doing this project? can somebody give me some references to get start working with this project? best regards, G.G.K.Deshapriya.

[jruby-dev] [jira] (JRUBY-7179) Uninitialized constant OpenSSL::Config::DEFAULT_CONFIG_FILE

2013-06-25 Thread Chris Kershaw (JIRA)
Chris Ker