Back here again…
I’m trying to build FlexJS from the source repo in an attempt to see if I can
get a setp for working on FlexJS itself.
I’m getting stuck here:
[mxmlc]
/Users/harbs/Documents/ApacheFlex/flex-asjs/frameworks/flex-config.xml:65
[mxmlc] Error: unable to open
'/Users/harbs/Documents/ApacheFlex/flex-asjs/frameworks/{playerglobalHome}/11.1/playerglobal.swc'.
[mxmlc]
/Users/harbs/Documents/ApacheFlex/flex-asjs/frameworks/flex-config.xml (line:
65)
[mxmlc] </external-library-path>
[mxmlc]
[mxmlc]
[mxmlc]
/Users/harbs/Documents/ApacheFlex/flex-asjs/frameworks/flex-config.xml:83
[mxmlc] Error: unable to open
'/Users/harbs/Documents/ApacheFlex/flex-asjs/frameworks/{playerglobalHome}/11.1'.
[mxmlc]
/Users/harbs/Documents/ApacheFlex/flex-asjs/frameworks/flex-config.xml (line:
83)
[mxmlc] </library-path>
[mxmlc]
Any ideas why {playerglobalHome} is not getting swapped out? I’m also not sure
that I’m going about building it correctly. I used ant with no arguments, and I
did not attempt to build Falcon first.