Nevermind. I found a workaround. For the record, I'm just doing project.task(:resources).filter.run
Daniel On Tue, Jul 14, 2009 at 11:39 AM, Daniel Spiewak <djspie...@gmail.com>wrote: > I've been having a hard time getting the :resources task to reenable and > invoke on demand. (this is for the continuous compilation support available > from git://github.com/djspiewak/buildr.git / continuous-compilation) It > seems that :resources is just a whole bunch of FileTask(s) which stubbornly > refuse to re-run. What's the best way to handle this? > > Daniel >