Hello! I have installed Maven, and the JDK, when I try to compile the guacamole-auth-json I am getting the following errors:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project guacamole-auth-json: Compilation failure: Compilation failure: [ERROR] /Users/USERNAME/Downloads/guacamole-client-master/extensions/guacamole-auth-json/src/main/java/org/apache/guacamole/auth/json/ConfigurationService.java:[27,38] error: cannot find symbol [ERROR] symbol: class ByteArrayProperty [ERROR] location: package org.apache.guacamole.properties [ERROR] /Users/USERNAME/Downloads/guacamole-client-master/extensions/guacamole-auth-json/src/main/java/org/apache/guacamole/auth/json/ConfigurationService.java:[28,38] error: cannot find symbol [ERROR] symbol: class StringListProperty [ERROR] location: package org.apache.guacamole.properties [ERROR] /Users/USERNAME/Downloads/guacamole-client-master/extensions/guacamole-auth-json/src/main/java/org/apache/guacamole/auth/json/ConfigurationService.java:[45,25] error: cannot find symbol [ERROR] symbol: class ByteArrayProperty [ERROR] location: class ConfigurationService [ERROR] /Users/USERNAME/Downloads/guacamole-client-master/extensions/guacamole-auth-json/src/main/java/org/apache/guacamole/auth/json/ConfigurationService.java:[59,25] error: cannot find symbol [ERROR] symbol: class StringListProperty [ERROR] location: class ConfigurationService [ERROR] /Users/USERNAME/Downloads/guacamole-client-master/extensions/guacamole-auth-json/src/main/java/org/apache/guacamole/auth/json/ConfigurationService.java:[45,65] error: cannot find symbol [ERROR] symbol: class ByteArrayProperty [ERROR] location: class ConfigurationService [ERROR] /Users/USERNAME/Downloads/guacamole-client-master/extensions/guacamole-auth-json/src/main/java/org/apache/guacamole/auth/json/ConfigurationService.java:[47,8] error: method does not override or implement a method from a supertype [ERROR] /Users/USERNAME/Downloads/guacamole-client-master/extensions/guacamole-auth-json/src/main/java/org/apache/guacamole/auth/json/ConfigurationService.java:[59,72] error: cannot find symbol [ERROR] symbol: class StringListProperty [ERROR] location: class ConfigurationService [ERROR] /Users/USERNAME/Downloads/guacamole-client-master/extensions/guacamole-auth-json/src/main/java/org/apache/guacamole/auth/json/ConfigurationService.java:[61,8] error: method does not override or implement a method from a supertype I have tried 3 different OS' with different java versions, but can't seem to make it past this point. I am running "mvn clean package" Thanks! -- Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
