Cannot resolve scp character in IntelliJ IDEA 11 Ant build script

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.

Cannot Resolve SymbolAnt Additional Classpath

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

+5
source share
2 answers

IntelliJ 12.1.4. , jsch-0.1.50.jar ant IntelliJ (IntelliJ IDEA 12.1.4\lib\ant\lib).

+5

, scp jsch-0.1.45.jar,

scp works

, , .

+2

All Articles