On 2007-03-12, at 23:54 EDT, Max Carlson wrote:
P T Withington wrote:
On 2007-03-11, at 17:25 EDT, Max Carlson wrote:
components/* grepped for all references to drawview and added
explicit include. Auto-includes don't work for lfc/components/*
so we have to be specific.
Do you know about:
WEB-INF/lps/misc/lzx-autoincludes.properties
?
Yes I do, but the magic doesn't work inside the components
directory. It's been this way for as long as I can remember. Auto-
included components have to explicitly define dependencies on one
another.
Oh, I see. What you are saying is that auto-inclusion is not
transitive -- files that are auto-included are not themselves scanned
for more auto-includes. I guess you should file a bug, although I
can imagine the fix is not easy, and this mechanism is already a
pretty heavy kludge.