https://pantsbuild.org/ logo
h

high-advantage-47550

08/28/2018, 4:59 PM
hi! i'm trying to add support for another jvm language via a plugin (to pants 1.2.x). I'm able to get the sources to compile, and they end up in
.pants.d/compile
, but when I add the library as a dependency, the generated classes don't end up on the classpath. I minimally extended
JvmCompile
for this -- is there some mechanism I'm missing that defines how the classpath should change?
4 Views