-
Notifications
You must be signed in to change notification settings - Fork 950
Closed
Labels
Description
Checkout contraband repo, add addDependencyTreePlugin
to plugin.sbt
, open sbt shell, then type dependencyBrowseTree
sbt:contraband root> dependencyBrowseTree
[info] HTML tree written to file:/D:/Repos/contraband/library/target/tree.html
[info] HTML tree written to file:/D:/Repos/contraband/plugin/target/tree.html
[info] HTML tree written to file:/D:/Repos/contraband/target/tree.html
[info] Opening file:/D:/Repos/contraband/library/target/tree.html in browser...
[info] Opening file:/D:/Repos/contraband/target/tree.html in browser...
[info] Opening file:/D:/Repos/contraband/plugin/target/tree.html in browser...
sbt server connection closed.dencyBrowseTree 2s
| => plugin / Compile / dependencyBrowseTree 2s
| => library / Compile / dependencyBrowseTree 2s
If we manually copy the link to browser (e.g. D:/Repos/contraband/library/target/tree.html), the link works though. So it is [info] Opening file
that failed.