[Klone-users] @include problem
Radek
radek.hnilica at gmail.com
Wed Sep 10 08:40:46 EDT 2008
I made some investigation of @include usage.
In all my pages the @includes are in such order that the @include with
the smalest path/filename is first and every other is a bigger in
means of lenght. My @includes are:
<%@include ../../components/pre_content.kl1%>
<%@include ../../components/post_content.kl1%>
I created simple empty component <%@include
../../components/component_pejsek.kl1%> and try it to include.
When it is before post_content, the page is not compilable.
Whine it is after post_content, page is compilable.
>From this investigation I got to conclusion that there is some error
in handling @include filename path which is not followed with \0 after
end of the string.
Used version of clone is:
KLONE_VERSION ?= 2.1.0
patched only with:
KLONE_TARGET_PATCH_FILE = $(CURDIR)/patch/2.1.0-ssl.patch
--
Radek
More information about the Klone-users
mailing list