How to recursive rake? -- or suitable alternatives
- by TerryP
I want my projects top level Rakefile to build things using rakefiles deeper in the tree; i.e. the top level rakefile says how to build the project (big picture) and the lower level ones build a specific module (local picture).
There is of course a shared set of configuration for the minute details of doing that whenever it can be shared between…