[ 
https://issues.apache.org/jira/browse/CASSANDRA-2936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13095558#comment-13095558
 ] 

Rick Shaw commented on CASSANDRA-2936:
--------------------------------------

I am trying to do it in Eclipse from the SVN plugin. I guess I'll switch to 
CLI. But I thought there would be a shortcut to substitute my specific target 
path for the apparent git path. And I was concerned that the current patch set 
seems to have a different path near the root: using src/java not java/src. 
Sorry to take up valuable time. I'll work through in... Thanx.

> improve dependency situation between JDBC driver and Cassandra
> --------------------------------------------------------------
>
>                 Key: CASSANDRA-2936
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2936
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: API, Core
>    Affects Versions: 0.8.1
>            Reporter: Eric Evans
>            Assignee: Eric Evans
>            Priority: Minor
>              Labels: cql
>             Fix For: 1.0
>
>         Attachments: 
> v2-0001-CASSANDRA-2936-create-package-for-CQL-term-marshaling.txt, 
> v2-0002-convert-drivers-and-tests-to-o.a.c.cql.term.txt, 
> v2-0003-remove-extraneous-methods-from-o.a.c.db.marshal-classe.txt, 
> v2-0004-make-better-reuse-of-new-classes.txt, v2-0005-create-jar-file.txt
>
>
> The JDBC jar currently depends on the {{apache-cassandra-$version}} jar, 
> despite the fact that it only (directly) uses a handful of Cassandra's 
> classes.  In a perfect world, we'd break those classes out into their own jar 
> which both the JDBC driver and Cassandra (ala 
> {{apache-cassandra-$version.jar}}) could depend on.  However, the classes 
> used directly don't fall out to anything that makes much sense 
> organizationally (short of creating a 
> {{apache-cassandra-misc-$version.jar}}), and the situation only gets worse 
> when you take into account all of the transitive dependencies.
> See CASSANDRA-2761 for more background, in particular 
> ([this|https://issues.apache.org/jira/browse/CASSANDRA-2761?focusedCommentId=13048734&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13048734]
>  and 
> [this|https://issues.apache.org/jira/browse/CASSANDRA-2761?focusedCommentId=13050884&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13050884])

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

        

Reply via email to