OpenVidu / openvidu

OpenVidu Platform main repository

Home Page:https://openvidu.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cannot build after commit e73ebfe

gr8den opened this issue · comments

build with mvn -DskipTests=true clean install failed after e73ebfe commit

Build log:

[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /Users/gr8/sandbox/openvidu_orig/openvidu/openvidu-server/src/main/java/io/openvidu/server/kurento/kms/KmsManager.java:[192,59] cannot find symbol
  symbol:   method isDestroyed()
  location: class org.kurento.client.KurentoClient
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] OpenVidu 2.0.0 ..................................... SUCCESS [  0.441 s]
[INFO] OpenVidu Client 1.1.0 .............................. SUCCESS [  2.333 s]
[INFO] OpenVidu Java Client 2.20.0 ........................ SUCCESS [  0.774 s]
[INFO] OpenVidu Test Browsers 1.1.0 ....................... SUCCESS [  1.651 s]
[INFO] OpenVidu Server 2.20.0 ............................. FAILURE [  3.867 s]
[INFO] OpenVidu Test e2e 1.1.1 ............................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  9.198 s
[INFO] Finished at: 2021-12-07T17:51:45+03:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project openvidu-server: Compilation failure
[ERROR] /Users/gr8/sandbox/openvidu_orig/openvidu/openvidu-server/src/main/java/io/openvidu/server/kurento/kms/KmsManager.java:[192,59] cannot find symbol
[ERROR]   symbol:   method isDestroyed()
[ERROR]   location: class org.kurento.client.KurentoClient
[ERROR]

There is recent changes in KurentoClient that are pending to be released.

To use a SNAPSHOT version for KurentoClient please clone the repository https://github.com/Kurento/kurento-java/tree/master/kurento-client and install the artifact in the local maven repository (mvn install). Then try to compile OpenVidu repository.