Open cdhermann opened 2 years ago
Salve chi mi aiuta a fare istallazione per eliminare tutti gli errori mi piacerebbe iniziare senza impazzire non o molta esperienza magari collegadosi insieme vi ringrazierei cerco aiuto
Hi,
My Italian is not Strong. What errors are you having?
Is your feature request related to a problem? Please describe.
JBang offers commands to retrieve a list dependencies; e.g.
jbang info tools <appfile.java>
,jbang --verbose
Using these approaches, the full path of dependencies in the file system is exposed. When having to share dependency information for troubleshooting it would be convenient to be able to share such information without revealing details on the host system.
For automated comparison a simple list is a good option. For human understanding a tree structure can be advantageous.
Describe the solution you'd like
jbang info dependencies <appfile.java>
defaults to a tree representing the dependencies (GAV); no path informationE.g.
jbang info dependencies --list <appfile.java>
outputs a simple list with each GAV line by line; no path informationE.g.
Describe alternatives you've considered
Additional context
see https://github.com/quarkusio/quarkus/issues/24926
open question: compileClasspath, runtimeClasspath, testCompileClasspath, testRuntimeClasspath, all?