Re: [FlexJS] ManualTests updates

2017-08-22 Thread Harbs
The JS build seems to need -remove-circulars as well. > On Aug 22, 2017, at 2:56 AM, Greg Dove wrote: > > -FlexJSTest_HTML5 broken (swf build)

Re: [FlexJS] ManualTests updates

2017-08-22 Thread Harbs
I partially fixed this, but it appears to be swf-only and is currently failing on the js build. Not sure what to do about that… > On Aug 22, 2017, at 2:56 AM, Greg Dove wrote: > > -FormatExample build completely broken

Re: [FlexJS] ManualTests updates

2017-08-22 Thread Harbs
I just fixed some of the errors. There appear to be three remaining errors: 1. Missing labelFields property in IDataGridModel. I’m not sure whether it’s supposed to have this. 2. Missing removeAllElements() in IItemRendererParent 3. Missing index property in IItemRenderer. I’m not sure of the b

Re: Re: [FlexJS] ManualTests updates

2017-08-22 Thread vincent
Bonjour, En congés jusqu'au 4 septembre, je prendrais connaissance de votre message à mon retour. Cordialement, Vincent/AFTER24

Re: [FlexJS] ManualTests updates

2017-08-22 Thread Harbs
Thanks for working on this. > -TLFEditTestFlexJS result is broken in JS (I see missing dependencies - is > this is compiler problem?) It needed -remove-circulars. I just fixed that. > On Aug 22, 2017, at 2:56 AM, Greg Dove wrote: > > I just made some changes in manual tests, including updates

[FlexJS] ManualTests updates

2017-08-21 Thread Greg Dove
I just made some changes in manual tests, including updates to the ant scripts to be more consistent with the ant scripts in the regular examples. I fixed a couple of issues in the GenericTests and renamed it to UnitTests and also added a maven build for that project. It should be easy to add maven