You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right, makes sense. The % in the path can probably just be escape with \ via $(subst %,\%,$(DTL_PATH)) at the end of the line instead of $(DTL_PATH). But it's worth having a test to confirm.
Unsure whether this is an issue that you can fix through some path hacks @essen or whether you want to close this as a known issue
If your DTL template path contains a percentage character (
%
) then the path substitution doesn't work.I encountered this because Jenkins was substituting
%2F
in place of a slash/
in my git branch name.Issue seems to be the path substitution at
erlang.mk/plugins/erlydtl.mk
Line 24 in bf7a194
Jenkins logs with some debug
$(info ...)
s thrown into erlang.mk show the following infoThis causes the eunits to fail as they attempt to load
status_page.dtl_dtl.beam
which doesn't existThe text was updated successfully, but these errors were encountered: