Inteliij IDEA CE crashes on building
Hi, everyone. Recently i've got the latest source code of Intellij IDEA Community Edition and did all the things, which had pointed out in instructions here http://www.jetbrains.org/pages/viewpage.action?pageId=983225.
But when I tried building project 'community-main', it stucks on the problem with missing testNG dependencies of 'plugins/testng_rt'. I've also checked out Idea JDK classpath locations, which, as I guess, used to point out to JDK 1.7/lib folder and Intellij Community Edition location.
Now, I have unresolved symbols from org.testng.* and com.beust.jcommander.JCommander.
Attachment(s):
error_build.txt.zip
Please sign in to leave a comment.
Hi Oleg,
please check testNG project library, it should poibt to valid testng.jar under plugin/lib folder.
Thanks
Thanks a lot, it works!