You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "James E. King, III (JIRA)" <ji...@apache.org> on 2016/06/23 20:46:16 UTC

[jira] [Resolved] (THRIFT-3862) Parse does not support multiple thrift files

     [ https://issues.apache.org/jira/browse/THRIFT-3862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James E. King, III resolved THRIFT-3862.
----------------------------------------
    Resolution: Duplicate
      Assignee: James E. King, III

I'm closing this as a duplicate of a ticket already in the backlog.

> Parse does not support multiple thrift files
> --------------------------------------------
>
>                 Key: THRIFT-3862
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3862
>             Project: Thrift
>          Issue Type: New Feature
>          Components: C++ - Compiler
>    Affects Versions: 0.9.3
>            Reporter: Hongyi Shen
>            Assignee: James E. King, III
>            Priority: Minor
>
> For example:
>     util.thrift        types.thrift
> 	|		      |
>         +------+---------+
> 	          |
> 	------------------
>         |                    |
>   serviceA.thrift    serviceB.thrift
> To generate source code of A and B, I need to
> thrift -r -gen cpp serviceA.thrift
> thrift -r -gen cpp serviceB.thrift
> How can I generate them in one command:
> thrift -r -gen cpp serviceA.thrift servicesB.thrift



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)