Moonshine-IDE / Moonshine-SDK-Installer

To take full advantage of Moonshine IDE you will need third party SDKs like Apache® Flex or Apache® Royale. In order to make it easier for you to setup the required SDKs, we created the Moonshine SDK Installer.
https://moonshine-ide.com/download-sdk-installer/
Other
8 stars 2 forks source link

Update Apache Royale nightly build to 0.9.10 #89

Closed piotrzarzycki21 closed 2 years ago

piotrzarzycki21 commented 2 years ago

Apache Royale 0.9.9 will be released soon. Nightly build has been switched to 0.9.10 - it requires updates in our installer.

rat-moonshine commented 2 years ago

Nightly updated to v0.9.10.

piotrzarzycki21 commented 2 years ago

@rat-moonshine make sure that this build has been triggered, cause it looks like it's not yet now.

rat-moonshine commented 2 years ago

@joshtynjala we're suddenly starts seeing many Haxe error while compiling MSDKI. I confirm the MoonshineSDKInstallerGUICore.swc compiles successfully and I can access Feathers API from AS3 codes. But I'm not sure why certain codes throws compilation error when same codes used in Moonshine-IDE.

Following are error reports while compilation for you to look into, please check:

build   29-Mar-2022 01:39:25    CompileSWF:
build   29-Mar-2022 01:39:25         [echo] bin-debug/MoonshineSDKInstaller.swf
build   29-Mar-2022 01:39:26        [mxmlc] Loading configuration file /Users/mmb/SDKs/Flex_4.16.1_AIR_33.1/frameworks/air-config.xml
build   29-Mar-2022 01:39:32        [mxmlc] /Users/mmb/bamboo-agent-home/xml-data/build-dir/MS-MSIO-JOB1/Moonshine-SDK-Installer/MoonshineSDKInstaller/src/actionScripts/utils/MoonshineNotifier.as(51): col: 55 Error: Access of possibly undefined property array through a reference with static type feathers.data:ArrayCollection.
build   29-Mar-2022 01:39:32        [mxmlc] 
build   29-Mar-2022 01:39:32        [mxmlc]             for each (var item:ComponentVO in model.components.array)
build   29-Mar-2022 01:39:32        [mxmlc]                                                                ^
build   29-Mar-2022 01:39:32        [mxmlc] 
build   29-Mar-2022 01:39:32        [mxmlc] /Users/mmb/bamboo-agent-home/xml-data/build-dir/MS-MSIO-JOB1/Moonshine-SDK-Installer/InstallerSharedCore/src/actionScripts/valueObjects/ComponentVO.as(208): col: 50 Error: Access of possibly undefined property length through a reference with static type feathers.data:ArrayCollection.
build   29-Mar-2022 01:39:32        [mxmlc] 
build   29-Mar-2022 01:39:32        [mxmlc]             if (downloadVariants) return downloadVariants.length;
build   29-Mar-2022 01:39:32        [mxmlc]                                                           ^
build   29-Mar-2022 01:39:32        [mxmlc] 
build   29-Mar-2022 01:39:32        [mxmlc] /Users/mmb/bamboo-agent-home/xml-data/build-dir/MS-MSIO-JOB1/Moonshine-SDK-Installer/InstallerSharedCore/src/actionScripts/utils/HelperUtils.as(23): col: 41 Error: Access of possibly undefined property length through a reference with static type feathers.data:ArrayCollection.
build   29-Mar-2022 01:39:32        [mxmlc] 
build   29-Mar-2022 01:39:32        [mxmlc]             for (var i:int; i < model.components.length; i++)
build   29-Mar-2022 01:39:32        [mxmlc]                                                  ^
build   29-Mar-2022 01:39:32        [mxmlc] 
build   29-Mar-2022 01:39:32        [mxmlc] /Users/mmb/bamboo-agent-home/xml-data/build-dir/MS-MSIO-JOB1/Moonshine-SDK-Installer/InstallerSharedCore/src/actionScripts/utils/HelperUtils.as(35): col: 55 Error: Access of possibly undefined property array through a reference with static type feathers.data:ArrayCollection.
build   29-Mar-2022 01:39:32        [mxmlc] 
build   29-Mar-2022 01:39:32        [mxmlc]             for each (var item:ComponentVO in model.components.array)
build   29-Mar-2022 01:39:32        [mxmlc]                                                                ^
build   29-Mar-2022 01:39:32        [mxmlc] 
build   29-Mar-2022 01:39:32        [mxmlc] /Users/mmb/bamboo-agent-home/xml-data/build-dir/MS-MSIO-JOB1/Moonshine-SDK-Installer/InstallerSharedCore/src/actionScripts/utils/HelperUtils.as(215): col: 55 Error: Access of possibly undefined property array through a reference with static type feathers.data:ArrayCollection.
build   29-Mar-2022 01:39:32        [mxmlc] 
build   29-Mar-2022 01:39:32        [mxmlc]             for each (var item:ComponentVO in model.components.array)
build   29-Mar-2022 01:39:32        [mxmlc]                                                                ^
build   29-Mar-2022 01:39:32        [mxmlc] 
build   29-Mar-2022 01:39:32        [mxmlc] /Users/mmb/bamboo-agent-home/xml-data/build-dir/MS-MSIO-JOB1/Moonshine-SDK-Installer/InstallerSharedCore/src/actionScripts/utils/HelperUtils.as(225): col: 55 Error: Access of possibly undefined property array through a reference with static type feathers.data:ArrayCollection.
build   29-Mar-2022 01:39:32        [mxmlc] 
build   29-Mar-2022 01:39:32        [mxmlc]             for each (var item:ComponentVO in model.components.array)
build   29-Mar-2022 01:39:32        [mxmlc]                                                                ^
build   29-Mar-2022 01:39:32        [mxmlc] 
build   29-Mar-2022 01:39:33        [mxmlc] /Users/mmb/bamboo-agent-home/xml-data/build-dir/MS-MSIO-JOB1/Moonshine-SDK-Installer/InstallerSharedCore/src/actionScripts/ui/FeathersUIWrapper.as(119): col: 33 Error: Access of possibly undefined property enabled through a reference with static type feathers.core:IFocusManager.
build   29-Mar-2022 01:39:33        [mxmlc] 
build   29-Mar-2022 01:39:33        [mxmlc]             this._feathersUIFocusManager.enabled = true;
build   29-Mar-2022 01:39:33        [mxmlc]                                          ^
build   29-Mar-2022 01:39:33        [mxmlc] 
build   29-Mar-2022 01:39:33        [mxmlc] /Users/mmb/bamboo-agent-home/xml-data/build-dir/MS-MSIO-JOB1/Moonshine-SDK-Installer/InstallerSharedCore/src/actionScripts/ui/FeathersUIWrapper.as(120): col: 36 Error: Access of possibly undefined property focus through a reference with static type feathers.core:IFocusManager.
build   29-Mar-2022 01:39:33        [mxmlc] 
build   29-Mar-2022 01:39:33        [mxmlc]             if(this._feathersUIFocusManager.focus == null) {
build   29-Mar-2022 01:39:33        [mxmlc]                                             ^
build   29-Mar-2022 01:39:33        [mxmlc] 
build   29-Mar-2022 01:39:33        [mxmlc] /Users/mmb/bamboo-agent-home/xml-data/build-dir/MS-MSIO-JOB1/Moonshine-SDK-Installer/InstallerSharedCore/src/actionScripts/ui/FeathersUIWrapper.as(122): col: 34 Error: Access of possibly undefined property focus through a reference with static type feathers.core:IFocusManager.
build   29-Mar-2022 01:39:33        [mxmlc] 
build   29-Mar-2022 01:39:33        [mxmlc]                 this._feathersUIFocusManager.focus = nextFocus;
build   29-Mar-2022 01:39:33        [mxmlc]                                              ^
build   29-Mar-2022 01:39:33        [mxmlc] 
build   29-Mar-2022 01:39:33        [mxmlc] /Users/mmb/bamboo-agent-home/xml-data/build-dir/MS-MSIO-JOB1/Moonshine-SDK-Installer/InstallerSharedCore/src/actionScripts/ui/FeathersUIWrapper.as(203): col: 31 Error: Access of possibly undefined property minWidth through a reference with static type feathers.core:FeathersControl.
build   29-Mar-2022 01:39:33        [mxmlc] 
build   29-Mar-2022 01:39:33        [mxmlc]                         this._feathersUIControl.minWidth = this._feathersUIControlMeasurements.minWidth as Number;
build   29-Mar-2022 01:39:33        [mxmlc]                                                 ^
build   29-Mar-2022 01:39:33        [mxmlc] 
build   29-Mar-2022 01:39:33        [mxmlc] /Users/mmb/bamboo-agent-home/xml-data/build-dir/MS-MSIO-JOB1/Moonshine-SDK-Installer/InstallerSharedCore/src/actionScripts/ui/FeathersUIWrapper.as(208): col: 30 Error: Access of possibly undefined property minWidth through a reference with static type feathers.core:FeathersControl.
build   29-Mar-2022 01:39:33        [mxmlc] 
build   29-Mar-2022 01:39:33        [mxmlc]                     this._feathersUIControl.minWidth = this.explicitMinWidth;
build   29-Mar-2022 01:39:33        [mxmlc]                                             ^
build   29-Mar-2022 01:39:33        [mxmlc] 
build   29-Mar-2022 01:39:33        [mxmlc] /Users/mmb/bamboo-agent-home/xml-data/build-dir/MS-MSIO-JOB1/Moonshine-SDK-Installer/InstallerSharedCore/src/actionScripts/ui/FeathersUIWrapper.as(218): col: 31 Error: Access of possibly undefined property minHeight through a reference with static type feathers.core:FeathersControl.
build   29-Mar-2022 01:39:33        [mxmlc] 
build   29-Mar-2022 01:39:33        [mxmlc]                         this._feathersUIControl.minHeight = this._feathersUIControlMeasurements.minHeight as Number;
build   29-Mar-2022 01:39:33        [mxmlc]                                                 ^
build   29-Mar-2022 01:39:33        [mxmlc] 
build   29-Mar-2022 01:39:33        [mxmlc] /Users/mmb/bamboo-agent-home/xml-data/build-dir/MS-MSIO-JOB1/Moonshine-SDK-Installer/InstallerSharedCore/src/actionScripts/ui/FeathersUIWrapper.as(223): col: 30 Error: Access of possibly undefined property minHeight through a reference with static type feathers.core:FeathersControl.
build   29-Mar-2022 01:39:33        [mxmlc] 
build   29-Mar-2022 01:39:33        [mxmlc]                     this._feathersUIControl.minHeight = this.explicitMinHeight;
build   29-Mar-2022 01:39:33        [mxmlc]                                             ^
build   29-Mar-2022 01:39:33        [mxmlc] 
build   29-Mar-2022 01:39:33        [mxmlc] /Users/mmb/bamboo-agent-home/xml-data/build-dir/MS-MSIO-JOB1/Moonshine-SDK-Installer/InstallerSharedCore/src/actionScripts/ui/FeathersUIWrapper.as(228): col: 53 Error: Access of possibly undefined property minWidth through a reference with static type feathers.core:FeathersControl.
build   29-Mar-2022 01:39:33        [mxmlc] 
build   29-Mar-2022 01:39:33        [mxmlc]                 this.measuredMinWidth = this._feathersUIControl.minWidth;
build   29-Mar-2022 01:39:33        [mxmlc]                                                                 ^
build   29-Mar-2022 01:39:33        [mxmlc] 
build   29-Mar-2022 01:39:33        [mxmlc] /Users/mmb/bamboo-agent-home/xml-data/build-dir/MS-MSIO-JOB1/Moonshine-SDK-Installer/InstallerSharedCore/src/actionScripts/ui/FeathersUIWrapper.as(229): col: 54 Error: Access of possibly undefined property minHeight through a reference with static type feathers.core:FeathersControl.
build   29-Mar-2022 01:39:33        [mxmlc] 
build   29-Mar-2022 01:39:33        [mxmlc]                 this.measuredMinHeight = this._feathersUIControl.minHeight;
build   29-Mar-2022 01:39:33        [mxmlc]                                                                  ^
build   29-Mar-2022 01:39:33        [mxmlc] 
build   29-Mar-2022 01:39:33        [mxmlc] /Users/mmb/bamboo-agent-home/xml-data/build-dir/MS-MSIO-JOB1/Moonshine-SDK-Installer/InstallerSharedCore/src/actionScripts/ui/FeathersUIWrapper.as(276): col: 72 Error: Access of possibly undefined property explicitWidth through a reference with static type feathers.core:FeathersControl.
build   29-Mar-2022 01:39:33        [mxmlc] 
build   29-Mar-2022 01:39:33        [mxmlc]             this._feathersUIControlMeasurements.width = this._feathersUIControl.explicitWidth;
build   29-Mar-2022 01:39:33        [mxmlc]                                                                                 ^
build   29-Mar-2022 01:39:33        [mxmlc] 
build   29-Mar-2022 01:39:33        [mxmlc] /Users/mmb/bamboo-agent-home/xml-data/build-dir/MS-MSIO-JOB1/Moonshine-SDK-Installer/InstallerSharedCore/src/actionScripts/ui/FeathersUIWrapper.as(277): col: 73 Error: Access of possibly undefined property explicitHeight through a reference with static type feathers.core:FeathersControl.
build   29-Mar-2022 01:39:33        [mxmlc] 
build   29-Mar-2022 01:39:33        [mxmlc]             this._feathersUIControlMeasurements.height = this._feathersUIControl.explicitHeight;
build   29-Mar-2022 01:39:33        [mxmlc]                                                                                  ^
build   29-Mar-2022 01:39:33        [mxmlc] 
build   29-Mar-2022 01:39:33        [mxmlc] /Users/mmb/bamboo-agent-home/xml-data/build-dir/MS-MSIO-JOB1/Moonshine-SDK-Installer/InstallerSharedCore/src/actionScripts/ui/FeathersUIWrapper.as(278): col: 75 Error: Access of possibly undefined property explicitMinWidth through a reference with static type feathers.core:FeathersControl.
build   29-Mar-2022 01:39:33        [mxmlc] 
build   29-Mar-2022 01:39:33        [mxmlc]             this._feathersUIControlMeasurements.minWidth = this._feathersUIControl.explicitMinWidth;
build   29-Mar-2022 01:39:33        [mxmlc]                                                                                    ^
build   29-Mar-2022 01:39:33        [mxmlc] 
build   29-Mar-2022 01:39:33        [mxmlc] /Users/mmb/bamboo-agent-home/xml-data/build-dir/MS-MSIO-JOB1/Moonshine-SDK-Installer/InstallerSharedCore/src/actionScripts/ui/FeathersUIWrapper.as(279): col: 76 Error: Access of possibly undefined property explicitMinHeight through a reference with static type feathers.core:FeathersControl.
build   29-Mar-2022 01:39:33        [mxmlc] 
build   29-Mar-2022 01:39:33        [mxmlc]             this._feathersUIControlMeasurements.minHeight = this._feathersUIControl.explicitMinHeight;
build   29-Mar-2022 01:39:33        [mxmlc]                                                                                     ^
build   29-Mar-2022 01:39:33        [mxmlc] 
build   29-Mar-2022 01:39:33        [mxmlc] /Users/mmb/bamboo-agent-home/xml-data/build-dir/MS-MSIO-JOB1/Moonshine-SDK-Installer/InstallerSharedCore/src/actionScripts/ui/FeathersUIWrapper.as(280): col: 75 Error: Access of possibly undefined property explicitMaxWidth through a reference with static type feathers.core:FeathersControl.
build   29-Mar-2022 01:39:33        [mxmlc] 
build   29-Mar-2022 01:39:33        [mxmlc]             this._feathersUIControlMeasurements.maxWidth = this._feathersUIControl.explicitMaxWidth;
build   29-Mar-2022 01:39:33        [mxmlc]                                                                                    ^
build   29-Mar-2022 01:39:33        [mxmlc] 
build   29-Mar-2022 01:39:33        [mxmlc] /Users/mmb/bamboo-agent-home/xml-data/build-dir/MS-MSIO-JOB1/Moonshine-SDK-Installer/InstallerSharedCore/src/actionScripts/ui/FeathersUIWrapper.as(281): col: 76 Error: Access of possibly undefined property explicitMaxHeight through a reference with static type feathers.core:FeathersControl.
build   29-Mar-2022 01:39:33        [mxmlc] 
build   29-Mar-2022 01:39:33        [mxmlc]             this._feathersUIControlMeasurements.maxHeight = this._feathersUIControl.explicitMaxHeight;
build   29-Mar-2022 01:39:33        [mxmlc]                                                                                     ^
build   29-Mar-2022 01:39:33        [mxmlc] 
build   29-Mar-2022 01:39:33        [mxmlc] /Users/mmb/bamboo-agent-home/xml-data/build-dir/MS-MSIO-JOB1/Moonshine-SDK-Installer/InstallerSharedCore/src/actionScripts/ui/FeathersUIWrapper.as(302): col: 39 Error: Access of possibly undefined property root through a reference with static type feathers.core:IPopUpManager.
build   29-Mar-2022 01:39:33        [mxmlc] 
build   29-Mar-2022 01:39:33        [mxmlc]                 PopUpManager.forStage(this.stage).root = this._popUpRoot;
build   29-Mar-2022 01:39:33        [mxmlc]                                                   ^
build   29-Mar-2022 01:39:33        [mxmlc] 
build   29-Mar-2022 01:39:33        [mxmlc] /Users/mmb/bamboo-agent-home/xml-data/build-dir/MS-MSIO-JOB1/Moonshine-SDK-Installer/InstallerSharedCore/src/actionScripts/ui/FeathersUIWrapper.as(306): col: 33 Error: Access of possibly undefined property enabled through a reference with static type feathers.core:IFocusManager.
build   29-Mar-2022 01:39:33        [mxmlc] 
build   29-Mar-2022 01:39:33        [mxmlc]             this._feathersUIFocusManager.enabled = false;
build   29-Mar-2022 01:39:33        [mxmlc]                                          ^
build   29-Mar-2022 01:39:33        [mxmlc] 
build   29-Mar-2022 01:39:33        [mxmlc] /Users/mmb/bamboo-agent-home/xml-data/build-dir/MS-MSIO-JOB1/Moonshine-SDK-Installer/InstallerSharedCore/src/actionScripts/ui/FeathersUIWrapper.as(338): col: 34 Error: Access of possibly undefined property enabled through a reference with static type feathers.core:IFocusManager.
build   29-Mar-2022 01:39:33        [mxmlc] 
build   29-Mar-2022 01:39:33        [mxmlc]                 this._feathersUIFocusManager.enabled = false;
build   29-Mar-2022 01:39:33        [mxmlc]                                              ^
build   29-Mar-2022 01:39:33        [mxmlc] 
error   29-Mar-2022 01:39:34    
error   29-Mar-2022 01:39:34    BUILD FAILED

EDIT: I able to overcome the errors after updating project.xml from MoonshineSDKInstallerGUICore. It appears that the file was missing <section if="flash">..</section> tag.