Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log output files path: dot, png, svg #157

Merged
merged 1 commit into from
Jun 4, 2022
Merged

Log output files path: dot, png, svg #157

merged 1 commit into from
Jun 4, 2022

Conversation

SimonMarquis
Copy link
Contributor

Fixes #155

Here is what it looks like on Windows:

> Task :generateDependencyGraph
C:\...\build\reports\dependency-graph\dependency-graph.dot
C:\...\build\reports\dependency-graph\dependency-graph.png
C:\...\build\reports\dependency-graph\dependency-graph.svg

BUILD SUCCESSFUL in 27s

Unfortunately, clickable file uri in IntelliJ's terminal is awful.
On Windows, it works only if the IDE has indexed the file before printing it.
Not sure about the Unix/Macos behavior.

Copy link
Owner

@vanniktech vanniktech left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Screen Shot 2022-06-04 at 23 18 07

And clickable from iTerm

@vanniktech vanniktech merged commit a301bf0 into vanniktech:master Jun 4, 2022
@SimonMarquis SimonMarquis deleted the feat/log-output-files-path branch June 4, 2022 21:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Print all generated files path
2 participants