You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Li Ping Zhang (JIRA)" <ji...@apache.org> on 2012/11/08 03:34:12 UTC

[jira] [Created] (HBASE-7124) typo in pom.xml with "exlude", no definition of "test.exclude.pattern"

Li Ping Zhang created HBASE-7124:
------------------------------------

             Summary: typo in pom.xml with "exlude", no definition of "test.exclude.pattern"
                 Key: HBASE-7124
                 URL: https://issues.apache.org/jira/browse/HBASE-7124
             Project: HBase
          Issue Type: Bug
    Affects Versions: 0.94.0
            Reporter: Li Ping Zhang
            Priority: Minor


There is a typo in pom.xml with "exlude", and there is no definition of "test.exclude.pattern".

--
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] (HBASE-7124) typo in pom.xml with "exlude", no definition of "test.exclude.pattern"

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

Hudson commented on HBASE-7124:
-------------------------------

Integrated in HBase-0.94 #607 (See [https://builds.apache.org/job/HBase-0.94/607/])
    HBASE-7124: typo in pom.xml with "exlude", no definition of "test.exclude.pattern" (Li Ping Zhang) (Revision 1415768)

     Result = SUCCESS
jyates : 
Files : 
* /hbase/branches/0.94/pom.xml

                
> typo in pom.xml with "exlude", no definition of "test.exclude.pattern"
> ----------------------------------------------------------------------
>
>                 Key: HBASE-7124
>                 URL: https://issues.apache.org/jira/browse/HBASE-7124
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.94.0
>            Reporter: Li Ping Zhang
>            Assignee: Li Ping Zhang
>            Priority: Minor
>              Labels: patch
>         Attachments: HBASE-7124-0.94.patch, HBASE-7124-v1.patch
>
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> There is a typo in pom.xml with "exlude", and there is no definition of "test.exclude.pattern".

--
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] (HBASE-7124) typo in pom.xml with "exlude", no definition of "test.exclude.pattern"

Posted by "Jesse Yates (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-7124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13505510#comment-13505510 ] 

Jesse Yates commented on HBASE-7124:
------------------------------------

[~michelle] the plugin you are modifying the failsafe plugin, which runs integration tests. Since the unit tests are covered in the surefire plugin, we don't need to run them again (and arguably its incorrect to run them during integration tests). Also,
{code}
<exclude>${test.exclude.pattern}</exclude>
{code}

doesn't exist in the pom anymore and I think that its covering the same pattern as:
{code}
<exclude>**/*$*</exclude>
{code}

Or did I get terribly confused?
                
> typo in pom.xml with "exlude", no definition of "test.exclude.pattern"
> ----------------------------------------------------------------------
>
>                 Key: HBASE-7124
>                 URL: https://issues.apache.org/jira/browse/HBASE-7124
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.94.0
>            Reporter: Li Ping Zhang
>            Assignee: Li Ping Zhang
>            Priority: Minor
>              Labels: patch
>         Attachments: HBASE-7124-0.94.patch
>
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> There is a typo in pom.xml with "exlude", and there is no definition of "test.exclude.pattern".

--
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] (HBASE-7124) typo in pom.xml with "exlude", no definition of "test.exclude.pattern"

Posted by "Li Ping Zhang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-7124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13495821#comment-13495821 ] 

Li Ping Zhang commented on HBASE-7124:
--------------------------------------

Yes, Jesse, I have a patch, so need I patch it now?
                
> typo in pom.xml with "exlude", no definition of "test.exclude.pattern"
> ----------------------------------------------------------------------
>
>                 Key: HBASE-7124
>                 URL: https://issues.apache.org/jira/browse/HBASE-7124
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.94.0
>            Reporter: Li Ping Zhang
>            Priority: Minor
>              Labels: patch
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> There is a typo in pom.xml with "exlude", and there is no definition of "test.exclude.pattern".

--
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] [Resolved] (HBASE-7124) typo in pom.xml with "exlude", no definition of "test.exclude.pattern"

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

Jesse Yates resolved HBASE-7124.
--------------------------------

    Resolution: Fixed
    
> typo in pom.xml with "exlude", no definition of "test.exclude.pattern"
> ----------------------------------------------------------------------
>
>                 Key: HBASE-7124
>                 URL: https://issues.apache.org/jira/browse/HBASE-7124
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.94.0
>            Reporter: Li Ping Zhang
>            Assignee: Li Ping Zhang
>            Priority: Minor
>              Labels: patch
>         Attachments: HBASE-7124-0.94.patch, HBASE-7124-v1.patch
>
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> There is a typo in pom.xml with "exlude", and there is no definition of "test.exclude.pattern".

--
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] (HBASE-7124) typo in pom.xml with "exlude", no definition of "test.exclude.pattern"

Posted by "Jesse Yates (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-7124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13506755#comment-13506755 ] 

Jesse Yates commented on HBASE-7124:
------------------------------------

Looks good to me. I'll commit today, unless there are any objections.
                
> typo in pom.xml with "exlude", no definition of "test.exclude.pattern"
> ----------------------------------------------------------------------
>
>                 Key: HBASE-7124
>                 URL: https://issues.apache.org/jira/browse/HBASE-7124
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.94.0
>            Reporter: Li Ping Zhang
>            Assignee: Li Ping Zhang
>            Priority: Minor
>              Labels: patch
>         Attachments: HBASE-7124-0.94.patch, HBASE-7124-v1.patch
>
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> There is a typo in pom.xml with "exlude", and there is no definition of "test.exclude.pattern".

--
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] (HBASE-7124) typo in pom.xml with "exlude", no definition of "test.exclude.pattern"

Posted by "Li Ping Zhang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-7124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13496311#comment-13496311 ] 

Li Ping Zhang commented on HBASE-7124:
--------------------------------------

That's cool, Jesse! Stack, can you help me out with the assignee? Thanks in advance!:-)
                
> typo in pom.xml with "exlude", no definition of "test.exclude.pattern"
> ----------------------------------------------------------------------
>
>                 Key: HBASE-7124
>                 URL: https://issues.apache.org/jira/browse/HBASE-7124
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.94.0
>            Reporter: Li Ping Zhang
>            Priority: Minor
>              Labels: patch
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> There is a typo in pom.xml with "exlude", and there is no definition of "test.exclude.pattern".

--
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] (HBASE-7124) typo in pom.xml with "exlude", no definition of "test.exclude.pattern"

Posted by "Li Ping Zhang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-7124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13496264#comment-13496264 ] 

Li Ping Zhang commented on HBASE-7124:
--------------------------------------

Yes, Stack, I can attach it here. I have generated a diff patch for 0.94 branch and trunk, need I provide it? By the way, can I have the honor to be the assignee to fix this issue? Thanks!
                
> typo in pom.xml with "exlude", no definition of "test.exclude.pattern"
> ----------------------------------------------------------------------
>
>                 Key: HBASE-7124
>                 URL: https://issues.apache.org/jira/browse/HBASE-7124
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.94.0
>            Reporter: Li Ping Zhang
>            Priority: Minor
>              Labels: patch
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> There is a typo in pom.xml with "exlude", and there is no definition of "test.exclude.pattern".

--
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] (HBASE-7124) typo in pom.xml with "exlude", no definition of "test.exclude.pattern"

Posted by "Jesse Yates (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-7124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13507502#comment-13507502 ] 

Jesse Yates commented on HBASE-7124:
------------------------------------

Committed. thanks [~michelle]
                
> typo in pom.xml with "exlude", no definition of "test.exclude.pattern"
> ----------------------------------------------------------------------
>
>                 Key: HBASE-7124
>                 URL: https://issues.apache.org/jira/browse/HBASE-7124
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.94.0
>            Reporter: Li Ping Zhang
>            Assignee: Li Ping Zhang
>            Priority: Minor
>              Labels: patch
>         Attachments: HBASE-7124-0.94.patch, HBASE-7124-v1.patch
>
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> There is a typo in pom.xml with "exlude", and there is no definition of "test.exclude.pattern".

--
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] (HBASE-7124) typo in pom.xml with "exlude", no definition of "test.exclude.pattern"

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

stack commented on HBASE-7124:
------------------------------

[~michelle] Attach it here?
                
> typo in pom.xml with "exlude", no definition of "test.exclude.pattern"
> ----------------------------------------------------------------------
>
>                 Key: HBASE-7124
>                 URL: https://issues.apache.org/jira/browse/HBASE-7124
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.94.0
>            Reporter: Li Ping Zhang
>            Priority: Minor
>              Labels: patch
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> There is a typo in pom.xml with "exlude", and there is no definition of "test.exclude.pattern".

--
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] (HBASE-7124) typo in pom.xml with "exlude", no definition of "test.exclude.pattern"

Posted by "Li Ping Zhang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-7124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Li Ping Zhang updated HBASE-7124:
---------------------------------

    Attachment: HBASE-7124-0.94.patch

HBASE-7124-0.94.patch is for branch 0.94. There is no this typo issue in current trunk, so no patch for trunk. 
                
> typo in pom.xml with "exlude", no definition of "test.exclude.pattern"
> ----------------------------------------------------------------------
>
>                 Key: HBASE-7124
>                 URL: https://issues.apache.org/jira/browse/HBASE-7124
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.94.0
>            Reporter: Li Ping Zhang
>            Assignee: Li Ping Zhang
>            Priority: Minor
>              Labels: patch
>         Attachments: HBASE-7124-0.94.patch
>
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> There is a typo in pom.xml with "exlude", and there is no definition of "test.exclude.pattern".

--
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] [Assigned] (HBASE-7124) typo in pom.xml with "exlude", no definition of "test.exclude.pattern"

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

stack reassigned HBASE-7124:
----------------------------

    Assignee: Li Ping Zhang

Assigning Li Ping Zhang.  Added you as an HBase Contributor.  Jesse, added you as an administrator so you should be able to do this going forward.
                
> typo in pom.xml with "exlude", no definition of "test.exclude.pattern"
> ----------------------------------------------------------------------
>
>                 Key: HBASE-7124
>                 URL: https://issues.apache.org/jira/browse/HBASE-7124
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.94.0
>            Reporter: Li Ping Zhang
>            Assignee: Li Ping Zhang
>            Priority: Minor
>              Labels: patch
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> There is a typo in pom.xml with "exlude", and there is no definition of "test.exclude.pattern".

--
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] (HBASE-7124) typo in pom.xml with "exlude", no definition of "test.exclude.pattern"

Posted by "Jesse Yates (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-7124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13496302#comment-13496302 ] 

Jesse Yates commented on HBASE-7124:
------------------------------------

[~michelle] yeah, you can attach them here. You should be able to make yourself the assignee ([~saint.ack@gmail.com] - I can't seem to get Li Ping Zhang's name to come up here, you have any luck?)
                
> typo in pom.xml with "exlude", no definition of "test.exclude.pattern"
> ----------------------------------------------------------------------
>
>                 Key: HBASE-7124
>                 URL: https://issues.apache.org/jira/browse/HBASE-7124
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.94.0
>            Reporter: Li Ping Zhang
>            Priority: Minor
>              Labels: patch
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> There is a typo in pom.xml with "exlude", and there is no definition of "test.exclude.pattern".

--
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] (HBASE-7124) typo in pom.xml with "exlude", no definition of "test.exclude.pattern"

Posted by "Li Ping Zhang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-7124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13506171#comment-13506171 ] 

Li Ping Zhang commented on HBASE-7124:
--------------------------------------

Hi Jesse, thanks for your review comments. Yes, you are right, current branch 0.94 has changed pom.xml a bit, I attched the new patch HBASE-7124-v1.patch based on the latest pom.xml in branch 0.94.
                
> typo in pom.xml with "exlude", no definition of "test.exclude.pattern"
> ----------------------------------------------------------------------
>
>                 Key: HBASE-7124
>                 URL: https://issues.apache.org/jira/browse/HBASE-7124
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.94.0
>            Reporter: Li Ping Zhang
>            Assignee: Li Ping Zhang
>            Priority: Minor
>              Labels: patch
>         Attachments: HBASE-7124-0.94.patch, HBASE-7124-v1.patch
>
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> There is a typo in pom.xml with "exlude", and there is no definition of "test.exclude.pattern".

--
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] (HBASE-7124) typo in pom.xml with "exlude", no definition of "test.exclude.pattern"

Posted by "Li Ping Zhang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-7124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Li Ping Zhang updated HBASE-7124:
---------------------------------

    Attachment: HBASE-7124-v1.patch

HBASE-7124-v1.patch is for branch 0.94 based on Jesse's comments.
                
> typo in pom.xml with "exlude", no definition of "test.exclude.pattern"
> ----------------------------------------------------------------------
>
>                 Key: HBASE-7124
>                 URL: https://issues.apache.org/jira/browse/HBASE-7124
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.94.0
>            Reporter: Li Ping Zhang
>            Assignee: Li Ping Zhang
>            Priority: Minor
>              Labels: patch
>         Attachments: HBASE-7124-0.94.patch, HBASE-7124-v1.patch
>
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> There is a typo in pom.xml with "exlude", and there is no definition of "test.exclude.pattern".

--
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] [Work started] (HBASE-7124) typo in pom.xml with "exlude", no definition of "test.exclude.pattern"

Posted by "Li Ping Zhang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-7124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on HBASE-7124 started by Li Ping Zhang.

> typo in pom.xml with "exlude", no definition of "test.exclude.pattern"
> ----------------------------------------------------------------------
>
>                 Key: HBASE-7124
>                 URL: https://issues.apache.org/jira/browse/HBASE-7124
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.94.0
>            Reporter: Li Ping Zhang
>            Assignee: Li Ping Zhang
>            Priority: Minor
>              Labels: patch
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> There is a typo in pom.xml with "exlude", and there is no definition of "test.exclude.pattern".

--
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] (HBASE-7124) typo in pom.xml with "exlude", no definition of "test.exclude.pattern"

Posted by "Jesse Yates (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-7124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13493280#comment-13493280 ] 

Jesse Yates commented on HBASE-7124:
------------------------------------

Any chance of a patch Li?
                
> typo in pom.xml with "exlude", no definition of "test.exclude.pattern"
> ----------------------------------------------------------------------
>
>                 Key: HBASE-7124
>                 URL: https://issues.apache.org/jira/browse/HBASE-7124
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.94.0
>            Reporter: Li Ping Zhang
>            Priority: Minor
>              Labels: patch
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> There is a typo in pom.xml with "exlude", and there is no definition of "test.exclude.pattern".

--
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