Carlos, Why is it that last night the builds worked for me without making any changes and the Maven build on builds.a.o was working? Now all of these changes and I have no idea if they make a difference or not.
When something is not working for you but working for others, making changes that affect everyone is probably not a good idea unless you really understand why it isn't working for you. -Alex On 10/11/18, 4:56 PM, "Carlos Rovira" <[email protected]> wrote: Hi, In each repo I created a branch "develop-fix" to try to get all compile again, and trying not to interfiere with release process (although I suppose this will be reverted, in that case maybe we only need to merge this fix branches). compiler and typedefs are easy: just revert the two commits to prepare relase framework repo is not as direct: - MXRoyale fails since it needs the mxml-2009-manifest (see this commit 1efd8fb1ba6d6894a542148e5dd8210830c0b097), I tried to add to pom.xml but there's a class that is not found "DesignLayer" that I commented in a copy of the manifest in the MXRoyale project for maven. Sure Alex will find a better solution for this. With this framework compiles ok. -Then Examples: Some examples are failing due to fx:Array like: /Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/AccordionExample/src/main/royale/AccordionExample.mxml(33): col: 25 Error: In initializer for 'fx:Array' multiple initializer values are not permitted for target type '*'. <js:Container id="panel1"> ^ /Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/AccordionExample/src/main/royale/AccordionExample.mxml(44): col: 25 Error: In initializer for 'fx:Array' multiple initializer values are not permitted for target type '*'. <js:Container id="panel2"> ^ or: /Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/RoyaleStore/src/main/royale/SupportView.mxml(73): col: 33 Error: In initializer for 'fx:Array' multiple initializer values are not permitted for target type '*'. <fx:String>California</fx:String> ^ /Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/RoyaleStore/src/main/royale/SupportView.mxml(74): col: 33 Error: In initializer for 'fx:Array' multiple initializer values are not permitted for target type '*'. <fx:String>Nevada</fx:String> ^ Maybe due to the way I add the manifest before? - -- Carlos Rovira https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&data=02%7C01%7Caharui%40adobe.com%7C92dfea30fba74706538f08d62fd52a2c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748989916436294&sdata=JHCnpMDzyS5%2BqZcYNTDCCBSksWW41mj91a0PXIhTTJg%3D&reserved=0
