You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Anthony Molinaro (Created) (JIRA)" <ji...@apache.org> on 2012/02/22 20:29:50 UTC

[jira] [Created] (THRIFT-1520) Embed version number in erlang .app file

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

        

[jira] [Resolved] (THRIFT-1520) Embed version number in erlang .app file

Posted by "Anthony Molinaro (Resolved) (JIRA)" <ji...@apache.org>.
     [ 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

        

[jira] [Commented] (THRIFT-1520) Embed version number in erlang .app file

Posted by "Anthony Molinaro (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/THRIFT-1520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13214015#comment-13214015 ] 

Anthony Molinaro commented on THRIFT-1520:
------------------------------------------

This last failure doesn't appear to have anything to do with this ticket as it's python code which is causing hudson to fail.
                
> 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

        

[jira] [Commented] (THRIFT-1520) Embed version number in erlang .app file

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/THRIFT-1520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13213968#comment-13213968 ] 

Hudson commented on THRIFT-1520:
--------------------------------

Integrated in Thrift #410 (See [https://builds.apache.org/job/Thrift/410/])
    THRIFT-1520 : embed version number in .app file for easier integration with rebar (Revision 1292474)

     Result = FAILURE
molinaro : http://svn.apache.org/viewvc/?view=rev&rev=1292474
Files : 
* /thrift/trunk/configure.ac

                
> 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

        

[jira] [Commented] (THRIFT-1520) Embed version number in erlang .app file

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/THRIFT-1520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13213908#comment-13213908 ] 

Hudson commented on THRIFT-1520:
--------------------------------

Integrated in Thrift #409 (See [https://builds.apache.org/job/Thrift/409/])
    THRIFT-1520 : embed version number in .app file for easier integration with rebar (Revision 1292466)

     Result = FAILURE
molinaro : http://svn.apache.org/viewvc/?view=rev&rev=1292466
Files : 
* /thrift/trunk/lib/erl/src
* /thrift/trunk/lib/erl/src/thrift.app.src
* /thrift/trunk/lib/erl/src/thrift.app.src.in

                
> 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