Indeed, removing the suffix works for me as well. Likewise, to get one of the template files, for example, templates/layout.html, I find that the following works: ./gradlew getResource -PresourceName=layout (i.e., without the .html suffix for layout.html).
Thanks Andy! Carl On Wednesday, November 27, 2019 at 8:53:23 PM UTC-5, Andy Ng wrote: > > Hi Carl, > > The tutorial from > https://apereo.github.io/2019/01/07/cas61-gettingstarted-overlay/ seems > to be a bit off from the actual implementation. > See the actual implementation here > https://github.com/apereo/cas-overlay-template/blob/6.1/gradle/tasks.gradle, > it seems *suffix cannot be added* for the resources to be acquired. > > I tried and actually succeed with the following command: > > ./gradlew getResource -PresourceName=messages > > Can you try and see if it would work? > > Cheers! > - Andy > -- - 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/50f49646-6c4f-4a7f-a50c-2ad2cdf1f5e5%40apereo.org.
