Autotest keeps repeating, causing a lot of GROWLing.  autotest-fsevent
was not compiling. mac 10.7, so I found this rb-fsevent patch??. I've
done the excludes, so dont' think it's that. TIA for help.

here's my environment:

  gem 'autotest-standalone'
  gem 'spork'
  gem 'rb-fsevent'
  gem 'autotest-growl'

and I have this in my .autotest file

PLATFORM = RUBY_PLATFORM
# require "redgreen/autotest"
require 'autotest/growl'
# require 'autotest/restart'
# require 'autotest/fsevent'
require 'rb-fsevent'

Autotest.add_hook :initialize do |at|
  at.add_exception(%r{^\./\.git})
  at.add_exception(%r{^\./log})
end

-- 
SD Ruby mailing list
[email protected]
http://groups.google.com/group/sdruby

Reply via email to