On Fri, Jul 9, 2010 at 2:42 PM, RichardOnRails <[email protected]> wrote:
> I got an example rakefile from the webpage > http://jasonseifer.com/2010/04/06/rake-tutorial > which displays "Published: April 6, 2010 at 4:25 AM" > > Below are my results from testing that rakefile in a Command window on > WinXP-Pro/SP3 running Rails 2.3.5, where Rake complained "Don't know > how to build task 'default'". How do I get it to run as I intend? > K:\Temp>type rakefile s/b Rakefile, though possibly case doesn't matter on Windows -- you can confirm or disprove that, but in any case, > K:\Temp>rake that's not how it's invoked in the tutorial you cite. Look again. > (in K:/Temp) > rake aborted! > Don't know how to build task 'default' Or add a default task :-) A glance at the Rake rdoc should help, eh? :-) -- Hassan Schroeder ------------------------ [email protected] twitter: @hassan -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

