The non-cleaned one is missing these lines from my main application file: goog.require('org.apache.royale.events.getTargetWrapper'); goog.require('org.apache.royale.events.utils.EventUtils'); goog.require('org.apache.royale.utils.PointUtils'); goog.require('org.apache.royale.geom.Point');
These classes are also missing from the index file. It also reordered some css. A quick look shows no other differences. I’m clueless on what’s special about these files... I’m downloading UltraCompare to see if a thorough folder compare turns up any other differences. Harbs > On Dec 18, 2018, at 8:48 PM, Greg Dove <greg.d...@gmail.com> wrote: > > fwiw I have seen this issue also Harbs. I always clean before any build to > avoid issues. > > On Wed, Dec 19, 2018 at 7:26 AM Harbs <harbs.li...@gmail.com> wrote: > >> OK. >> >> I take it that the answer to my question is no. I’ll do the research and >> report my findings. >> >> Thanks, >> Harbs >> >>> On Dec 18, 2018, at 8:24 PM, Alex Harui <aha...@adobe.com.INVALID> >> wrote: >>> >>> Try saving the bin/js-debug folder after a clean and compare it to a >> build without a clean. The cached dependency information must be losing >> something. >>> >>> -Alex >>> >>> On 12/18/18, 10:14 AM, "Harbs" <harbs.li...@gmail.com> wrote: >>> >>> A few weeks ago I noticed that I needed to clean every time I do a >> release build. (I get errors during minification.) >>> >>> Now I see that even the debug build is not working without cleaning >> first. I’m currently getting: >>> >>> Uncaught Error: Undefined nameToPath for >> org.apache.royale.core.ApplicationBase >>> at visitNode (base.js:1356) >>> >>> Is this a known problem? >>> >>> Harbs >>> >> >>