You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gora.apache.org by "Ferdy Galema (JIRA)" <ji...@apache.org> on 2012/11/09 10:36:12 UTC

[jira] [Created] (GORA-178) HBase fix ivy.xml to use the correct antconfig mapping

Ferdy Galema created GORA-178:
---------------------------------

             Summary: HBase fix ivy.xml to use the correct antconfig mapping
                 Key: GORA-178
                 URL: https://issues.apache.org/jira/browse/GORA-178
             Project: Apache Gora
          Issue Type: Bug
            Reporter: Ferdy Galema
             Fix For: 0.3


The current mapping in HBaseStore ivy.xml has *->*, which is a bit broad. I suspect this causes problems relating to sometimes having an HBase test jar as the core HBase jar.

A simple modification of the ivy.xml with the appropiate antconfig mapping fixes this. I have tested and it works correctly when building the gora-hbase test and core jar.

Will commit in a few days.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (GORA-178) HBase fix ivy.xml to use the correct antconfig mapping

Posted by "Henry Saputra (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GORA-178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494814#comment-13494814 ] 

Henry Saputra commented on GORA-178:
------------------------------------

I believe we are going to remove the ivy configuration for Gora for pure Maven approach? If thats the case its time to clean up  the build system
                
> HBase fix ivy.xml to use the correct antconfig mapping
> ------------------------------------------------------
>
>                 Key: GORA-178
>                 URL: https://issues.apache.org/jira/browse/GORA-178
>             Project: Apache Gora
>          Issue Type: Bug
>            Reporter: Ferdy Galema
>             Fix For: 0.3
>
>         Attachments: gora-178.txt
>
>
> The current mapping in HBaseStore ivy.xml has *->*, which is a bit broad. I suspect this causes problems relating to sometimes having an HBase test jar as the core HBase jar.
> A simple modification of the ivy.xml with the appropiate antconfig mapping fixes this. I have tested and it works correctly when building the gora-hbase test and core jar.
> Will commit in a few days.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Closed] (GORA-178) HBase fix ivy.xml to use the correct antconfig mapping

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

Ferdy Galema closed GORA-178.
-----------------------------

    Resolution: Fixed

Committed @ trunk ref 1409139.
                
> HBase fix ivy.xml to use the correct antconfig mapping
> ------------------------------------------------------
>
>                 Key: GORA-178
>                 URL: https://issues.apache.org/jira/browse/GORA-178
>             Project: Apache Gora
>          Issue Type: Bug
>            Reporter: Ferdy Galema
>             Fix For: 0.3
>
>         Attachments: gora-178.txt
>
>
> The current mapping in HBaseStore ivy.xml has *->*, which is a bit broad. I suspect this causes problems relating to sometimes having an HBase test jar as the core HBase jar.
> A simple modification of the ivy.xml with the appropiate antconfig mapping fixes this. I have tested and it works correctly when building the gora-hbase test and core jar.
> Will commit in a few days.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (GORA-178) HBase fix ivy.xml to use the correct antconfig mapping

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

Hudson commented on GORA-178:
-----------------------------

Integrated in gora-trunk #509 (See [https://builds.apache.org/job/gora-trunk/509/])
    GORA-178 HBase fix ivy.xml to use the correct antconfig mapping (Revision 1409139)

     Result = UNSTABLE
ferdy : 
Files : 
* /gora/trunk/CHANGES.txt
* /gora/trunk/gora-hbase/ivy/ivy.xml

                
> HBase fix ivy.xml to use the correct antconfig mapping
> ------------------------------------------------------
>
>                 Key: GORA-178
>                 URL: https://issues.apache.org/jira/browse/GORA-178
>             Project: Apache Gora
>          Issue Type: Bug
>            Reporter: Ferdy Galema
>             Fix For: 0.3
>
>         Attachments: gora-178.txt
>
>
> The current mapping in HBaseStore ivy.xml has *->*, which is a bit broad. I suspect this causes problems relating to sometimes having an HBase test jar as the core HBase jar.
> A simple modification of the ivy.xml with the appropiate antconfig mapping fixes this. I have tested and it works correctly when building the gora-hbase test and core jar.
> Will commit in a few days.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (GORA-178) HBase fix ivy.xml to use the correct antconfig mapping

Posted by "Ferdy Galema (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GORA-178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494873#comment-13494873 ] 

Ferdy Galema commented on GORA-178:
-----------------------------------

I wasn't sure, but going for pure Maven is fine with me. That is best way to go.

This issue is just for the meantime.
                
> HBase fix ivy.xml to use the correct antconfig mapping
> ------------------------------------------------------
>
>                 Key: GORA-178
>                 URL: https://issues.apache.org/jira/browse/GORA-178
>             Project: Apache Gora
>          Issue Type: Bug
>            Reporter: Ferdy Galema
>             Fix For: 0.3
>
>         Attachments: gora-178.txt
>
>
> The current mapping in HBaseStore ivy.xml has *->*, which is a bit broad. I suspect this causes problems relating to sometimes having an HBase test jar as the core HBase jar.
> A simple modification of the ivy.xml with the appropiate antconfig mapping fixes this. I have tested and it works correctly when building the gora-hbase test and core jar.
> Will commit in a few days.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (GORA-178) HBase fix ivy.xml to use the correct antconfig mapping

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

Ferdy Galema updated GORA-178:
------------------------------

    Attachment: gora-178.txt
    
> HBase fix ivy.xml to use the correct antconfig mapping
> ------------------------------------------------------
>
>                 Key: GORA-178
>                 URL: https://issues.apache.org/jira/browse/GORA-178
>             Project: Apache Gora
>          Issue Type: Bug
>            Reporter: Ferdy Galema
>             Fix For: 0.3
>
>         Attachments: gora-178.txt
>
>
> The current mapping in HBaseStore ivy.xml has *->*, which is a bit broad. I suspect this causes problems relating to sometimes having an HBase test jar as the core HBase jar.
> A simple modification of the ivy.xml with the appropiate antconfig mapping fixes this. I have tested and it works correctly when building the gora-hbase test and core jar.
> Will commit in a few days.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira