Inline...
On 3/15/18, 11:43 PM, "doug777" <[email protected]> wrote:
>Yes found the bad line.
>
><svg:Text text="{}"/>
>
>When correct variable added, build continues until 20 files are built.
Good to know. Can you file a bug at
https://github.com/apache/royale-compiler/issues? You should get credit
for reporting it.
>
>Then I get a new internal error.
>
>Internal error: java.lang.NullPointerException
>org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter.
>emitFactoryMXMLRoyaleEmitter.java:2537)
>
>Any clue as to what this might be?
Factories are emitted for itemRenderer properties and other assignments of
a class that should have multiple instances created. Maybe the class is
not found.
HTH,
-Alex