Re: Re-importing Cassandra dependencies with Ant and IntelliJ 14.03

2016-03-23 Thread Nishant Kelkar
Doh! Didn't look that far down :) Maybe the "IDE" section should be moved to the top in the wiki? That way, it becomes more visible? (assuming most contributors are interested in setting up the IDE before running ant test, ant codecoverage, etc.) Best Regards, Nishant Kelkar On Wednesday, March

Re: Re-importing Cassandra dependencies with Ant and IntelliJ 14.03

2016-03-23 Thread Paulo Motta
> Is this documented somewhere (in the README.txt, etc.)? It is super useful for first-time Ant users like myself to know this upfront. It's documented in the HowToContribute link you posted initially: https://wiki.apache.org/cassandra/RunningCassandraInIDEA ;) 2016-03-23 2:23 GMT-03:00 Nishant K

Re: Re-importing Cassandra dependencies with Ant and IntelliJ 14.03

2016-03-22 Thread Nishant Kelkar
OK @all, I think I was finally able to fix the issue. I did this to fix it (in the top-level dir of my Cassandra install): nkelkar@nkelkar-laptop:~/cassandra$ *ant -v generate-idea-files* Is this documented somewhere (in the README.txt, etc.)? It is super useful for first-time Ant users like myse

Re: Re-importing Cassandra dependencies with Ant and IntelliJ 14.03

2016-03-22 Thread Nishant Kelkar
OK, I changed my branch to a much recent version (3.5) and I've been able to narrow the problem down to task* build-test* only. Specifically, when I trigger that task, I get the following error: *Compile failed; see the compiler error output for details.* This error points to the following secti

Re-importing Cassandra dependencies with Ant and IntelliJ 14.03

2016-03-22 Thread Nishant Kelkar
Hi all, I very recently forked the Cassandra code base as directed here: https://wiki.apache.org/cassandra/HowToContribute I then changed my language level to Java 8, and opened the project in IntelliJ. However, many of the dependencies (DataStax, Apache Commons, etc.) appear in *red* because Int