Re: NullPointerException - NullPointerException: Cannot invoke "org.antlr.runtime.TokenStream.getSourceName()" because "tokenStream"

2024-02-29 Thread Piotr Zarzycki
No problem Josh! Thanks for quick fix :) czw., 29 lut 2024 o 17:03 Josh Tynjala napisał(a): > My latest commit should fix it. Sorry about that! > > -- > Josh Tynjala > Bowler Hat LLC > > > On Thu, Feb 29, 2024 at 6:34 AM Piotr Zarzycki > wrote: > > > Hi All, > > > > I'm

Re: NullPointerException - NullPointerException: Cannot invoke "org.antlr.runtime.TokenStream.getSourceName()" because "tokenStream"

2024-02-29 Thread Josh Tynjala
My latest commit should fix it. Sorry about that! -- Josh Tynjala Bowler Hat LLC On Thu, Feb 29, 2024 at 6:34 AM Piotr Zarzycki wrote: > Hi All, > > I'm getting following error while building by Maven our application in > GitHub Actions. Do you recognise anything here ?

NullPointerException - NullPointerException: Cannot invoke "org.antlr.runtime.TokenStream.getSourceName()" because "tokenStream"

2024-02-29 Thread Piotr Zarzycki
Hi All, I'm getting following error while building by Maven our application in GitHub Actions. Do you recognise anything here ? Internal error: java.lang.NullPointerException: Cannot invoke "org.antlr.runtime.TokenStream.getSourceName()" because "tokenStream" is null org.apache.royale.compiler.in