Hi Aleix, I managed to made it work with my CAS v7 instance with the second repo : https://github.com/apereo/cas-management-overlay I also followed the 6.3 documentation : https://apereo.github.io/cas-management/6.3.x/installation/Installing-ServicesMgmt-Webapp.html Tomcat 9 + jdk 11, so I kept Cas Management on a separate server.
Here is my gradle.properties that worked with cas v7 : version=6.6.2 # CAS Management version casmgmt.version=6.6.2 # This is the CAS server version that is compatible # with the build/version of the CAS management web application. cas.version=6.6.0 [...] (You may try more recent builds) (Do not forget to add your depedencies in build.gradle especially for serviceRegistry) Le mercredi 18 octobre 2023 à 19:01:32 UTC+2, Ray Bon a écrit : > Aleix, > > The second repo is the one you want. It has a 6.6 branch as most recent. > Assuming you have checked out the 6.6 branch, it will build with > ./gradlew clean build > > It is better to post log messages as text rather than images. One, it is > searchable; Two, images are hard to see in a desktop email client (maybe I > am the last one on the desktop). > > Ray > > On Wed, 2023-10-18 at 07:52 -0700, Aleix Mariné wrote: > > Notice: This message was sent from outside the University of Victoria > email system. Please be cautious with links and sensitive information. > > > So I was following the official guide to use the CAS management overlay > <https://apereo.github.io/cas-management/6.6.x/installation/Installing-ServicesMgmt-Webapp.html> > with > my CAS instance. > > The guide tells you to clone this repository. > <https://github.com/apereo/cas-management-gradle-overlay> But it is > archived and in the previous version of the CAS management software. I > tried to run the software and I can not even build it. Is it broken or is > something that I am doing wrong on my side? I attach here the debug log of > the error: > > [image: Screenshot-2023-10-18-16:35:44.png] > > I tried to fork another repo > <https://github.com/apereo/cas-management-overlay> that apparently > contained (also) the CAS management overlay, but this time the version used > is more recent (6.3) and is not archived. When I try to build it gradle > tells me that cannot find the pom in the central maven repository (the link > is actually broken). Here I attach photo of the log: > > [image: Screenshot-2023-10-18-16:39:38.png] > > So, am I doing something wrong? What is the correct way to configure an > overlay for my CAS server? > > Thank you for this project. > > > Aleix > > -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/b05f1dae-e10e-40cf-9d89-ae6f30db9243n%40apereo.org.
