Sorry to bump the thread, but the jdbc module doesn't seem to be created here. Here's my build code:
git clone -b staging/1.1.0 https://github.com/apache/guacamole-client.git cd guacamole-client* mvn package cp guacamole/target/guacamole-*.war /opt/tomcat/apache-tomcat-9.0.22/webapps/guacamole.war rm /etc/guacamole/extensions/guacamole-auth-ldap* cp extensions/guacamole-auth-ldap/target/guacamole-auth-ldap-1.1.0.jar /etc/guacamole/extensions/ rm /etc/guacamole/extensions/guacamole-auth-jdbc* cp extensions/guacamole-auth-ldap/target/guacamole-auth-jdbc-1.1.0.jar /etc/guacamole/extensions/ The last command fails. After that, the following 2 commands show what's in that folder: root@GUACAMOLE01:~/guacamole-client/extensions/guacamole-auth-jdbc# ls modules pom.xml target root@GUACAMOLE01:~/guacamole-client/extensions/guacamole-auth-jdbc# ls target/ rat.txt Is there a trick to getting the jdbc extension to compile? Running "mvn package" in there fails as it can't find the guacamole-ext.jar dependency -- 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]
