Ok I gave up. I can't figure out what is missing in distribution folder that
I cannot build through VS Code project...
However I have found couple of things and don't know where to fix them. Once
maven generate distribution folder:
1) I have wrong name of playerglobal folder:
"distribution\mydistributionfoldername\frameworks\libs\player\${flashVersion}\"
It probably should be:
"distribution\distribution-flexjs\frameworks\libs\player\20.0\"
2) In distribution folder frameworks\flex-config.xml I have wrong path name:
<external-library-path>
<path-element>{playerglobalHome}/{targetPlayerMajorVersion}.{targetPlayerMinorVersion}/playerglobal.swc</path-element>
</external-library-path>
In version of file generated by ANT is:
<external-library-path>
<path-element>libs/player/{targetPlayerMajorVersion}.{targetPlayerMinorVersion}/playerglobal.swc</path-element>
</external-library-path>
Piotr
-----
Apache Flex PMC
[email protected]
--
View this message in context:
http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Falcon-Build-concerns-tp56292p56306.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.