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

Anthony Molinaro resolved THRIFT-1520.
--------------------------------------

    Resolution: Fixed

It's now possible to embed the thrift library with the following rebar.config

{code}
{ deps, [ { thrift,
            "0.9.0-dev",
            { svn, "http://svn.apache.org/repos/asf/thrift/trunk/lib/erl/";, 
"1292469"} }
] }.
{code}
                
> Embed version number in erlang .app file
> ----------------------------------------
>
>                 Key: THRIFT-1520
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1520
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Erlang - Library
>    Affects Versions: 0.8
>            Reporter: Anthony Molinaro
>            Assignee: Anthony Molinaro
>             Fix For: 0.9
>
>
> Rebar is currently the most common way to build code with erlang.  This 
> change will allow people to include the erlang thrift library as a rebar 
> dependency by removing the autoconf substitution of version and instead 
> managing that manually.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to