Hi,
To reproduce the RSL issue:
1. get the source package
2. compile as per README by:
ant main
ant frameworks-rsls
3. Turn into IDE by running:
ant -f installer.xml
The issue is with the flex config XML file and the RSL entries.
For instance if you followed the READEME instructions in 4.13 you get:
<runtime-shared-library-path>
<path-element>libs/textLayout.swc</path-element>
<rsl-url>textLayout_4.13.0.20140701.swf</rsl-url>
</runtime-shared-library-path>
Where as 4.14 you get:
<runtime-shared-library-path>
<path-element>libs/textLayout.swc</path-element>
<rsl-url>textLayout_${build.number}.swf</rsl-url>
</runtime-shared-library-path>
ie ${build.number} is not being expanded.
Thanks,
Justin