Re: Compile error about linter

2022-10-06 Thread Hugo Ferreira
Fixed. Thanks. Josh Tynjala escreveu no dia quinta, 6/10/2022 à(s) 14:25: > Interesting. I see that royale-asjs sets the javac.src property, which > gets inherited by the royale-compiler build when running ant all. I just > pushed a commit to royale-asjs to fix it. > > -- > Josh Tynjala >

Re: Compile error about linter

2022-10-06 Thread Josh Tynjala
Interesting. I see that royale-asjs sets the javac.src property, which gets inherited by the royale-compiler build when running ant all. I just pushed a commit to royale-asjs to fix it. -- Josh Tynjala Bowler Hat LLC On Wed, Oct 5, 2022 at 4:27 PM Hugo Ferreira wrote:

Compile error about linter

2022-10-05 Thread Hugo Ferreira
Hi, I'm getting now the following error (about linter) when I try to compile with the following command: ant all [javac] (use -source 8 or higher to enable lambda expressions) I already update JAVA to latest version (19) but the error persist.