Hi Hugo, My compilation of the sdk is double, first I compile with Maven and then with Ant. My compilation is successful. I have reviewed the log that I generated and I cannot find the error you attached. In any case, that seems like an "ugly" mistake... My ant build line is:
ant all -Dbuild.noprompt=true -Drelease.target=true -Dskip-tests=true Hiedra -----Mensaje original----- De: Hugo Ferreira <hferreira...@gmail.com> Enviado el: sábado, 28 de octubre de 2023 15:06 Para: dev@royale.apache.org Asunto: Build with ANT is crashing Hi, I don't build Apache Royale framework for a very long time (many months) and I tried to build today (after a fresh update) and I got the following error (using ANT all): [java] 4.092803763 seconds/Volumes/Data/SDK/apache-royale-src/apache-royale/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/InfiniteScroller.as(147): col: 20 Error: Call to a possibly undefined method IntersectionObserver. [java] [java] observer = new IntersectionObserver(handleItemIntersection, { [java] ^ [java] [java] [java] /Volumes/Data/SDK/apache-royale-src/apache-royale/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/InfiniteScroller.as(147): col: 20 Call to a possibly undefined method IntersectionObserver. [java] [java] observer = new IntersectionObserver(handleItemIntersection, { [java] ^ [java] [java] Java Result: 2