Ok, so I grabbed the 5.0.x nightly on the 27th as I was seeing some
weird compiler issues. After installing and transferring my code over,
every class instance I have in a stage=late import file says it can't
find the class definition. The compiler errors look like this:|
|
org.openlaszlo.sc.CompilerError: resources/plugin_library.lzx: 132:
Error: The definition of base class $lzc$class_deviceComboAct was not
found, in line: dynamic class $lzc$class_m15374 extends
$lzc$class_deviceComboAct {
This class is defined in a compiled-in library file that is included
before the import statement. 'plugin_library.lzx' is the imported file.
The code in the imported file that apparently triggers the compiler
error would look like this.
<library>
<class name="testClass">
<deviceComboAct />
</class>
</library>
I can't seem to replicate with a test application that is set up exactly
the same way as the application having the issue. What I would like to
know is if anyone has absolutely any clue why this would be an issue
when it wasn't occurring in a previous nightly build of 5.0.x.||
||
As always I appreciate the help.
--
Ryan Maslar
||