I have a lot of changes locally that I haven't comited yet. I usually filtered the non-extern and extern libraries so in some parts I need only the externs and in others I don't want the externs. Now in order to allow adding externs to the examples I turned off the filter. Now things started working where the externs were needed, but it seems to have broken other things :-( I guess the reason for my problems now are that now not only the swcs are included, but also all the externs they reference and I think I have to come up with a way to filter out externs, but let through ones explicitly added ... I'm digging into this at the moment.
Chris ________________________________ Von: Alex Harui <aha...@adobe.com> Gesendet: Freitag, 1. Juli 2016 20:12:48 An: dev@flex.apache.org; Christofer Dutz Betreff: Re: AW: AW: AW: AW: [Falcon][FlexJS] Help with finishing the maven migration FWIW, I just pulled and rebuilt and am not getting the "percentage not allowed here" problem, just the issue with the missing swcs. -Alex On 7/1/16, 8:25 AM, "Alex Harui" <aha...@adobe.com> wrote: >Percentage is controlled by metadata in the core swc. > >Sent from my LG G3, an AT&T 4G LTE smartphone > >------ Original message------ >From: Christofer Dutz >Date: Fri, Jul 1, 2016 4:56 AM >To: dev@flex.apache.org; >Subject:AW: AW: AW: AW: [Falcon][FlexJS] Help with finishing the maven >migration > >Ok ... so I found another problem and fixed that which resulted in 5 >projects breaking again but this time the problems I seem to be having >look valid. > > >One that's troubling me most at the moment is the one in FlexJSStore, >FlexJSStore_jquery, MobileMap, MobileTrader and StorageExample in which I >am getting compiler errors that I am not allowed to put percentage values >in width and height settings. > > >/Users/christoferdutz/Projects/Apache/Flex/flex-asjs/examples/flexjs/FlexJ >SStore_jquery/src/FlexJSStore.mxml:228 >Initializer for 'width': percentage not allowed here: '100%'. > <js:ControlBar id="acb" width="100%" >className="storeControlBar" > > >Don't quite know what's going wrong here. > >Any Ideas? > >Chris >________________________________ >Von: Christofer Dutz <christofer.d...@c-ware.de> >Gesendet: Freitag, 1. Juli 2016 11:09:04 >An: dev@flex.apache.org >Betreff: AW: AW: AW: AW: [Falcon][FlexJS] Help with finishing the maven >migration > >Hi Alex, > > >That worked ... thanks ... 3 to go [?] > > >Chris > >________________________________ >Von: Alex Harui <aha...@adobe.com> >Gesendet: Donnerstag, 30. Juni 2016 23:56:10 >An: dev@flex.apache.org >Betreff: Re: AW: AW: AW: [Falcon][FlexJS] Help with finishing the maven >migration > > > >On 6/30/16, 11:07 AM, "Alex Harui" <aha...@adobe.com> wrote: >> >>> >>>DataBindingExample_as >>> >>>File not found: org.apache.flex.html.beads.CSSButtonView >> >>I will look into this. > >Turns out there is a CONFIG::as_only conditional compilation flag that >needs to be false for the JS build. I don't know how to make that change. > >Thanks, >-Alex >