Here's my primary rake file
subrake = 'subrake'
task :init => [subrake] do
#call subrake.build
end
import subrake
I see documentation on how the above steps work, but I can't figure out how to call tasks in the other subrake file. BTW, those tasks may have the same name as mine, is this an issue?