You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by Justin Mclean <ju...@classsoftware.com> on 2013/11/09 03:59:20 UTC

Re: [4/8] git commit: [flex-sdk] [refs/heads/develop] - adjustments for Falcon MXML codegen

Hi,

One of these changes i think has broken the build, the spark project no longer compiles, please fix or revert.

Group.as Error: Access of undefined property processedMXMLDescriptors.
    [compc] 
    [compc] 		if (children && !processedMXMLDescriptors)
    [compc] 		                 ^
    [compc] 
    [compc] /Users/justinmclean/Documents/ApacheFlexDevelopGit/frameworks/projects/spark/src/spark/components/Group.as(1343): col: 4 Error: Access of undefined property processedMXMLDescriptors.
    [compc] 
    [compc] 			processedMXMLDescriptors = true;
    [compc] 			^
    [compc] 

As far as I can see there no processedMXMLDescriptors property:
https://github.com/apache/flex-sdk/blob/27694bb4c4bf328ba0052c73f21a8766ad4d074c/frameworks/projects/spark/src/spark/components/Group.as

Thanks,
Justin


Re: [4/8] git commit: [flex-sdk] [refs/heads/develop] - adjustments for Falcon MXML codegen

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

False alarm. Just make sure that frameworks is compiled before spark and all is good.

Thanks,
Justin