Information:Using javac 1.7.0_09 to compile java sources
Information:java: Errors occurred while compiling module 'testng_rt'
Information:Compilation completed with 46 errors and 2 warnings in 1 sec
Information:46 errors
Information:2 warnings
F:\intellij_c\idea\plugins\testng_rt\src\org\testng\IDEARemoteTestNG.java
    Error:Error:line (20)java: package org.testng.collections does not exist
    Error:Error:line (21)java: package org.testng.remote.strprotocol does not exist
    Error:Error:line (22)java: package org.testng.remote.strprotocol does not exist
    Error:Error:line (23)java: package org.testng.xml does not exist
    Error:Error:line (24)java: package org.testng.xml does not exist
    Error:Error:line (29)java: cannot find symbol
  symbol: class TestNG
    Error:Error:line (31)java: cannot find symbol
  symbol:   class XmlSuite
  location: class org.testng.IDEARemoteTestNG
    Error:Error:line (31)java: cannot find symbol
  symbol:   class XmlSuite
  location: class org.testng.IDEARemoteTestNG
    Error:Error:line (32)java: cannot find symbol
  symbol:   class XmlSuite
  location: class org.testng.IDEARemoteTestNG
    Error:Error:line (40)java: cannot find symbol
  symbol:   method initializeSuitesAndJarFile()
  location: class org.testng.IDEARemoteTestNG
    Error:Error:line (42)java: cannot find symbol
  symbol:   class XmlSuite
  location: class org.testng.IDEARemoteTestNG
    Error:Error:line (42)java: cannot find symbol
  symbol:   variable Lists
  location: class org.testng.IDEARemoteTestNG
    Error:Error:line (43)java: cannot find symbol
  symbol:   variable m_suites
  location: class org.testng.IDEARemoteTestNG
    Error:Error:line (48)java: cannot find symbol
  symbol:   class XmlSuite
  location: class org.testng.IDEARemoteTestNG
    Error:Error:line (49)java: cannot find symbol
  symbol:   class XmlTest
  location: class org.testng.IDEARemoteTestNG
    Error:Error:line (50)java: cannot find symbol
  symbol:   class XmlTest
  location: class org.testng.IDEARemoteTestNG
    Error:Error:line (58)java: cannot find symbol
  symbol:   class ISuiteListener
  location: class org.testng.IDEARemoteTestNG
    Error:Error:line (59)java: cannot find symbol
  symbol:   class ITestListener
  location: class org.testng.IDEARemoteTestNG
    Error:Error:line (60)java: cannot find symbol
  symbol:   variable super
  location: class org.testng.IDEARemoteTestNG
F:\intellij_c\idea\plugins\testng_rt\src\org\testng\IDEATestNGRemoteListener.java
    Error:Error:line (5)java: package org.testng.internal does not exist
    Error:Error:line (16)java: cannot find symbol
  symbol: class ISuiteListener
    Error:Error:line (16)java: cannot find symbol
  symbol: class IResultListener
    Error:Error:line (20)java: cannot find symbol
  symbol:   class ITestResult
  location: class org.testng.IDEATestNGRemoteListener
    Error:Error:line (24)java: cannot find symbol
  symbol:   class ITestResult
  location: class org.testng.IDEATestNGRemoteListener
    Error:Error:line (28)java: cannot find symbol
  symbol:   class ITestResult
  location: class org.testng.IDEATestNGRemoteListener
    Error:Error:line (32)java: cannot find symbol
  symbol:   class ISuite
  location: class org.testng.IDEATestNGRemoteListener
    Error:Error:line (36)java: cannot find symbol
  symbol:   class ISuite
  location: class org.testng.IDEATestNGRemoteListener
    Error:Error:line (40)java: cannot find symbol
  symbol:   class ITestResult
  location: class org.testng.IDEATestNGRemoteListener
    Error:Error:line (52)java: cannot find symbol
  symbol:   class ITestResult
  location: class org.testng.IDEATestNGRemoteListener
    Error:Error:line (64)java: cannot find symbol
  symbol:   class ITestResult
  location: class org.testng.IDEATestNGRemoteListener
    Error:Error:line (77)java: cannot find symbol
  symbol:   class ITestResult
  location: class org.testng.IDEATestNGRemoteListener
    Error:Error:line (81)java: cannot find symbol
  symbol:   class ITestResult
  location: class org.testng.IDEATestNGRemoteListener
    Error:Error:line (85)java: cannot find symbol
  symbol:   class ITestContext
  location: class org.testng.IDEATestNGRemoteListener
    Error:Error:line (89)java: cannot find symbol
  symbol:   class ITestContext
  location: class org.testng.IDEATestNGRemoteListener
F:\intellij_c\idea\plugins\testng_rt\src\org\testng\IDEATestNGListener.java
    Error:Error:line (23)java: cannot find symbol
  symbol: class ITestListener
F:\intellij_c\idea\plugins\testng_rt\src\org\testng\RemoteTestNGStarter.java
    Error:Error:line (23)java: package com.beust.jcommander does not exist
    Error:Error:line (24)java: package org.testng.remote does not exist
    Error:Error:line (25)java: package org.testng.remote does not exist
    Error:Error:line (99)java: cannot find symbol
  symbol:   class CommandLineArgs
  location: class org.testng.RemoteTestNGStarter
    Error:Error:line (99)java: cannot find symbol
  symbol:   class CommandLineArgs
  location: class org.testng.RemoteTestNGStarter
    Error:Error:line (100)java: cannot find symbol
  symbol:   class RemoteArgs
  location: class org.testng.RemoteTestNGStarter
    Error:Error:line (100)java: cannot find symbol
  symbol:   class RemoteArgs
  location: class org.testng.RemoteTestNGStarter
    Error:Error:line (101)java: cannot find symbol
  symbol:   class JCommander
  location: class org.testng.RemoteTestNGStarter
    Error:Error:line (113)java: cannot find symbol
  symbol:   class RemoteTestNG
  location: class org.testng.RemoteTestNGStarter
    Error:Error:line (113)java: cannot find symbol
  symbol:   class RemoteTestNG
  location: class org.testng.RemoteTestNGStarter
    Error:Error:line (125)java: cannot find symbol
  symbol:   variable RemoteTestNG
  location: class org.testng.RemoteTestNGStarter
    Warning:Warning:java: F:\intellij_c\idea\plugins\testng_rt\src\org\testng\RemoteTestNGStarter.java uses unchecked or unsafe operations.
    Warning:Warning:java: Recompile with -Xlint:unchecked for details.