Yes. I can compile now. Thanks.
> On Jul 17, 2017, at 5:46 PM, Alex Harui <aha...@adobe.com.INVALID> wrote: > > I just pushed a fix for Yishay's problem. Hopefully it fixes the stack > underflow as well. > > -Alex > > On 7/17/17, 6:38 AM, "Yishay Weiss" <yishayj...@hotmail.com> wrote: > >> This [1] is what I get when building DataBindingExample. Says build is >> successful but the following message suggests it is not: >> >> [mxmlc] Exception in thread "main" java.lang.AssertionError: >> Unsupported property value: 1px solid #808080scanning for overrides: >> IUIBase >> >> [1] >> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apa >> che.org%2FSTWV&data=02%7C01%7C%7Cf1bb25daf78840b0f68e08d4cd191b07%7Cfa7b1b >> 5a7b34438794aed2c178decee1%7C0%7C0%7C636358955087940048&sdata=SMj%2BQLhaog >> 6J7PtqxlFPFzv7AhOSN6OMMkyOQS5poGs%3D&reserved=0 >> >> From: Yishay Weiss<mailto:yishayj...@hotmail.com> >> Sent: Monday, July 17, 2017 4:24 PM >> To: dev@flex.apache.org<mailto:dev@flex.apache.org> >> Subject: RE: [Falcon] operand stack underflow? >> >> I’m actually able to build after running the following batch file: >> >> cd \dev\flexjs\flex-falcon >> git pull >> call ant wipe-all >> cd \dev\flexjs\flex-typedefs >> call ant wipe >> git pull >> cd \dev\flexjs\flex-asjs >> call ant super-clean >> git pull >> ant clean all >> >> >> I am however getting a runtime error because of the following line in >> PortedPrintUI.js: >> >> function() {this["border"] = ; >> >> Which probably comes from basic -> defaults.css: >> >> Button >> { >> background-color: #f8f8f8; >> border: 1px solid #808080; >> border-radius: 2px; >> padding: 4px; >> margin: 0px; >> } >> >> I’ll try to create a simple test case. >> >> From: Harbs<mailto:harbs.li...@gmail.com> >> Sent: Monday, July 17, 2017 3:09 PM >> To: dev<mailto:dev@flex.apache.org> >> Subject: [Falcon] operand stack underflow? >> >> I just updated flex-falcon and flex-asjs. After rebuilding everything, >> I’m getting the following error when compiling my app: >> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apa >> che.org%2F3wBr&data=02%7C01%7C%7Cf1bb25daf78840b0f68e08d4cd191b07%7Cfa7b1b >> 5a7b34438794aed2c178decee1%7C0%7C0%7C636358955087940048&sdata=RVopvSQrI66F >> fl%2B5ydLUBGpIgnrc9LgRw8duGuUdAyY%3D&reserved=0 >> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.ap >> ache.org%2F3wBr&data=02%7C01%7C%7Cf1bb25daf78840b0f68e08d4cd191b07%7Cfa7b1 >> b5a7b34438794aed2c178decee1%7C0%7C0%7C636358955087940048&sdata=RVopvSQrI66 >> Ffl%2B5ydLUBGpIgnrc9LgRw8duGuUdAyY%3D&reserved=0> >> >> This is a new one for me… >> >> Suggestions? >> >> Harbs >> >