Well regarding the ILayoutParent ... it seems to be used in the HTML project:
/flex-asjs/frameworks/projects/HTML/as/src/org/apache/flex/core/IScrollingLayoutParent.as
/flex-asjs/frameworks/projects/HTML/js/src/org/apache/flex/html/beads/ListView.js
/flex-asjs/frameworks/projects/HTML/js/src/org/apache/flex/html/beads/ScrollingContainerView.js
And it seems to be only provided by the monkey-patch directory ... so this 
shouldn't be the case.
Either the HTML project needs an update or the core project need the class.

Or am I getting this wrong?

Chris

________________________________________
Von: Alex Harui <aha...@adobe.com>
Gesendet: Dienstag, 22. September 2015 17:59
An: dev@flex.apache.org
Betreff: Re: AW: [FLEXJS] Maven Packaging and Flexmojos Support

On 9/22/15, 8:54 AM, "Christofer Dutz" <christofer.d...@c-ware.de> wrote:

>Ok .. so I updated everything and re-built but couldn't see anything
>improving.
>Digging a little deeper, it seems that a resource seems to have been
>renamed and officially a ILayoutParent no longer exists. Unfortunately
>the monkey-patching using the framework/js/FlexJS directory seems to
>preventing the thing from blowing up and none seems to be noticing
>something fishy happening. How about adding a validator to the ant build
>making sure the monkey-patches are in sync with the rest? Currently it
>seems several components in core seem to refeence stuff only available in
>the "monkey-patch" directory ... this is not good.

Feel free to add a validator.  That may not be the issue though.  Some
code is looking for ILayoutParent.  It shouldn’t matter if there are dead
files in that folder.

Reply via email to