-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Binding Data Missing in Debug and Release Builds ~20% of Builds #182
Comments
I was generally aware of the issue you describe, but have not seen this for a long long time, and I use Maven all the time. If it has been getting worse perhaps it is memory-related as your project has grown. Have you tried a generous memory allocation to see if that makes any difference? probably in this case it might be via MAVEN_OPTS. I can't think of anything else offhand. |
Interesting. My project is fairly large. I will give that a try and report back. Thank you. |
I believe this has helped for now. My Royale project is roughly at 1,500 files and growing. Haven't seen the issue since increasing the memory. I'll report more findings as I learn more. At the least, this is a suitable workaround. |
This fix appeared to be short lived, or coincidence. It appears to be happening more and more. I've been tweaking the values, for instance, currently at:
It's still happening quite a lot. IMO, build systems should be deterministic. Lack of memory shouldn't change the output, but instead perhaps make it slower to achieve the desired result. Thoughts? |
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:
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.
The text was updated successfully, but these errors were encountered: