brief-engineer-67497
11/16/2018, 9:51 AMclasspath_spec of the method register_jvm_tool of the class JvmToolMixin works.
in pants codebas I often see //:foo even if there is no target foo in the BUILD file in the same directory of the declaration.
Btw, how is the // intrepreted ?enough-analyst-54434
11/16/2018, 1:05 PMenough-analyst-54434
11/16/2018, 1:06 PM// is just general pants BUILD file address syntax to indicate an absolute path from the repo root. This is explained a bit here: https://www.pantsbuild.org/target_addresses.htmlbrief-engineer-67497
11/16/2018, 1:15 PM