I updated my overlay template to the latest 6.3.6 and I'm having trouble getting HTML templates using the instructions in the README.md file (./gradlew[.bat] listTemplateViews). When I run the command, I get a 'BUILD SUCCESSFUL' message, but no templates are listed. Trying the getResource command (./gradlew getResource -PresourceName=casLoginView.html), I receive a message that "No resources could be found matching casLoginView.html".
Any help on how to extract the HTML templates would be appreciated. Here is the full output from both commands *listTemplateViews* > Task :bootBuildInfo > Task :generateLombokConfig UP-TO-DATE > Task :compileJava UP-TO-DATE > Task :processResources UP-TO-DATE > Task :classes > Task :bootWarMainClassName > Task :extractCasBootWarOverlay UP-TO-DATE > Task :bootWar > Task :war > Task :assemble > Task :compileTestJava NO-SOURCE > Task :processTestResources NO-SOURCE > Task :testClasses UP-TO-DATE > Task :test NO-SOURCE > Task :check UP-TO-DATE > Task :build > Task :unzipWAR Unzipped WAR into C:\Users\dluck\Documents\Temp\cas-overlay-template\build/app > Task :listTemplateViews Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. See https://docs.gradle.org/7.1.1/userguide/command_line_interface.html#sec:command_line_warnings BUILD SUCCESSFUL in 16s 10 actionable tasks: 6 executed, 4 up-to-date *getResource* > Task :bootBuildInfo > Task :generateLombokConfig UP-TO-DATE > Task :compileJava UP-TO-DATE > Task :processResources UP-TO-DATE > Task :classes > Task :bootWarMainClassName > Task :extractCasBootWarOverlay UP-TO-DATE > Task :bootWar > Task :war > Task :assemble > Task :compileTestJava NO-SOURCE > Task :processTestResources NO-SOURCE > Task :testClasses UP-TO-DATE > Task :test NO-SOURCE > Task :check UP-TO-DATE > Task :build > Task :unzipWAR Unzipped WAR into C:\Users\dluck\Documents\Temp\cas-overlay-template\build/app > Task :getResource No resources could be found matching casLoginView.html Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. See https://docs.gradle.org/7.1.1/userguide/command_line_interface.html#sec:command_line_warnings BUILD SUCCESSFUL in 28s 10 actionable tasks: 6 executed, 4 up-to-date -- - 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/cb2e47c7-c73f-4e5f-aa03-ade0ba4cd46bn%40apereo.org.
