[GRADLE-121] Offer option to print out the DAG for executing a particular task. This should also be printed out in debug mode. Created: 17/Jun/08 Updated: 04/Jan/13 Resolved: 23/Jun/09 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 0.7 |
Type: | Improvement | ||
Reporter: | Hans Dockter | Assignee: | Hans Dockter |
Resolution: | Duplicate | Votes: | 0 |
Issue Links: |
|
Description |
If the -t option is used right now we print out all tasks and there dependencies. We should enhance this feature If a task name is passed together with the -t option we should print out the DAG for this task. This DAG printing should also happen in the log with log level debug. |
Comments |
Comment by Jon Cox [ 23/Jan/09 ] |
Excellent. It might also be nice to have a mode where you also emit information This way, you'd have a crystal clear diagnostic that shows you what |
Comment by Hans Dockter [ 08/Feb/09 ] |
What we could do is to offer some standard way if you call it from the command line. If you need something more sophisticated, our user's can write a task and the DAG class would offer them some query and render methods |