webrtc / KITE

KITE is a test engine designed to test WebRTC interoperability across browsers
Apache License 2.0
469 stars 126 forks source link

Compilation error on Java 9 #35

Closed alvestrand closed 6 years ago

alvestrand commented 6 years ago

After installing Oracle Java 9 on an Ubuntu machine, the following error happened when running "mvn clean install":

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:testCompile (default-testCompile) on project apprtc-test: Compilation failure: Compilation failure: [ERROR] /home/hta/code/kite/KITE-AppRTC-Test/src/test/java/org/webrtc/kite/IceConnectionTestTest.java:[23,23] package junit.framework does not exist [ERROR] /home/hta/code/kite/KITE-AppRTC-Test/src/test/java/org/webrtc/kite/IceConnectionTestTest.java:[25,44] cannot find symbol [ERROR] symbol: class TestCase [ERROR] /home/hta/code/kite/KITE-AppRTC-Test/src/test/java/org/webrtc/kite/IceConnectionTestTest.java:[33,5] cannot find symbol [ERROR] symbol: variable super [ERROR] location: class org.webrtc.kite.IceConnectionTestTest

Missing dependency or required preinstall? (junit is installed)

josemrecio-cosmo commented 6 years ago

Build files updated with fixed dependencies

namvuCosmo commented 6 years ago

Fixed.