« Reviving JRake

September 18, 2008 • ☕️ 1 min read

The post about the need of a new build tool had many comments and reactions so I started, before coding something brand new, to search on the web for something to solve the current, well known build tools problems.

I found out that Gant is pretty cool but then I started to search for something using ruby, rake and java…

And I found that back in 2006 Martin Fowler and Mattew Foemmel were already talking and working on this…

So I’ve sent an email to Mattew since his svn repository wasn’t neither working, I’ve got the code of his jrake and I’ve started a project on Google code, the name, unfortunately is j-rake (another jrake project was already there).

I’ve just did the first check in, compacting the vendor folder on all the scripts. J-Rake in fact comes out with jruby, rake and all the libraries you need to compile and test your code.

The next small step will be to upgrade all the libraries to the latest version, then some more clean up and then writing more examples on how to write J-Rake tasks.

I’ve a very bad rake/ruby knowledge so any help/suggestion is more than welcome.