arquillian / arquillian-spacelift

Arquillian process and package manager. Makes executing an external process or fetching platform depends dependencies an easier job
4 stars 7 forks source link

Add visual Task execution logging #29

Open smiklosovic opened 9 years ago

smiklosovic commented 9 years ago

When you execute Arquillian with -Darquillian.debug=true, you get that fancy eventing graph.

It would be nice if Spacelift reacted on the same system property. The goal of it would be to print a graph in a similar way how Arquillian does, which would visually distinguish what Task is executing other embedded Tasks in it. By doing so, you would see how your chaining is done. It would be very nice in connection with executeEvery and until methods, so you would see what is actually being executed.

kpiwko commented 9 years ago

:+1: , that's an excellent idea and give that we have reporting capabilities there, it should be pretty easy to implement.