You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Folke Behrens (JIRA)" <ji...@apache.org> on 2011/01/12 06:35:47 UTC

[jira] Updated: (CASSANDRA-1971) Let Ivy manage all dependencies and create POM file

     [ https://issues.apache.org/jira/browse/CASSANDRA-1971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Folke Behrens updated CASSANDRA-1971:
-------------------------------------

    Attachment: ivy-all-dep.patch.txt

> Let Ivy manage all dependencies and create POM file
> ---------------------------------------------------
>
>                 Key: CASSANDRA-1971
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1971
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Packaging
>    Affects Versions: 0.8
>            Reporter: Folke Behrens
>             Fix For: 0.8
>
>         Attachments: ivy-all-dep.patch.txt
>
>
> Attached patch changes the ivy configuration to manage all dependencies. The patch is not complete and still very experimental.
> * ivy.xml
> *# Different configurations defined.
> *# All JARs from /lib/ as dependencies.
> *# libthrift gets fake org/module for special handling.
> * ivysettings.xml
> *# New resolver for dependencies inside the project.
> *# Module filter for libthrift to use this resolver.
> * build.xml
> *# New target: ivy-makepom create a POM file in /build/ next to the .jar and -sources.jar files.
> *# New target: ivy-retrieve-libs copies dependencies back into /lib/. (For IDE users without Ivy plugin.)
> Now all JARs except libthrift should be remove from /lib/.
> Thoughts?

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