Repository: flex-asjs
Updated Branches:
  refs/heads/spark db3d64f82 -> 77148f4ae


update launch scripts to use js-config.xml


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

Branch: refs/heads/spark
Commit: c914e2b81f9ea7e3cbc39e434e4d85a72fc124e4
Parents: 4c55ca3
Author: Alex Harui <[email protected]>
Authored: Wed Jun 8 07:51:53 2016 -0700
Committer: Alex Harui <[email protected]>
Committed: Wed Jun 8 07:51:53 2016 -0700

----------------------------------------------------------------------
 js/bin/asjsc         | 2 +-
 js/bin/asjsc.bat     | 2 +-
 js/bin/asjscompc     | 2 +-
 js/bin/asjscompc.bat | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/c914e2b8/js/bin/asjsc
----------------------------------------------------------------------
diff --git a/js/bin/asjsc b/js/bin/asjsc
index 618369d..2467cb3 100755
--- a/js/bin/asjsc
+++ b/js/bin/asjsc
@@ -67,4 +67,4 @@ fi
 
 VMARGS="-Xmx384m -Dsun.io.useCanonCaches=false "
 
-java $VMARGS $D32 $SETUP_SH_VMARGS -Dflexcompiler="$FALCON_HOME" 
-Dflexlib="$FLEX_HOME/frameworks" -jar "$SCRIPT_HOME/../lib/mxmlc.jar" 
+flexlib="$FLEX_HOME/frameworks" -js-output-type=jsc 
-external-library-path="$SCRIPT_HOME/../libs/js.swc" "$@"
+java $VMARGS $D32 $SETUP_SH_VMARGS -Dflexcompiler="$FALCON_HOME" 
-Dflexlib="$FLEX_HOME/frameworks" -jar "$SCRIPT_HOME/../lib/mxmlc.jar" 
+flexlib="$FLEX_HOME/frameworks" -js-output-type=jsc +configname=js "$@"

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/c914e2b8/js/bin/asjsc.bat
----------------------------------------------------------------------
diff --git a/js/bin/asjsc.bat b/js/bin/asjsc.bat
index 0df6851..172c1c0 100644
--- a/js/bin/asjsc.bat
+++ b/js/bin/asjsc.bat
@@ -26,4 +26,4 @@ if "x%FALCON_HOME%"=="x"  (set "FALCON_HOME=%~dp0..\..") else 
echo Using Falcon
 
 if "x%FLEX_HOME%"=="x" (set "FLEX_HOME=%~dp0..\..") else echo Using Flex SDK: 
%FLEX_HOME%
 
-@java -Dsun.io.useCanonCaches=false -Xms32m -Xmx512m 
-Dflexcompiler="%FALCON_HOME%" -Dflexlib="%FLEX_HOME%\frameworks" -jar 
"%FALCON_HOME%\js\lib\mxmlc.jar" -js-output-type=jsc 
-external-library-path="%FLEX_HOME%\js\libs\js.swc" %*
\ No newline at end of file
+@java -Dsun.io.useCanonCaches=false -Xms32m -Xmx512m 
-Dflexcompiler="%FALCON_HOME%" -Dflexlib="%FLEX_HOME%\frameworks" -jar 
"%FALCON_HOME%\js\lib\mxmlc.jar" -js-output-type=jsc +configname=js %*
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/c914e2b8/js/bin/asjscompc
----------------------------------------------------------------------
diff --git a/js/bin/asjscompc b/js/bin/asjscompc
index 35b8e7a..0d1dff6 100755
--- a/js/bin/asjscompc
+++ b/js/bin/asjscompc
@@ -67,4 +67,4 @@ fi
 
 VMARGS="-Xmx384m -Dsun.io.useCanonCaches=false "
 
-java $VMARGS $D32 $SETUP_SH_VMARGS -Dflexcompiler="$FALCON_HOME" 
-Dflexlib="$FLEX_HOME/frameworks" -jar "$SCRIPT_HOME/../lib/compc.jar" 
+flexlib="$FLEX_HOME/frameworks" -js-output-type=jsc 
-external-library-path="$SCRIPT_HOME/../libs/js.swc" "$@"
+java $VMARGS $D32 $SETUP_SH_VMARGS -Dflexcompiler="$FALCON_HOME" 
-Dflexlib="$FLEX_HOME/frameworks" -jar "$SCRIPT_HOME/../lib/compc.jar" 
+flexlib="$FLEX_HOME/frameworks" -js-output-type=jsc +configname=js "$@"

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/c914e2b8/js/bin/asjscompc.bat
----------------------------------------------------------------------
diff --git a/js/bin/asjscompc.bat b/js/bin/asjscompc.bat
index a9ea897..3cca0bf 100644
--- a/js/bin/asjscompc.bat
+++ b/js/bin/asjscompc.bat
@@ -26,4 +26,4 @@ if "x%FALCON_HOME%"=="x"  (set "FALCON_HOME=%~dp0..\..") else 
echo Using Falcon
 
 if "x%FLEX_HOME%"=="x" (set "FLEX_HOME=%~dp0..\..") else echo Using Flex SDK: 
%FLEX_HOME%
 
-@java -Dsun.io.useCanonCaches=false -Xms32m -Xmx512m 
-Dflexcompiler="%FALCON_HOME%" -Dflexlib="%FLEX_HOME%\frameworks" -jar 
"%FALCON_HOME%\js\lib\compc.jar" -js-output-type=jsc 
-external-library-path="%FLEX_HOME%\js\libs\js.swc" %*
\ No newline at end of file
+@java -Dsun.io.useCanonCaches=false -Xms32m -Xmx512m 
-Dflexcompiler="%FALCON_HOME%" -Dflexlib="%FLEX_HOME%\frameworks" -jar 
"%FALCON_HOME%\js\lib\compc.jar" -js-output-type=jsc +configname=js %*
\ No newline at end of file

Reply via email to