[Rake-devel] how to view task names as they are executed
aslak hellesoy
aslak.hellesoy at gmail.com
Fri May 19 14:35:07 EDT 2006
On 5/19/06, aslak hellesoy <aslak.hellesoy at gmail.com> wrote:
> hi there,
>
> is there a way to make rake output the name of a task right before it
> gets invoked? something similar to ant, which outputs:
>
> target_foo:
> .. output from target_foo
>
> target_bar:
> .. output from target_bar
>
> the --verbose or --trace options don't seem to give this information
>
dooh. never mind. --trace is exactly what i was looking for.
> (fyi, i'm parsing the rake's stdout with another ruby program while
> rake is running in order to measure how long each task takes)
>
> aslak
>
More information about the Rake-devel
mailing list