There seems to be no way to customize the ${playerglobal.version} Ant property with environment variables. If I try to run ApproveFlexJS.xml with a newer AIR SDK referenced in AIR_HOME, playerglobal.swc may be in a directory other than 11.1, like 19.0 or 20.0. To work around the issue, I simply created an 11.1 directory and copied playerglobal.swc there. That's not particularly obvious, though. Before I thought of that, I tried setting AIR_HOME to AIR 3.1, but I got some compiler error about Camera.copyToByteArray() that didn't exist yet in that version.
In the end, at least I got it to work. - Josh On Thu, Mar 31, 2016 at 7:51 PM, Alex Harui <aha...@adobe.com> wrote: > This is the discussion thread. > > Changes in this RC include: > -Remove the GCL crypt folder from the binary package. > -Upgrade Selenium for Firefox 45 > > FWIW, I diff's RC2 and RC3 and it correctly reports the crypt folder > missing. The SWCs will report as different since they are zipped with > timestamps. Build.xml had to change, of course, and flex-sdk-description > changes to have today's date as the build number. > > Thanks, > Alex Harui > >