stop using FalconJX nightly builds. The Installer will use the FalconJX specified in the apache-flex-flexjs-installer-config.xml. Folks running Ant should specify the equivalent falcon.url.path variable when installing via Ant
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/8a7d6ea8 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/8a7d6ea8 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/8a7d6ea8 Branch: refs/heads/develop Commit: 8a7d6ea8f89f2de56e5776d60e41c4f98be22848 Parents: b04bace Author: Alex Harui <[email protected]> Authored: Fri Apr 18 22:18:03 2014 -0700 Committer: Alex Harui <[email protected]> Committed: Fri Apr 18 22:18:03 2014 -0700 ---------------------------------------------------------------------- installer.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/8a7d6ea8/installer.xml ---------------------------------------------------------------------- diff --git a/installer.xml b/installer.xml index 8240b23..83efbc5 100644 --- a/installer.xml +++ b/installer.xml @@ -45,15 +45,15 @@ <property name="air.sdk.version" value="3.9"/> <property name="flash.sdk.version" value="11.9"/> - <property name="flex.sdk.version" value="4.11.0"/> + <property name="flex.sdk.version" value="4.12.0"/> <property name="falcon.version" value="0.0.1"/> <property name="flex.url.path" value="http://archive.apache.org/dist/flex/${flex.sdk.version}/binaries" /> <property name="flex.url.file" value="apache-flex-sdk-${flex.sdk.version}-bin.zip" /> <!-- don't forget to re-enable caching in the falcon-get task --> - <property name="falcon.url.path" value="https://builds.apache.org/job/flex-falcon/lastSuccessfulBuild/artifact/out/" /> - <!--<property name="falcon.url.path" value="http://archive.apache.org/dist/flex/falcon/${falcon.version}/binaries" />--> + <!--<property name="falcon.url.path" value="https://builds.apache.org/job/flex-falcon/lastSuccessfulBuild/artifact/out/" />--> + <property name="falcon.url.path" value="http://archive.apache.org/dist/flex/falcon/${falcon.version}/binaries" /> <property name="falcon.url.file" value="apache-flex-falconjx-${falcon.version}-bin.zip" /> <property name="goog.lib.url.path" value="https://closure-library.googlecode.com/files" /> @@ -242,7 +242,7 @@ <target name="falcon-get" depends="falcon-get-check" unless="falcon.downloaded" > <mkdir dir="${download.dir}"/> <echo>${INFO_INSTALLING_FALCON} ${falcon.url.path}/${falcon.url.file}</echo> - <property name="do-not-cache-next-get" value="true" /> + <!--<property name="do-not-cache-next-get" value="true" />--> <get src="${falcon.url.path}/${falcon.url.file}" dest="${download.dir}/${falcon.url.file}" verbose="false"/>
