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

Old Installer command line arguments should be moved to the ProjectView #77

Closed
3 tasks done
abrams27 opened this issue Aug 5, 2021 · 1 comment · Fixed by #201
Closed
3 tasks done

Old Installer command line arguments should be moved to the ProjectView #77

abrams27 opened this issue Aug 5, 2021 · 1 comment · Fixed by #201
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@abrams27
Copy link
Member

abrams27 commented Aug 5, 2021

Recently we introduced ProjectView, which currently allows specifying project's targets and directories. Installer arguments does the same, but also allows changing path to java and bazel and it would be nice to move this configuration to the ProjectView as well.

Installer.java also needs some love`


things to do:

  • update Project View -- deprecated installer flags | [feature] project view 2000 #143
  • 1.1.1 release with deprecated flags
  • update Installer.java -- the only argument should be path to project view, breaking change, so version 2.0.0
@abrams27
Copy link
Member Author

abrams27 commented Feb 18, 2022

things to do:

  • map project view file into installerConfig (or something like that) - get values / deduct values:
    values we need:
    • java_path
    • debugger_address
  • create new installer with two arguments:
    • path to project view file
    • path to directory in which bsp should be installed in
  • obtain all needed information (java path, classpaths) from installerConfig and create proper argv

should be done with #162

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
2 participants