You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Justin Florentine (JIRA)" <ji...@apache.org> on 2011/05/19 21:13:48 UTC

[jira] [Created] (THRIFT-1174) Publish as3 client implementation via Maven for use by flex-mojos users

Publish as3 client implementation via Maven for use by flex-mojos users
-----------------------------------------------------------------------

                 Key: THRIFT-1174
                 URL: https://issues.apache.org/jira/browse/THRIFT-1174
             Project: Thrift
          Issue Type: Improvement
          Components: Build Process
    Affects Versions: 0.6.1
         Environment: Maven 3.0.3 using central repository
            Reporter: Justin Florentine
             Fix For: 0.7


It would be nice to be able to use the flex-mojos to get the as3 client implementation .swc artifact the same way we can get the .jar artifact for java clients.  An example pom that uses this approach with our local repositories should be attached.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Assigned] (THRIFT-1174) Publish as3 client implementation via Maven for use by flex-mojos users

Posted by "Jake Farrell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-1174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jake Farrell reassigned THRIFT-1174:
------------------------------------

    Assignee: Jake Farrell

> Publish as3 client implementation via Maven for use by flex-mojos users
> -----------------------------------------------------------------------
>
>                 Key: THRIFT-1174
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1174
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Build Process
>    Affects Versions: 0.6.1
>         Environment: Maven 3.0.3 using central repository
>            Reporter: Justin Florentine
>            Assignee: Jake Farrell
>              Labels: flex, maven
>             Fix For: 0.7
>
>         Attachments: pom.xml
>
>
> It would be nice to be able to use the flex-mojos to get the as3 client implementation .swc artifact the same way we can get the .jar artifact for java clients.  An example pom that uses this approach with our local repositories should be attached.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (THRIFT-1174) Publish as3 client implementation via Maven for use by flex-mojos users

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

Jake Farrell commented on THRIFT-1174:
--------------------------------------

Thanks Justin, should be able to accomplish this similar to how i did the fb303 and libthrift java versions

> Publish as3 client implementation via Maven for use by flex-mojos users
> -----------------------------------------------------------------------
>
>                 Key: THRIFT-1174
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1174
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Build Process
>    Affects Versions: 0.6.1
>         Environment: Maven 3.0.3 using central repository
>            Reporter: Justin Florentine
>            Assignee: Jake Farrell
>              Labels: flex, maven
>             Fix For: 0.7
>
>         Attachments: pom.xml
>
>
> It would be nice to be able to use the flex-mojos to get the as3 client implementation .swc artifact the same way we can get the .jar artifact for java clients.  An example pom that uses this approach with our local repositories should be attached.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Closed] (THRIFT-1174) Publish as3 client implementation via Maven for use by flex-mojos users

Posted by "Jake Farrell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-1174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jake Farrell closed THRIFT-1174.
--------------------------------

    Resolution: Fixed

Added to trunk, next release the libthrift-as3 client will get published to apache maven central with the libthrift and fb303 clients.

> Publish as3 client implementation via Maven for use by flex-mojos users
> -----------------------------------------------------------------------
>
>                 Key: THRIFT-1174
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1174
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Build Process
>    Affects Versions: 0.6.1
>         Environment: Maven 3.0.3 using central repository
>            Reporter: Justin Florentine
>            Assignee: Jake Farrell
>              Labels: flex, maven
>             Fix For: 0.7
>
>         Attachments: pom.xml
>
>
> It would be nice to be able to use the flex-mojos to get the as3 client implementation .swc artifact the same way we can get the .jar artifact for java clients.  An example pom that uses this approach with our local repositories should be attached.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (THRIFT-1174) Publish as3 client implementation via Maven for use by flex-mojos users

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

Hudson commented on THRIFT-1174:
--------------------------------

Integrated in Thrift #144 (See [https://builds.apache.org/hudson/job/Thrift/144/])
    Thrift-1174: Publish as3 client implementation via Maven for use by flex-mojos users
Client: as3

Adds the ability to publish the as3 client to maven central repo along side the java and fb303 libs.


> Publish as3 client implementation via Maven for use by flex-mojos users
> -----------------------------------------------------------------------
>
>                 Key: THRIFT-1174
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1174
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Build Process
>    Affects Versions: 0.6.1
>         Environment: Maven 3.0.3 using central repository
>            Reporter: Justin Florentine
>            Assignee: Jake Farrell
>              Labels: flex, maven
>             Fix For: 0.7
>
>         Attachments: pom.xml
>
>
> It would be nice to be able to use the flex-mojos to get the as3 client implementation .swc artifact the same way we can get the .jar artifact for java clients.  An example pom that uses this approach with our local repositories should be attached.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (THRIFT-1174) Publish as3 client implementation via Maven for use by flex-mojos users

Posted by "Justin Florentine (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-1174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Justin Florentine updated THRIFT-1174:
--------------------------------------

    Attachment: pom.xml

This shows the dependency entry we use to retrieve a .swc from our corporate repository.

> Publish as3 client implementation via Maven for use by flex-mojos users
> -----------------------------------------------------------------------
>
>                 Key: THRIFT-1174
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1174
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Build Process
>    Affects Versions: 0.6.1
>         Environment: Maven 3.0.3 using central repository
>            Reporter: Justin Florentine
>              Labels: flex, maven
>             Fix For: 0.7
>
>         Attachments: pom.xml
>
>
> It would be nice to be able to use the flex-mojos to get the as3 client implementation .swc artifact the same way we can get the .jar artifact for java clients.  An example pom that uses this approach with our local repositories should be attached.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (THRIFT-1174) Publish as3 client implementation via Maven for use by flex-mojos users

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

Jake Farrell commented on THRIFT-1174:
--------------------------------------

got this all working and published to the staging repo with no issues. Generates the pom and swc files based on the current java version. Artifacts uploaded where

libthrift-as3-0.7.0-snapshot.pom
libthrift-as3-0.7.0-snapshot.swc

I'm cleaning up the java/fb303/javascript and as3 build files to share common components and reduce code duplications. Will check the updates into trunk shortly

> Publish as3 client implementation via Maven for use by flex-mojos users
> -----------------------------------------------------------------------
>
>                 Key: THRIFT-1174
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1174
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Build Process
>    Affects Versions: 0.6.1
>         Environment: Maven 3.0.3 using central repository
>            Reporter: Justin Florentine
>            Assignee: Jake Farrell
>              Labels: flex, maven
>             Fix For: 0.7
>
>         Attachments: pom.xml
>
>
> It would be nice to be able to use the flex-mojos to get the as3 client implementation .swc artifact the same way we can get the .jar artifact for java clients.  An example pom that uses this approach with our local repositories should be attached.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira