You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Gary Dusbabek (JIRA)" <ji...@apache.org> on 2011/01/03 16:53:45 UTC

[jira] Commented: (CASSANDRA-1926) Add Ant target to generate the project description files for running Cassandra in Eclipse

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

Gary Dusbabek commented on CASSANDRA-1926:
------------------------------------------

I think it would be better to include all of lib/*.jar instead of a separate entry for each jar.

Also, would git-hub be a better place to put this kind of thing?

> Add Ant target to generate the project description files for running Cassandra in Eclipse
> -----------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-1926
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1926
>             Project: Cassandra
>          Issue Type: Improvement
>         Environment: Eclipse 3.5
>            Reporter: Zhijie Shen
>            Priority: Minor
>         Attachments: trunk-1926.patch
>
>
> "http://wiki.apache.org/cassandra/RunningCassandraInEclipse" has demonstrated the procedure to manually configure Eclipse to make Cassandra runnable in it. But why not doing this automatically by adding an Ant target that is responsible the generation of Eclipse project description files? Actually, another Apache project, Hive, has done the similar things.
> Moreover, the aforementioned setup guide has the defects, which was learned from my experience of building Cassandra in Eclipse:
> 1) The "bin/" directory of Cassandra contains the executable scripts while it is the output destination of Eclipse project build by default. Therefore, unintentionally using Eclipse project build will break the original executable scripts in the "bin/" directory.
> 2) The default builder cannot build the project correctly. Instead, a customized builder based Ant builder should be created.
> For these reasons, I suggest to add a new Ant target in "build.xml" to generate the project description files. Meanwhile, another target is required to clean these files.

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