Re: Build instructions for ldap and jdbc extensions on 1.1.0 source

2019-08-30 Thread surfrock66
Answered my own query, it's under modules/the db version I want/target. -- Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/ - To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org

Re: Build instructions for ldap and jdbc extensions on 1.1.0 source

2019-08-30 Thread surfrock66
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

Re: Build instructions for ldap and jdbc extensions on 1.1.0 source

2019-08-30 Thread surfrock66
Thank you...for some reason when I did a find I didn't find them. User error. -- Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/ - To unsubscribe, e-mail:

Re: Build instructions for ldap and jdbc extensions on 1.1.0 source

2019-08-30 Thread Niubbo75
You'll find them under guacamole-client/extensions/guacamole-auth-/target/ -- Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/ - To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org

Re: Build instructions for ldap and jdbc extensions on 1.1.0 source

2019-08-30 Thread surfrock66
I did that, it builds the guacamole client war file, but not any of the extensions. Is there a flag you have to put or something? Here's my build method: git clone -b staging/1.1.0 https://github.com/apache/guacamole-client.git cd guacamole-client* mvn package cp

Re: Build instructions for ldap and jdbc extensions on 1.1.0 source

2019-08-30 Thread Nick Couchman
On Fri, Aug 30, 2019 at 3:07 PM surfrock66 wrote: > I'm trying to test some of the new LDAP work, but running "mvn package" to > build the jdbc and ldap extension jars fails with dependency errors. Is > there a guide out there for building these? > > If you try to just run mvn package on them,

Build instructions for ldap and jdbc extensions on 1.1.0 source

2019-08-30 Thread surfrock66
I'm trying to test some of the new LDAP work, but running "mvn package" to build the jdbc and ldap extension jars fails with dependency errors. Is there a guide out there for building these? If you try to just run mvn package on them, the dependencies aren't pulled down, you get this error: