Rake Task not working

Make sure all your 'require' directives actually exist on the build
server.

If one of the .rake files can't load a required file (e.g. a gem)
then it won't actually get parsed properly by rake but you won't see
a failure message either. It just gets quietly dumped.

-christos