This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit f1ad369cbf50a5929ae28ee51489dea48a2709af
Author: Alex Harui <[email protected]>
AuthorDate: Fri Jan 5 10:02:24 2018 -0800

    try to fix spaces in path issue
---
 examples/royale/ASDoc/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/royale/ASDoc/build.xml b/examples/royale/ASDoc/build.xml
index 7a71999..5b30ed1 100644
--- a/examples/royale/ASDoc/build.xml
+++ b/examples/royale/ASDoc/build.xml
@@ -54,7 +54,7 @@
         <java jar="${ROYALE_COMPILER_HOME}/lib/asdoc.jar" 
resultProperty="errorCode"
             fork="true">
             <jvmarg line="${mxmlc.jvm.args}"/>
-            <jvmarg line="-Droyalelib=${ROYALE_HOME}/frameworks}"/>
+            <jvmarg line="-Droyalelib='${ROYALE_HOME}/frameworks'"/>
             <arg value="+royalelib=${ROYALE_HOME}/frameworks" />
             <arg 
value="-external-library-path=${env.AIR_HOME}/frameworks/libs/air/airglobal.swc"
 />
             <arg 
value="-external-library-path+=${ROYALE_HOME}/js/libs/google_maps.swc" />

-- 
To stop receiving notification emails like this one, please contact
"[email protected]" <[email protected]>.

Reply via email to