witty-crayon-22786
06/27/2017, 7:55 PMruntime_classpath
or consolidated_classpath
products, depending on what you needwitty-crayon-22786
06/27/2017, 7:55 PMconsolidated_classpath
witty-crayon-22786
06/27/2017, 7:55 PM./pants binary
, that's another thingstrong-motorcycle-90761
06/27/2017, 7:56 PM.pants.d/compile/zinc/252d64521cf9/mypackagename/ccacb4ad7a92/z.jar
strong-motorcycle-90761
06/27/2017, 7:57 PM./pants binary
it ends up in ./dist/mystuff.jar
witty-crayon-22786
06/27/2017, 7:57 PMstrong-motorcycle-90761
06/27/2017, 7:57 PM./pants binary
case. It's the tests case that's harder.strong-motorcycle-90761
06/27/2017, 7:57 PMwitty-crayon-22786
06/27/2017, 7:58 PMconsolidated_classpath
should contain jars for targets as a ClasspathProducts
instancestrong-motorcycle-90761
06/27/2017, 7:58 PM(Pdb) self.context.products.data_products.keys()
[u'compile_classpath', u'go_remote_lib_src', u'jvm_build_tools_classpath_callbacks', <class 'pants.backend.jvm.tasks.jar_import_products.JarImportProducts'>, u'runtime_classpath', u'exec_binary', 'classpath_products']
witty-crayon-22786
06/27/2017, 7:59 PMwitty-crayon-22786
06/27/2017, 7:59 PMstrong-motorcycle-90761
06/27/2017, 8:00 PMround_manager.require_data('compile_classpath')
(mostly because I copied an existing plugin to get started)witty-crayon-22786
06/27/2017, 8:02 PMwitty-crayon-22786
06/27/2017, 8:03 PMwitty-crayon-22786
06/27/2017, 8:03 PMstrong-motorcycle-90761
06/27/2017, 8:05 PMwitty-crayon-22786
06/27/2017, 8:06 PMstrong-motorcycle-90761
06/27/2017, 8:16 PMwitty-crayon-22786
06/27/2017, 8:16 PMClasspathProducts
instance" is the answer to your questionwitty-crayon-22786
06/27/2017, 8:16 PMwitty-crayon-22786
06/27/2017, 8:17 PMstrong-motorcycle-90761
06/27/2017, 8:18 PMstrong-motorcycle-90761
06/27/2017, 8:18 PMException message: Cycle detected in goal dependencies:
strong-motorcycle-90761
06/27/2017, 8:21 PMwitty-crayon-22786
06/27/2017, 8:35 PMwitty-crayon-22786
06/27/2017, 8:36 PMwitty-crayon-22786
06/27/2017, 8:36 PMruntime_classpath
instead, as that's what test.junit
consumes.strong-motorcycle-90761
06/27/2017, 8:59 PMwitty-crayon-22786
06/27/2017, 9:00 PMdist
) is not created for the test
goal