Skip to content

[1.x] [Windows] dependencyBrowseTree & dependencyBrowseGraph crashes #7828

@Friendseeker

Description

@Friendseeker

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions