I am running IntelliJ IDEA 11 on Ubuntu Linux. I have an existing project that I imported into IDEA with a build script that does a ton of tasks <scp>. IntelliJ emphasizes all my tasks <scp>and gives me a message cannot resolve symbol, although I have jsch-0.1.42.jarboth on my global class path in IntelliJ, and an additional class path for this particular Ant file.


What do I need to do to make IntelliJ recognize <scp>as a valid task?
source
share