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://paste.apache.org/STWV
From: Yishay Weiss<mailto:[email protected]>
Sent: Monday, July 17, 2017 4:24 PM
To: [email protected]<mailto:[email protected]>
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:[email protected]>
Sent: Monday, July 17, 2017 3:09 PM
To: dev<mailto:[email protected]>
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://paste.apache.org/3wBr <https://paste.apache.org/3wBr>
This is a new one for me…
Suggestions?
Harbs