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 2009/04/03 18:46:13 UTC

[jira] Commented: (CASSANDRA-26) Move source into src/java

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

Johan Oskarsson commented on CASSANDRA-26:
------------------------------------------

Going to make another push for this. Right now we generate code into src, meaning if someone is reviewing a patch or coding on a new one it's hard to know which files are generated or coded. Moving all generated code into something like src/gen-java and the other into src/java would resolve this. 

> Move source into src/java
> -------------------------
>
>                 Key: CASSANDRA-26
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-26
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Johan Oskarsson
>            Assignee: Avinash Lakshman
>
> In order to allow code in different languages I suggest we move the current src/* into src/java and test/* into test/java. 
> Perhaps one day we would like to publish easy to use client libs in other languages or put test configuration in test/conf as in CASSANDRA-22, this move would help make such changes easier before we have too many outstanding patches against the current source.

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