mammoth-autumn-2551
07/29/2015, 5:40 PMenough-analyst-54434
07/29/2015, 5:40 PMmammoth-autumn-2551
07/29/2015, 5:41 PMmammoth-autumn-2551
07/29/2015, 5:41 PMmammoth-autumn-2551
07/29/2015, 5:42 PMenough-analyst-54434
07/29/2015, 5:42 PMenough-analyst-54434
07/29/2015, 5:42 PMenough-analyst-54434
07/29/2015, 5:45 PMenough-analyst-54434
07/29/2015, 5:45 PMmammoth-autumn-2551
07/29/2015, 5:48 PMmammoth-autumn-2551
07/29/2015, 5:52 PM[thrift-binary] version: 0.5.0-finagle
doesn’t seem to do the trick. When I run ./pants -ldebug test tests/python/::
I still see:
```mammoth-autumn-2551
07/29/2015, 5:52 PMGenerating thrift for src/thrift/urbancompass/valuation/valuation.thrift
Executing: /Users/paul/.cache/pants/bin/thrift/mac/10.10/0.9.2/thrift --gen py:new_style,utf8strings -recurse -verbose -I src/thrift -I tests/thrift/urbancompass -o /Users/paul/development/urbancompass/.pants.d/gen/thrift/sessions/src.thrift.urbancompass.valuation.valuation.thrift src/thrift/urbancompass/valuation/valuation.thrift
mammoth-autumn-2551
07/29/2015, 5:53 PMgit clean -fdx .pants.d
as wellmammoth-autumn-2551
07/29/2015, 5:53 PMmammoth-autumn-2551
07/29/2015, 5:55 PMGenerating thrift for src/thrift/urbancompass/sell_my_home/sell_my_home.thrift
Executing: /Users/paul/.cache/pants/bin/thrift/mac/10.10/0.5.0-finagle/thrift --gen py:new_style,utf8strings -recurse -verbose -I src/thrift -I tests/thrift/urbancompass -o /Users/paul/development/urbancompass/.pants.d/gen/thrift/sessions/src.thrift.urbancompass.sell_my_home.sell_my_home.thrift src/thrift/urbancompass/sell_my_home/sell_my_home.thrift
enough-analyst-54434
07/29/2015, 5:58 PMmammoth-autumn-2551
07/29/2015, 6:00 PMclass ThriftBinary(object):
"""Encapsulates access to pre-built thrift static binaries."""
class Factory(Subsystem):
options_scope = 'thrift-binary'
@classmethod
def dependencies(cls):
return (BinaryUtil.Factory,)
@classmethod
def register_options(cls, register):
register('--supportdir', recursive=True, advanced=True, default='bin/thrift',
help='Find thrift binaries under this dir. Used as part of the path to lookup the'
'tool with --binary-util-baseurls and --pants-bootstrapdir')
register('--version', recursive=True, advanced=True, default='0.9.2',
help='Thrift compiler version. Used as part of the path to lookup the'
'tool with --binary-util-baseurls and --pants-bootstrapdir’)
enough-analyst-54434
07/29/2015, 6:00 PMmammoth-autumn-2551
07/29/2015, 6:03 PMmammoth-autumn-2551
07/29/2015, 6:03 PMenough-analyst-54434
07/29/2015, 6:04 PMenough-analyst-54434
07/29/2015, 6:04 PMenough-analyst-54434
07/29/2015, 6:04 PMenough-analyst-54434
07/29/2015, 6:04 PMenough-analyst-54434
07/29/2015, 6:04 PMenough-analyst-54434
07/29/2015, 6:04 PMenough-analyst-54434
07/29/2015, 6:05 PMenough-analyst-54434
07/29/2015, 6:06 PMmammoth-autumn-2551
07/29/2015, 6:07 PMmammoth-autumn-2551
07/29/2015, 6:07 PM