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

(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

_______________________________________________
Rake-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rake-devel

Reply via email to