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 <[email protected]> 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 <[email protected]> Authored: Sat Nov 2 09:59:29 2013 +0100 Committer: Erik de Bruin <[email protected]> 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">
