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
http://about.me/carlosrovira

Reply via email to