brianraymes opened a new issue #182:
URL: https://github.com/apache/royale-compiler/issues/182


   The issue with binding data missing in builds, both release and debug, is 
starting to seem worse and worse. This is not a new issue, but is now bad 
enough that it seems to happen in roughly 20% of all builds. In my case, this 
is with Maven.
   
   When this issue occurs, various UI elements are missing, or authentication 
with AMF fails as some of those objects may be missing the binding data.
   
   When comparing good and bad builds, this is the header to the _missing_ from 
the generated javascript:
   
   ```
   /**
    * @export
    */
   com.some.package.path.prototype._bindings = [
      ...
      ...
      ...
   ]
   ```
   
   This would be less of an issue if this were only isolated to debug builds, 
but when using release automation, this is starting to be considerably 
problematic.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to