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

Rick Shaw commented on CASSANDRA-2761:
--------------------------------------

I put together a patch that covered the obvious but I had strange problems in 
test. So I dug deeper and found a ton (over 50 I think) additional transitive 
dependencies that I had missed... (silly me) 

I can try an get them all in but I think we should seriously rethink that 
strategy for now. With this many dependancies they should probably be put in 
their own jar(s). It would really make the driver jar have to keep up with 
detailed dependency changes in the server code base. Miss one and it's messy 
and the errors are non-obvious.

I was a big whiner about not carrying around the whole server just for client 
access, but until it is re-factored, I can now appreciate the horror that will 
commence if we piece-meal drag over classes from the server into the JAR.

So fo now I suggest we keep the jar the way it is with just the 
o.a.c.cql.jdbc.* classes.

> JDBC driver does not build
> --------------------------
>
>                 Key: CASSANDRA-2761
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2761
>             Project: Cassandra
>          Issue Type: Bug
>          Components: API
>    Affects Versions: 1.0
>            Reporter: Jonathan Ellis
>            Assignee: Rick Shaw
>             Fix For: 1.0
>
>         Attachments: jdbc-driver-build-v1.txt
>
>
> Need a way to build (and run tests for) the Java driver.
> Also: still some vestigal references to drivers/ in trunk build.xml.
> Should we remove drivers/ from the 0.8 branch as well?

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

        

Reply via email to