Re: [cas-user] Customizing AUP Webflow Logic

2023-09-12 Thread Trevor Fong
Thanks so much, Ray! > Test classes are not part of packaged jars. That was indeed the problem! Ripping out the cas-overlay-template-6.6.11/src/main/test directory allowed the overlay to properly build! Thanks again, Trev On Monday, September 11, 2023 at 10:02:21 AM UTC-7 Ray Bon wrote: >

Re: [cas-user] Customizing AUP Webflow Logic

2023-09-11 Thread Ray Bon
Trevor, Test classes are not part of packaged jars. If you want test classes, you have to copy them into your src directory. Beware, you may have to copy in dependencies of the test classes too; and remember to update them when you upgrade. Is it possible to rework your logic to extend the exist

Re: [cas-user] Customizing AUP Webflow Logic

2023-09-11 Thread Trevor Fong
Hi All, Just wondering if anyone has any ideas about the build errors? Thanks Trev . On Sep 8, 2023 at 9:48 PM -0700, Trevor Fong , wrote: > Hi All, > I'm trying to customize the AUP template view and some of the logic behind > its SUBMIT button. The problem is that I'm running into some compiler

[cas-user] Customizing AUP Webflow Logic

2023-09-08 Thread Trevor Fong
Hi All, I'm trying to customize the AUP template view and some of the logic behind its SUBMIT button. The problem is that I'm running into some compiler errors when I try to do a "./gradlew clean build": $ ./gradlew clean build Configuration on demand is an incubating feature. > Task :compileT