red-balloon-89377
10/10/2019, 12:38 PM@rule(NailgunServerJar, [JarSpec])
, and using a product_request
in zinc_compile.py
. I know I could just fingerprint the already existing nailgun tool jar, but would love to V2ize if possibleBinaryTool
and Script
!Script
subsystem for whatever nailgun client we want.aloof-angle-91616
10/10/2019, 3:02 PMBinaryTool
and Script
shouldn't be getting deprecated! i think your description is correct, but if we don't yet have v2 resolving done, using Script
is a great solutionsrc/python/pants/backend/jvm/tasks/coursier/coursier_subsystem.py
, we also pull down coursier from a url there -- there are multiple ways to do thisUrlToFetch -> Snapshot
working makes all of this much more flexible and easierred-balloon-89377
10/10/2019, 3:04 PMI totally agree, i just meant for the case of âI just want a jar from maven with this coordinatesâ, which should be handled by jvm resolution when we have that in V2.andBinaryTool
shouldnât be getting deprecated!Script
aloof-angle-91616
10/10/2019, 3:05 PMred-balloon-89377
10/10/2019, 3:06 PMaloof-angle-91616
10/10/2019, 3:06 PM