Kengo Seki created THRIFT-4968:
----------------------------------
Summary: Makefile.am in the Ruby tutorial refers to Python
directory
Key: THRIFT-4968
URL: https://issues.apache.org/jira/browse/THRIFT-4968
Project: Thrift
Issue Type: Bug
Components: Tutorial
Reporter: Kengo Seki
Running {{make}} in tutorial/rb generates gen-rb/* every time, even if those
files already exists. This is because its Makefile refers to a wrong directory,
as follows:
{code:title=tutorial/rb/Makefile}
(snip)
gen-py/calculator.rb gen-py/shared_service.rb:
$(top_srcdir)/tutorial/tutorial.thrift
$(THRIFT) --gen rb -r $<
all-local: gen-py/calculator.rb
(snip)
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)