[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Kurento Java Tutorial 2 5.0.3
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ kurento-magic-mirror ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 11 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ kurento-magic-mirror ---
[INFO] Compiling 1 source file to /home/denis/kurento-tutorial-java/kurento-magic-mirror/target/classes
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.887s
[INFO] Finished at: Thu Jan 15 18:29:55 YEKT 2015
[INFO] Final Memory: 14M/34M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project kurento-magic-mirror: Compilation failure: Compilation failure:
[ERROR] /home/denis/kurento-tutorial-java/kurento-magic-mirror/src/main/java/org/kurento/tutorial/magicmirror/MagicMirrorHandler.java:[102,3] error: cannot find symbol
[ERROR]
[ERROR] could not parse error message: symbol: variable player
[ERROR] location: class MagicMirrorHandler
[ERROR] /home/denis/kurento-tutorial-java/kurento-magic-mirror/src/main/java/org/kurento/tutorial/magicmirror/MagicMirrorHandler.java:103: error: cannot find symbol
[ERROR] String videoUrl = webRtcEndpoint.getUrl();
[ERROR] ^
[ERROR]
[ERROR] could not parse error message: symbol: method getUrl()
[ERROR] location: variable webRtcEndpoint of type WebRtcEndpoint
[ERROR] /home/denis/kurento-tutorial-java/kurento-magic-mirror/src/main/java/org/kurento/tutorial/magicmirror/MagicMirrorHandler.java:108: error: cannot find symbol
[ERROR] String sdpAnswer = playerEndpoint.processOffer(sdpOffer);
[ERROR] ^
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles: