Hello, I really enjoy using Rake but somehow, I'm not able to "get" the tasklib extension's principles. IMHO, the DSL is not as expressive as the simple task definition. Why can't I, for example define a test task like that :
test_task, :test_all do |t| ... end or task TestTask, :test_all instead of TestTask.new(:test_all)... ? -- Cheers, zimbatm
_______________________________________________ Rake-devel mailing list [email protected] http://rubyforge.org/mailman/listinfo/rake-devel
