On 4 Mar 2008, at 00:07, Luke Daley wrote:
On 03/03/2008, at 11:57 PM, James Gray wrote:
There's not currently a way to do this, no.
I recommend just wrapping your Rake task with a custom command. If you would prefer to add the feature to RakeMate though, feel free to send me a patch.
Maybe just use an env var?
Or open a pipe for which the data is shown “raw” in the output window (by ScriptMate etc.) and set the fd for this pipe in the process launched (similar to how we presently do for the stack trace).
Advantage over the environment variable is that it does not need to be all or nothing.