On Mar 30, 9:27 pm, James Byrne <byrn... / harte-lyne.ca> wrote: > James Byrne wrote: > > I cannot seem to get these commands to work as expected in Windows XP > > pro SP2. > > I discovered my error by running these with :verbose => true. As agent > 86 would say: "Missed me by that much." > > I needed an extra set of '../' to reach the actual target directories. > I'll suggest you use RAILS_ROOT and join to it instead of guessing based on the location of your rakefile ;-) File.join(RAILS_ROOT, 'app/views') HTH, -- Luis Lavena