don't cache sdk-installer-config for ant_on_air. Also use nightly build for 
falcon temporarily


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/24d2e398
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/24d2e398
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/24d2e398

Branch: refs/heads/develop
Commit: 24d2e3988188db81eb85b326c8c096196a079972
Parents: 1c4ff6c
Author: Alex Harui <aha...@apache.org>
Authored: Fri Feb 28 22:05:56 2014 -0800
Committer: Alex Harui <aha...@apache.org>
Committed: Sat Mar 1 21:29:50 2014 -0800

----------------------------------------------------------------------
 installer.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/24d2e398/installer.xml
----------------------------------------------------------------------
diff --git a/installer.xml b/installer.xml
index 2fe681b..4126942 100644
--- a/installer.xml
+++ b/installer.xml
@@ -51,7 +51,8 @@
     <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" />
 
-    <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"; />
@@ -105,7 +106,8 @@
         </and>
     </condition>
 
-    <target name="get-data" >
+    <target name="get-data">
+        <property name="do-not-cache-next-get" value="true" />
         <get src="${xml.properties}" 
dest="${basedir}/sdk-installer-config-4.0.xml" />
         <xmlproperty file="${basedir}/sdk-installer-config-4.0.xml" 
semanticAttributes="true" collapseAttributes="true"/>
         <property name="air.sdk.url.path.ref" 
value="air.sdk.path.${platform}.${air.sdk.version}" />

Reply via email to