https://pantsbuild.org/ logo
b

brief-engineer-67497

10/22/2018, 5:13 PM
yet another question ! so we are using the play scala framework. Fortunately there is a pants plugin. Unfortunately it's a bit out of date. Anyway I'm digging in and I have a question about the JvmToolMixin &
register_jvm_tool
as used here : https://github.com/ActionIQ-OSS/play-pants/blob/master/src/python/play/tasks/twirl_gen.py#L27 . I need to point toward a jar that I'm building. Is it possible to make the plugin target depends on the one that build the artifact and resolve it locally or do must I first publish it (locally or not) and then I can use my pants plugin ?
e

enough-analyst-54434

10/22/2018, 5:27 PM
You'll need to publish it first as things stand unfortunately.
b

brief-engineer-67497

10/22/2018, 6:18 PM
Ok, thx!
4 Views