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

should jarviz support dumping info from a classpath? #10

Closed
maxandersen opened this issue Feb 20, 2023 · 3 comments
Closed

should jarviz support dumping info from a classpath? #10

maxandersen opened this issue Feb 20, 2023 · 3 comments
Assignees
Labels
enhancement New feature or request released Issue has been released

Comments

@maxandersen
Copy link

today jarviz assumes single file, url or GAV.

would be nice if --classpath or similar would be an option then you could do things like:

jarviz manifest show --classpath=jbang info classpath env@jbangdev`

And easily get info about all jars referenced on the classpath rather than the single one.

@maxandersen maxandersen added the enhancement New feature or request label Feb 20, 2023
@aalmiray
Copy link
Contributor

We're thinking in supporting --directory as well as repeatable entries for the 3 previous flags (--gav, --url, --file), eventually letting all of them to be combined with any arity. Well, at least one option must be defined.

Will have to look at the format produced by jbang classpath to figure out how to support it.

@aalmiray aalmiray self-assigned this Feb 21, 2023
aalmiray added a commit that referenced this issue Feb 21, 2023
- Add --directory, --classpath as JAR inputs
- All inputs are repeatable and may be mixed
- Add split-package command

Resolves #10
aalmiray added a commit that referenced this issue Feb 21, 2023
- Add --directory, --classpath as JAR inputs
- All inputs are repeatable and may be mixed
- Add split-package command

Resolves #10
@maxandersen
Copy link
Author

the format is just the classpath format for that platform (list of paths with : or ; as seperator)

@aalmiray aalmiray added the released Issue has been released label Mar 5, 2023
@aalmiray
Copy link
Contributor

aalmiray commented Mar 5, 2023

Released in v0.3.0 -> https://github.com/kordamp/jarviz/releases/tag/v0.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released Issue has been released
Projects
None yet
Development

No branches or pull requests

2 participants