Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "." to classpath? #19

Closed
tobiashochguertel opened this issue Apr 19, 2023 · 1 comment · Fixed by #20
Closed

Add "." to classpath? #19

tobiashochguertel opened this issue Apr 19, 2023 · 1 comment · Fixed by #20
Assignees
Labels
enhancement New feature or request

Comments

@tobiashochguertel
Copy link
Contributor

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.

@tobiashochguertel tobiashochguertel added the enhancement New feature or request label Apr 19, 2023
@jaguililla jaguililla self-assigned this Apr 21, 2023
jaguililla added a commit that referenced this issue Apr 21, 2023
Add current directory to classpath #19
@jaguililla
Copy link
Member

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants