Chris Ker
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.
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
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
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
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