Help! E-Text Editor Can’t Run My Rake Tasks…


I downloaded the E-Text Editor to work with my ruby / rake stuff, because it’s a great editor and because it supports all of the TextMate bundles. The idea is that I should be able to run all of my Rake tasks and RSpec tests directly from E. However, I can’t seem to run my rake tasks.

I’ve got Cygwin installed (am new to this… don’t really know much about it). I’ve got the Ruby one-click installer installed (I’ve been using this for several months now). And I’ve got the Ruby textmate bundle installed into E(updated it from the E bundles menu).

Whenever I try to run a rake task, though, I get this error:

c:Rubybinruby.exe: No such file or directory -- C:UsersderickbAppDataRoamingeInstalledBundlesRuby.tmbundleSupportRakeMaterake_mate.rb (LoadError)

I have checked for the file that it says it can’t find. The file does exist. Does anyone have any clue what this error means and how to fix it? My google searches on this have been returning nothing.

An Alternate Way To Handle Task Dependencies In Custom Rake Tasks