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

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


The following commit(s) were added to refs/heads/ReleaseModules by this push:
     new 14e0dcf  compiler will fix up relative path
14e0dcf is described below

commit 14e0dcfe37087feabcdd899c116c68a5ff5a6609
Author: Alex Harui <[email protected]>
AuthorDate: Sat Jan 22 21:15:22 2022 -0800

    compiler will fix up relative path
---
 .../royale/ModuleExample/Module/src/main/config/compile-app-config.xml  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/examples/royale/ModuleExample/Module/src/main/config/compile-app-config.xml 
b/examples/royale/ModuleExample/Module/src/main/config/compile-app-config.xml
index 3267dec..d273aba 100644
--- 
a/examples/royale/ModuleExample/Module/src/main/config/compile-app-config.xml
+++ 
b/examples/royale/ModuleExample/Module/src/main/config/compile-app-config.xml
@@ -19,7 +19,7 @@
 <royale-config>
     <load-externs>../../../../MainApp/applinkreport-js.xml</load-externs>
     <js-compiler-option>
-        <option>--externs 
/Users/aharui/git/royale/ant/royale-asjs/examples/royale/ModuleExample/MainApp/appexterns.js</option>
+        <option>--externs ../../../../MainApp/appexterns.js</option>
     </js-compiler-option>
     
<prevent-rename-object-keys>cssData,_bindings,ROYALE_CLASS_INFO,superClass_,qName</prevent-rename-object-keys>
 </royale-config>

Reply via email to