Max Rydahl Andersen
Max Rydahl Andersen
create file: ```test.jsh //DEPS org.h2database:h2:2.2.224 //DEPS jakarta.data:jakarta.data-api:1.0.1 //DEPS org.hibernate.orm:hibernate-core:7.0.2.Final //DEPS org.hibernate.orm:hibernate-jpamodelgen:7.0.2.Final ``` `jbang test.jsh` says: ``` [jbang] Resolving dependencies... [jbang] org.h2database:h2:2.2.224 [jbang] [ERROR] Could not read artifact descriptor for org.h2database:h2:jar:2.2.224...
veles has a `-N` option that enables printing of commands - we have that with --verbose too but could be nice being able to just get the commands and not...
default java behaviour is that the debug port is fixed to what `address` property is set on the debug agent. works great unless when you have a java app (like...
idea from https://twitter.com/DJ_Madie/status/1266363948908998656 usecase is to build/package something that can be run in isolation(offline) challenge is how to package it "just" runs...
What is sourcepath notion? its that when javac runs, and sees references to a class, i.e. my.pack.Awesome it will search for that in the following way (you can run javac...
to handle all the various variants of naming used for deps we might want to support: //DEPS org.lwjgl:lwjgl:3.3.6:natives-macos{platform=osx} //DEPS org.lwjgl:lwjgl:3.3.6:natives-windows-arm64{platform=win_arm64}
minimal draft fix for #2152 this feels almost too easy...but would this work ?
would be interesting to combine gavsearch@jbangdev and jpm search feature to allow easy lookup and edit of deps.. ideas: `jbang dep add --deps org.hibernate:hibernate-core:4.7.8 myapp.java` would directly add that dependency...
nothing solid yet but just writing down ideas from a chat with @quintesse It would be interesting introducing a `jbang test` command it could start small using JUnit Console Runner...
This issue is intended to be the parent of all the various issues related to the features needed for more fine grained dependency mechanisms than jbangs current bruteforce `//DEPS` which...