Are we in a rush to get this out? There was little time after Om's commit to test before the RC was cut. The point of the Last Call is to get us to do the testing before the RCs get cut.
Also, there is an Ant script called releasecandidate.xml that attempts to automate the deployment of the artifacts including the checksums and sets up the emails with the right version numbers. It might be worth making sure that script works so that future RMs can use it. Thanks, -Alex On 12/12/16, 5:03 PM, "Justin Mclean" <jus...@classsoftware.com> wrote: >Hi, > >The issue is these lines in the installer.xml > > <target name="get-data"> > <tstamp /> > <property name="ts" value="${DSTAMP}${TSTAMP}" /> > <!-- <property name="xml.properties" >value="http://flex.apache.org/installer/sdk-installer-config-4.0.xml?ts=${ >ts}" /> > <get src="${xml.properties}" >dest="${basedir}/sdk-installer-config-4.0.xml" /> —> > > >It looking locally for the sdk-installer-config-4.0.xml which doesn’t >exist in the RC1 artifact. > >Thanks, >Justin