You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2014/04/25 18:50:25 UTC

git commit: [flex-asjs] [refs/heads/develop] - fix path problem in Windows bat files

Repository: flex-asjs
Updated Branches:
  refs/heads/develop a3c0362bb -> b9bbed6c4


fix path problem in Windows bat files


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

Branch: refs/heads/develop
Commit: b9bbed6c4616d65ed8ca28a8cd045fff344e19b2
Parents: a3c0362
Author: Alex Harui <ah...@apache.org>
Authored: Fri Apr 25 09:50:12 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Fri Apr 25 09:50:12 2014 -0700

----------------------------------------------------------------------
 js/bin/compc.bat | 6 +++---
 js/bin/mxmlc.bat | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/b9bbed6c/js/bin/compc.bat
----------------------------------------------------------------------
diff --git a/js/bin/compc.bat b/js/bin/compc.bat
index 909381a..58d8a39 100644
--- a/js/bin/compc.bat
+++ b/js/bin/compc.bat
@@ -18,12 +18,12 @@ rem limitations under the License.
 rem
 
 rem
-rem mxmlc.bat script to launch falcon-mxmlc.jar in Windows Command Prompt.
-rem On OSX, Unix, or Cygwin, use the mxmlc shell script instead.
+rem compc.bat script to launch falcon-compc.jar in Windows Command Prompt.
+rem On OSX, Unix, or Cygwin, use the compc shell script instead.
 rem
 
 if "x%FALCON_HOME%"=="x"  (set FALCON_HOME=%~dp0..\..) else echo Using Falcon codebase: %FALCON_HOME%
 
 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%\lib\mxmlc.jar" -js-output-type=FLEXJS -sdk-js-lib="%FLEX_HOME%\frameworks\js\FlexJS\src" %*
\ 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=FLEXJS -sdk-js-lib="%FLEX_HOME%\frameworks\js\FlexJS\src" %*
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/b9bbed6c/js/bin/mxmlc.bat
----------------------------------------------------------------------
diff --git a/js/bin/mxmlc.bat b/js/bin/mxmlc.bat
index 909381a..5f3cb22 100644
--- a/js/bin/mxmlc.bat
+++ b/js/bin/mxmlc.bat
@@ -26,4 +26,4 @@ if "x%FALCON_HOME%"=="x"  (set FALCON_HOME=%~dp0..\..) else echo Using Falcon co
 
 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%\lib\mxmlc.jar" -js-output-type=FLEXJS -sdk-js-lib="%FLEX_HOME%\frameworks\js\FlexJS\src" %*
\ 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=FLEXJS -sdk-js-lib="%FLEX_HOME%\frameworks\js\FlexJS\src" %*
\ No newline at end of file