Re: Setting up IntelliJ for dependencies from Maven ant tasks

2014-07-08 Thread Clint Kelly
Ah fantastic, this works. Thanks very much, Jonathan! I somehow completely missed this even after reading the "HowToContribute" page. Really clowned myself there; apologies for spamming the list. On Tue, Jul 8, 2014 at 9:14 PM, Jonathan Ellis wrote: > It should Just Work if you import the eclip

Re: Setting up IntelliJ for dependencies from Maven ant tasks

2014-07-08 Thread Jonathan Ellis
It should Just Work if you import the eclipse project: https://wiki.apache.org/cassandra/RunningCassandraInIDEA On Tue, Jul 8, 2014 at 11:08 PM, Clint Kelly wrote: > Hi everyone, > > I am trying to set up IntelliJ such that I can use it to navigate and > edit the source code for Cassandra. I hav

Setting up IntelliJ for dependencies from Maven ant tasks

2014-07-08 Thread Clint Kelly
Hi everyone, I am trying to set up IntelliJ such that I can use it to navigate and edit the source code for Cassandra. I have a lot of experience using IntelliJ with Maven projects, but I have not used it with Ant before. I can associate the build.xml file as my project's Ant build file and then