hexagontk/codecv

Add "." to classpath?

tobiashochguertel opened this issue · 1 comments

I want to add i18n to my CV, and make it multilanguage. But when I add a Pebble-related tag for receiving a value from a MessageBundle I can't add this Message Bundle to codeCV as Classpath, without modifying the start script.

https://pebbletemplates.io/wiki/function/i18n/

file" build/install/codecv/bin/codecv:

CLASSPATH=....

I'm not familiar with Groovy, Gradle or even Kotlin. So it's tough to understand how I can adjust the unixStartScript that Gradle generates.

Hello, and thanks for reporting problems. I added '.' to the end of the classpath on Gradle generated scripts, the latest binaries are uploaded on the 0.9.18 release.

Feel free to test them, and if you still have problems, don't hesitate to contact me.

And if you've got any idea or feature request, any issue will be welcomed. Thanks again!