ooh, it was a tricky autoinclude problem; I put the test case into a file in the test/ directory, andthat has a subdirectory 'extensions', which has a 'html.lzx' file in it. Which just so happens to be the name of the autoinclude file for the <html> tag.
Hmmm, I wonder if we can do better here; if the tag compiler is trying to resolve a pathname which came from the autoinclude table, it should probably not be looking in the user's app directory for that path, it should skip right to the /lps/components directory tree. On Tue, May 5, 2009 at 8:43 PM, Henry Minsky <[email protected]> wrote: > I'm getting this error when I try to compile the test case in LPP-8160 > > extensions/html.lzx:8:78: undefined superclass window for class browser > > It seems to be caused by something in the html component, but I don't see > why this happens regardless of > which runtime I am compiling for... > > Are you seeing this also? > > > > -- > Henry Minsky > Software Architect > [email protected] > > > -- Henry Minsky Software Architect [email protected]
