Jim Weirich wrote: > Actually no, it is correct as it stands. The 0.8.3 version of rake > does not need the :needs key (it will accept it, but the [:args] => > [:prereqs] syntax is preferred. See below for an example. > You are right, example from documentation does work. However description before is misleading: > > > Tasks that Expect Parameters and Have Prerequisites > > Tasks that use parameters have a slightly different format for > prerequisites. Use the :needs keyword to specify the prerequisites for > tasks with arguments. For example: > So maybe this need to be removed since after I have read this I have copied example and added :needs key. And this does not work - with :needs arrays should not be used.
Best regards, -- Witold Rugowski Ruby on Rails freelancer http://nhw.pl/wp/ (EN blog) http://nhw.pl/pl (PL blog) _______________________________________________ Rake-devel mailing list [email protected] http://rubyforge.org/mailman/listinfo/rake-devel
