I'm compiling our app on Linux:
../../apache-flex-4.12/apache-flex-sdk-4.12.0-bin/bin/mxmlc -compiler.library-path+=../flex-libs/ -output ../webroot/bin/ReportsLayoutCore.swf -debug=true -incremental=true ReportsLayoutCore.mxml

And it's fine the first time (or if I set incremental=false). If I touch a file and then run the command again, then load the .swf, I get

An ActionScript error has occurred:
ReferenceError: Error #1065: Variable Tree_folderOpenIcon is not defined.

    at flash.display::MovieClip/nextFrame()
at mx.managers::SystemManager/deferredNextFrame()[/Users/justinmclean/Documents/ApacheFlex4.12.0/frameworks/projects/framework/src/mx/managers/SystemManager.as:286] at mx.managers::SystemManager/preloader_preloaderDocFrameReadyHandler()[/Users/justinmclean/Documents/ApacheFlex4.12.0/frameworks/projects/framework/src/mx/managers/SystemManager.as:2635]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
at mx.preloaders::Preloader/timerHandler()[/Users/justinmclean/Documents/ApacheFlex4.12.0/frameworks/projects/framework/src/mx/preloaders/Preloader.as:525]
    at flash.utils::Timer/_timerDispatch()
    at flash.utils::Timer/tick()

as if MXMLC has failed to update an included asset or something somewhere ? We don't have an asset, embeded or not, of that name in our source.

Does anyone else see this ? I saw a lot of older 'closed, UTR' issues in Jira on a similar point.
--
extravision Signature
*Tom Chiverton* | Lead Developer | Extravision
*T:* 0161 817 2922 | *W:* www.extravision.com <http://www.extravision.com> | *T:* twitter.com/extravision <http://twitter.com/extravision> | *E:* [email protected] <mailto:[email protected]>
.
.
 A fresh approach to email marketing

.
Registered in the UK at : 107 Timber Wharf, 33 Worsley Street, Manchester, M15 4LD. Registration number: 05017214 VAT: GB 824 5386 19

Disclaimer: This e-mail is intended solely for the person to whom it is addressed and may contain confidential or privileged information. If you have received it in error please notify us immediately and destroy this e-mail and any attachments. In addition, you must not disclose, copy, distribute or take any action in reliance on this e-mail or any attachments. Any views or opinions presented in this e-mail are solely of the author and do not necessarily represent those of Extravision Ltd. E-mail may be susceptible to data corruption, interception, unauthorised amendment, viruses and delays or the consequences thereof. Accordingly, this e-mail and any attachments are opened at your own risk.

Reply via email to