Re: Setup Cassandra0.8 in Eclipse

2011-08-08 Thread Jake Luciani
you can simply run: ant generate-eclipse-files then import the project On Sun, Aug 7, 2011 at 5:39 PM, Alvin UW alvi...@gmail.com wrote: Hello, I am trying to Setup Cassandra0.8 in Eclipse following http://wiki.apache.org/cassandra/RunningCassandraInEclipse After right clicking

Re: Setup Cassandra0.8 in Eclipse

2011-08-08 Thread Alvin UW
: Hello, I am trying to Setup Cassandra0.8 in Eclipse following http://wiki.apache.org/cassandra/RunningCassandraInEclipse After right clicking on the build.xml - Run As - Ant Build. Error appeared as follows: Buildfile: /workspace/Cassandra0.8/build.xml maven-ant-tasks-localrepo: maven-ant

Re: Setup Cassandra0.8 in Eclipse

2011-08-08 Thread Yang
On Sun, Aug 7, 2011 at 2:39 PM, Alvin UW alvi...@gmail.com wrote: Hello, I am trying to Setup Cassandra0.8 in Eclipse following http://wiki.apache.org/cassandra/RunningCassandraInEclipse After right clicking on the build.xml - Run As - Ant Build. Error appeared as follows: Buildfile: /workspace

Setup Cassandra0.8 in Eclipse

2011-08-07 Thread Alvin UW
Hello, I am trying to Setup Cassandra0.8 in Eclipse following http://wiki.apache.org/cassandra/RunningCassandraInEclipse After right clicking on the build.xml - Run As - Ant Build. Error appeared as follows: Buildfile: /workspace/Cassandra0.8/build.xml maven-ant-tasks-localrepo: maven-ant-tasks

Re: Setup Cassandra0.8 in Eclipse

2011-08-07 Thread Benoit Perroud
Make sure svn is on the PATH. If you open a terminal (or cmd), running svn command should work. On 07. 08. 11 23:39, Alvin UW wrote: It seems svn wasn't installed, but i did install it.