You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Johan Oskarsson (JIRA)" <ji...@apache.org> on 2010/02/22 15:46:27 UTC

[jira] Created: (CASSANDRA-816) Wordcount contrib is not including all required jars

Wordcount contrib is not including all required jars
----------------------------------------------------

                 Key: CASSANDRA-816
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-816
             Project: Cassandra
          Issue Type: Bug
          Components: Contrib
    Affects Versions: 0.7
            Reporter: Johan Oskarsson
            Priority: Minor


The wordcount contrib build process is not including the libraries downloaded using ivy in the final jar file.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CASSANDRA-816) Wordcount contrib is not including all required jars

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

Hudson commented on CASSANDRA-816:
----------------------------------

Integrated in Cassandra #364 (See [http://hudson.zones.apache.org/hudson/job/Cassandra/364/])
    Fix bug where ivy downloaded jar files were not included. Patch by johan, review by jbellis. 


> Wordcount contrib is not including all required jars
> ----------------------------------------------------
>
>                 Key: CASSANDRA-816
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-816
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Contrib
>    Affects Versions: 0.6
>            Reporter: Johan Oskarsson
>            Assignee: Johan Oskarsson
>            Priority: Minor
>             Fix For: 0.6
>
>         Attachments: CASSANDRA-816.patch, CASSANDRA-816.patch
>
>
> The wordcount contrib build process is not including the libraries downloaded using ivy in the final jar file.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CASSANDRA-816) Wordcount contrib is not including all required jars

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

Johan Oskarsson updated CASSANDRA-816:
--------------------------------------

    Attachment: CASSANDRA-816.patch

Adds the required files to the jar.

> Wordcount contrib is not including all required jars
> ----------------------------------------------------
>
>                 Key: CASSANDRA-816
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-816
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Contrib
>    Affects Versions: 0.7
>            Reporter: Johan Oskarsson
>            Priority: Minor
>         Attachments: CASSANDRA-816.patch
>
>
> The wordcount contrib build process is not including the libraries downloaded using ivy in the final jar file.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CASSANDRA-816) Wordcount contrib is not including all required jars

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12836700#action_12836700 ] 

Jonathan Ellis commented on CASSANDRA-816:
------------------------------------------

do we need this in 0.6 or does this only affect the post-0.6 ivy changes?

> Wordcount contrib is not including all required jars
> ----------------------------------------------------
>
>                 Key: CASSANDRA-816
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-816
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Contrib
>    Affects Versions: 0.7
>            Reporter: Johan Oskarsson
>            Assignee: Johan Oskarsson
>            Priority: Minor
>         Attachments: CASSANDRA-816.patch, CASSANDRA-816.patch
>
>
> The wordcount contrib build process is not including the libraries downloaded using ivy in the final jar file.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CASSANDRA-816) Wordcount contrib is not including all required jars

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

Johan Oskarsson updated CASSANDRA-816:
--------------------------------------

    Affects Version/s:     (was: 0.7)
                       0.6

According to CASSANDRA-802 the ivy changes were in 0.6, so this one should also go into both 0.6 and trunk.

> Wordcount contrib is not including all required jars
> ----------------------------------------------------
>
>                 Key: CASSANDRA-816
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-816
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Contrib
>    Affects Versions: 0.6
>            Reporter: Johan Oskarsson
>            Assignee: Johan Oskarsson
>            Priority: Minor
>         Attachments: CASSANDRA-816.patch, CASSANDRA-816.patch
>
>
> The wordcount contrib build process is not including the libraries downloaded using ivy in the final jar file.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CASSANDRA-816) Wordcount contrib is not including all required jars

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

Johan Oskarsson updated CASSANDRA-816:
--------------------------------------

    Attachment: CASSANDRA-816.patch

Created the patch in the wrong dir, this is the corrected one

> Wordcount contrib is not including all required jars
> ----------------------------------------------------
>
>                 Key: CASSANDRA-816
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-816
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Contrib
>    Affects Versions: 0.7
>            Reporter: Johan Oskarsson
>            Assignee: Johan Oskarsson
>            Priority: Minor
>         Attachments: CASSANDRA-816.patch, CASSANDRA-816.patch
>
>
> The wordcount contrib build process is not including the libraries downloaded using ivy in the final jar file.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CASSANDRA-816) Wordcount contrib is not including all required jars

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12836730#action_12836730 ] 

Jonathan Ellis commented on CASSANDRA-816:
------------------------------------------

+1

please commit first to 0.6 then merge to trunk with repo merge (that is, not old-style cherry picking).  thanks!

> Wordcount contrib is not including all required jars
> ----------------------------------------------------
>
>                 Key: CASSANDRA-816
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-816
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Contrib
>    Affects Versions: 0.6
>            Reporter: Johan Oskarsson
>            Assignee: Johan Oskarsson
>            Priority: Minor
>         Attachments: CASSANDRA-816.patch, CASSANDRA-816.patch
>
>
> The wordcount contrib build process is not including the libraries downloaded using ivy in the final jar file.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.