I have a project with four modules. All the modules are java based except one that's a rails application.
In order to automate the build process I'm using buildr. I'd like to run rails tests using "buildr test" (same way I execute the java tests), but I can't figure out how to execute the rake task available in the rails project.
Any idea how to do this?
In your project definition for the rails module, you could do something like: