here is what I normally do:
I do not use the ant-generated eclipse files from the build.xml,
because that uses external ant build, and every time you make some
small code changes, the ant job is invoked, which is annoying.
I just create an eclipse java project, select the java sources to be
src/j
Thanks guys.
After installing svn, it works.
But when I followed the last step
"If Eclipse still complains about compile errors it is because 'src' (and
not 'src/java') is added as source folder. To fix this I recommend to remove
'src' from build path and add 'src/java' to the build path (just lik
you can simply run:
ant generate-eclipse-files
then import the project
On Sun, Aug 7, 2011 at 5:39 PM, Alvin UW 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 -> "Ru
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.