You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2013/11/02 09:59:56 UTC

git commit: [flex-falcon] [refs/heads/develop] - Because of a dependency Falcon has on an old version of Guava, any versions of the Closure compiler after sept. 17, 2012 cause exceptions when doing a release build with FalconJx.

Updated Branches:
  refs/heads/develop a351366c8 -> 30655a9be


Because of a dependency Falcon has on an old version of Guava, any versions of the Closure compiler after sept. 17, 2012 cause exceptions when doing a release build with FalconJx.

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


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/30655a9b
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/30655a9b
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/30655a9b

Branch: refs/heads/develop
Commit: 30655a9bebe6284b77a2326b689c858b1052f93d
Parents: a351366
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Sat Nov 2 09:59:29 2013 +0100
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Sat Nov 2 09:59:29 2013 +0100

----------------------------------------------------------------------
 compiler.jx/downloads.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/30655a9b/compiler.jx/downloads.xml
----------------------------------------------------------------------
diff --git a/compiler.jx/downloads.xml b/compiler.jx/downloads.xml
index 5705ed8..a796449 100644
--- a/compiler.jx/downloads.xml
+++ b/compiler.jx/downloads.xml
@@ -180,7 +180,14 @@
 		<mkdir dir="${lib.dir}/google/closure-compiler" />
 	    <antcall target="download-zip">
 	      <param name="srcUrl" value="http://closure-compiler.googlecode.com/files"/>
-	      <param name="zipFile" value="compiler-latest.zip"/>
+	      <!-- 
+				erikdebruin: because of a dependency Falcon has on an old version of Guava, 
+				any versions of the Closure compiler after sept. 17, 2012 cause exceptions 
+				when doing a release build with FalconJx.
+				
+				Was: param name="zipFile" value="compiler-latest.zip"
+				-->
+	      <param name="zipFile" value="compiler-20120710.zip"/>
 	    </antcall>
 	    <get src="http://www.apache.org/licenses/LICENSE-2.0" dest="${lib.dir}/google/closure-compiler/closure-LICENSE.txt"/>
 	    <copy todir="${lib.dir}/google/closure-compiler">