that is good to know!
What we have been asked to do is to use a different look & feel, basically, we will keep the HTML elements, but CSS, layout, look/feel will be different. I suppose we might as well get the entire cas-server-support-thymeleaf directory as we will be modifying every HTML file there, plus adding some more since we have customized flow added.
anyway, I tried this approach, it is fairly slow, took over 3 minutes to get casLoginView.html, and it failed. The file is correctly copied over in build directory, it is not clear why it failed. Illegal char <:> at index 49. Any idea?
Yan
> Task :unzipWAR
Unzipped WAR into C:\gitworkspace\cas7-suite\cas-overlay-template\build/app
> Task :unzip
Exploded WAR resources into C:\gitworkspace\cas7-suite\cas-overlay-template\build/cas-resources
> Task :getResource FAILED
FAILURE: Build failed with an exception.
* Where:
Script 'C:\gitworkspace\cas7-suite\cas-overlay-template\gradle\tasks.gradle' line: 313
* What went wrong:
Execution failed for task ':getResource'.
> Illegal char <:> at index 49: C:\gitworkspace\cas7-suite\cas-overlay-template\C:\gitworkspace\cas7-suite\cas-overlay-template\build\cas-resources\templates\login\casLoginView.html
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at
https://help.gradle.org.
BUILD FAILED in 3m 9s
10 actionable tasks: 9 executed, 1 up-to-date