Repository: flex-sdk
Updated Branches:
  refs/heads/develop cf1d2edb9 -> b89c6bfb5


FLEX-34812 adding single quotation marks around the path to the frameworks 
folder, to make sure that optimizer.jar can access the swfs inside it.


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

Branch: refs/heads/develop
Commit: b89c6bfb5eee7036f475af7e0138d36c861aaff5
Parents: cf1d2ed
Author: Mihai Chira <mih...@apache.org>
Authored: Tue Mar 24 15:22:29 2015 +0100
Committer: Mihai Chira <mih...@apache.org>
Committed: Tue Mar 24 15:22:29 2015 +0100

----------------------------------------------------------------------
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/b89c6bfb/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 96ea1d5..5c84e42 100644
--- a/build.xml
+++ b/build.xml
@@ -465,7 +465,7 @@
             </unzip>
             <!-- optimize out metadata but keep debug info for the unsigned 
RSL -->
             <java jar="${basedir}/lib/optimizer.jar" fork="true" 
failonerror="true">
-                <jvmarg line="-ea -DAS3 -DAVMPLUS 
-Dflexlib=${basedir}/frameworks -Xms32m -Xmx384m 
-Dsun.io.useCanonCaches=false"/>
+                <jvmarg line="-ea -DAS3 -DAVMPLUS 
-Dflexlib='${basedir}/frameworks' -Xms32m -Xmx384m 
-Dsun.io.useCanonCaches=false"/>
                 <arg line="'@{rsl-dir}/library.swf' --output 
'@{rsl-dir}/@{swc-name}_@{build-number}.swf' 
--keep-as3-metadata='Bindable,Managed,ChangeEvent,NonCommittingChangeEvent,Transient,SkinPart'
 --debug='true' "/>    
             </java>
             <delete file="@{rsl-dir}/library.swf"/>

Reply via email to