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

--help does not show options for packwiz-installer.jar even when it is present. #9

Open
Silveere opened this issue Jun 18, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@Silveere
Copy link

Silveere commented Jun 18, 2023

When I run java -jar packwiz-installer-bootstrap.jar --help after downloading packwiz-installer.jar, it does not actually update the help text. It still outputs the following text:

Options for packwiz-installer will be visible once it has been downloaded.

Edit: I have tested this on multiple Java versions on both Windows 11 and Arch Linux.

@comp500 comp500 added the bug Something isn't working label Jun 24, 2023
@comp500
Copy link
Member

comp500 commented Jun 24, 2023

This has been known about for a while - it was caused by an oversight in updating packwiz-installer to use a newer relocated version of Apache Commons CLI, which isn't compatible with the older version packwiz-installer-bootstrap uses. I'm in the process of reworking packwiz-installer-bootstrap to avoid using Apache Commons CLI and communicate with packwiz-installer in an easier-to-maintain manner, particularly also as it will conflict with other things on the classpath in the new chainload system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants