average-vr-56795
11/21/2017, 3:12 PMenough-analyst-54434
11/21/2017, 3:45 PMaverage-vr-56795
11/21/2017, 3:47 PMenough-analyst-54434
11/21/2017, 3:47 PMenough-analyst-54434
11/21/2017, 3:48 PMaverage-vr-56795
11/21/2017, 3:51 PMenough-analyst-54434
11/21/2017, 3:52 PMdazzling-plumber-90795
11/21/2017, 4:12 PMpants.ini
file:
[GLOBAL]
pants_version: 1.3.1rc1
plugins: [
'pantsbuild.pants.contrib.jax_ws==%(pants_version)s',
]
dazzling-plumber-90795
11/21/2017, 4:12 PMenough-analyst-54434
11/21/2017, 4:25 PMjsirois@gill /tmp/1.3.x_jax_repro $ ./pants targets 2>/dev/null | grep jax
jaxb_library: A Java library generated from JAXB xsd files.
enough-analyst-54434
11/21/2017, 4:26 PMjax_ws_library
target type does not exist. Is this a typo in your BUILD file? I'm not too familiar with the plugin.average-vr-56795
11/21/2017, 4:27 PMrapid-apartment-37923
11/21/2017, 4:28 PMaverage-vr-56795
11/21/2017, 4:28 PM./pants foo
), rather than nudging at stuff through the python?enough-analyst-54434
11/21/2017, 4:30 PMenough-analyst-54434
11/21/2017, 4:30 PMtests/python/pants_test/backend/python/tasks2/test_pytest_run_integration.py
enough-analyst-54434
11/21/2017, 4:31 PMaverage-vr-56795
11/21/2017, 4:32 PMenough-analyst-54434
11/21/2017, 4:33 PMenough-analyst-54434
11/21/2017, 4:33 PMdazzling-plumber-90795
11/21/2017, 4:35 PMjaxb_library
installs without any plugins section in the pants.ini
fileenough-analyst-54434
11/21/2017, 4:36 PMdazzling-plumber-90795
11/21/2017, 4:36 PMenough-analyst-54434
11/21/2017, 4:37 PMjsirois@gill ~/dev/pantsbuild/pants (master) $ ./pants options --scope=GLOBAL --name=pants_bootstrapdir
pants_bootstrapdir = /home/jsirois/.cache/pants (from HARDCODED)
jsirois@gill ~/dev/pantsbuild/pants (master) $ ./pants options --scope=thrift-binary
thrift-binary.supportdir = bin/thrift (from HARDCODED)
thrift-binary.version = 0.9.2 (from HARDCODED)
jsirois@gill ~/dev/pantsbuild/pants (master) $ ls -l ~/.cache/pants/bin/thrift/linux/x86_64/0.9.2/
total 39232
-rwxr-xr-x 1 jsirois jsirois 40170146 Dec 20 2016 thrift
rapid-apartment-37923
11/21/2017, 4:41 PMenough-analyst-54434
11/21/2017, 4:42 PMenough-analyst-54434
11/21/2017, 4:52 PMjsirois@gill /tmp/1.3.x_jax_repro $ cat pants.ini
[GLOBAL]
pants_version: 1.3.1rc1
plugins: [
'pantsbuild.pants.contrib.jax_ws==%(pants_version)s',
]
backend_packages: +[
"pants.contrib.jax_ws",
]
enough-analyst-54434
11/21/2017, 4:52 PMbackend_packages
entry gets the target registered. I'll file an issue here shortly to get this corrected in the released package.dazzling-plumber-90795
11/21/2017, 4:56 PMaverage-vr-56795
11/21/2017, 5:46 PM