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

Compile fails when provided an absolute path #1147

Open
rsv-code opened this issue Sep 24, 2024 · 0 comments
Open

Compile fails when provided an absolute path #1147

rsv-code opened this issue Sep 24, 2024 · 0 comments

Comments

@rsv-code
Copy link

When providing an absolute path outside of the application path, I get a file not found exception. I check the path prior though and this path exists. It appears that it's prepending a period to the path. I verified this is not being passed, it's being passed without the period. For now I've fixed this be reading the file myself and then calling compileInline instead.

java.io.FileNotFoundException: ./etc/hogan/apps/hogan-page-template.html

Running on PopOS Linux openjdk version "18.0.2-ea" 2022-07-19

Thanks!

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

No branches or pull requests

1 participant