Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Installer does not print the installation location #48

Closed
agluszak opened this issue Mar 17, 2021 · 1 comment · Fixed by #76
Closed

Installer does not print the installation location #48

agluszak opened this issue Mar 17, 2021 · 1 comment · Fixed by #76
Assignees
Labels
bug Something isn't working

Comments

@agluszak
Copy link
Contributor

When you run java -cp "$bsp_path" org.jetbrains.bsp.bazel.install.Install the installer prints Bazel BSP server installed in, but there is no location provided

@abrams27
Copy link
Member

abrams27 commented Aug 5, 2021

In general, it was caused by multiple ways of installing bsp: installation in place (default one) and via Install command line arguments. I would prefer the first one.

Btw, second mechanism allows also setting other parameters like java, bazel or debugger -- imo it will be deprecated now, when the ProjectView mechanizm was introduced.

further changes will be done here: #77

@abrams27 abrams27 added the bug Something isn't working label Aug 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants