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 use IntelliJ to compile, run tests, etc., but I'm not sure how to make IntelliJ aware of the dependencies that the ant build downloads. The problem therefore is that IntelliJ highlights a lot of the code in red, because it cannot resolve the dependencies for all of the external packages (e.g., Guava). If anyone could give me a tip on how to resolve this, I would greatly appreciate it. I am looking forward to trying to contribute to the project! Best regards, Clint