You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2014/04/25 00:32:14 UTC

[09/10] git commit: [flex-sdk] [refs/heads/release4.12.0] - Try to get FlexUnit CI build to call SDK 'downloads.xml' with 'build.noprompt=true' so it won't get stuck on the BlazeDS download...

Try to get FlexUnit CI build to call SDK 'downloads.xml' with 'build.noprompt=true' so it won't get stuck on the BlazeDS download...

Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/920ee214
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/920ee214
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/920ee214

Branch: refs/heads/release4.12.0
Commit: 920ee2149cb44657330d8072e00b6b404e83f315
Parents: 7389eb0
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Thu Apr 24 12:35:50 2014 +0200
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Thu Apr 24 12:35:50 2014 +0200

----------------------------------------------------------------------
 ide/flashbuilder/makeApacheFlexForIDE.bat | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/920ee214/ide/flashbuilder/makeApacheFlexForIDE.bat
----------------------------------------------------------------------
diff --git a/ide/flashbuilder/makeApacheFlexForIDE.bat b/ide/flashbuilder/makeApacheFlexForIDE.bat
index 7e51799..05a115b 100755
--- a/ide/flashbuilder/makeApacheFlexForIDE.bat
+++ b/ide/flashbuilder/makeApacheFlexForIDE.bat
@@ -102,7 +102,9 @@ if not exist "%tempDir%" mkdir "%tempDir%"
 REM
 REM the third-party downloads, including the optional components
 REM
-call ant -f "%FLEX_HOME%/frameworks/downloads.xml"
+REM (note: the %2 argument is to allow for '-Dbuild.noprompt=true' when building FlexUnit on CI.
+REM
+call ant -f "%FLEX_HOME%/frameworks/downloads.xml" %2
 
 REM
 REM     Download AIR Runtime Kit for Windows