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

[jira] Resolved: (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:all-tabpanel ]

Eric Evans resolved CASSANDRA-1926.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 0.8
                   0.7.1
                   0.6.9
         Assignee: T Jake Luciani

commited to 0.6, 0.7, and trunk

> 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
>            Assignee: T Jake Luciani
>            Priority: Minor
>             Fix For: 0.6.9, 0.7.1, 0.8
>
>         Attachments: 0001-CASSANDRA-1926-added-auto-generated-classpath-and-unit.txt, 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.