Hi Harbs, same here with something similar. I get two errors in jewel Button.js with same issue but related to org.apache.royale.core.WrappedHTMLElement; org.apache.royale.html.util.addElementToWrapper;
As you I only see this from time to time, so was not reporting since I didn't know how to communicate the issue and I don't see anything wrong in Button.as, but the error is the same as you "require "...." namespace not provided yet. El lun., 22 oct. 2018 a las 10:30, Harbs (<[email protected]>) escribió: > Recently I started getting this error when compiling my app: > > Oct 22, 2018 11:25:06 AM com.google.javascript.jscomp.LoggerErrorManager > println > SEVERE: > /Users/harbs/Documents/git/PrintUI/printui-flexjs/PortedPrintUI/bin/js-debug/org/apache/royale/collections/ArrayList.js:14: > ERROR - required "org.apache.royale.events.CollectionEvent" namespace not > provided yet > goog.require('org.apache.royale.events.CollectionEvent'); > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > Oct 22, 2018 11:25:06 AM com.google.javascript.jscomp.LoggerErrorManager > printSummary > WARNING: 1 error(s), 58 warning(s) > > The odd thing is that it only happens if I don’t clean my project before > building. If I clean my project first, it compiles correctly (yeah, there’s > a lot of warnings, but they are non-critical): > > Oct 22, 2018 11:26:32 AM com.google.javascript.jscomp.LoggerErrorManager > printSummary > WARNING: 0 error(s), 81 warning(s) > The project 'PortedPrintUI' has been successfully compiled and optimized. > 38.822735267 seconds > > Any ideas on what could be causing this? -- Carlos Rovira http://about.me/carlosrovira
