[ https://issues.apache.org/jira/browse/FLEX-33482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13627529#comment-13627529 ]
Tigran Najaryan commented on FLEX-33482: ---------------------------------------- The exact command line is: mxmlc +env.PLAYERGLOBAL_HOME="D:/WORK/Projects/ApacheFlex/repo/sdk/frameworks/libs/player" +playerglobal.version=11.1 -load-config=D:/WORK/Projects/ApacheFlex/repo/sdk/frameworks/flex-config.xml -library-path+=D:/WORK/Projects/ApacheFlex/repo/asjs/frameworks/as/libs/FlexJSUI.swc -js-output-type=FLEXJS -closure-lib=D:/WORK/Projects/ApacheFlex/dependencies/GoogleClosure/library -sdk-js-lib=D:/WORK/Projects/ApacheFlex/repo/asjs/frameworks/js/FlexJS/src D:/WORK/Projects/ApacheFlex/repo/asjs/examples/FlexJSTest_again/src/FlexJSTest_again.mxml FLEX_HOME env variable points to D:\WORK\Projects\ApacheFlex\repo\sdk > FalconJX generates incorrect paths in deps.js > --------------------------------------------- > > Key: FLEX-33482 > URL: https://issues.apache.org/jira/browse/FLEX-33482 > Project: Apache Flex > Issue Type: Bug > Components: .Unspecified - Compiler > Environment: Windows > Reporter: Tigran Najaryan > > Steps to reproduce: > 1. Compile FlexJSTest_again example using FalconJX on Windows. > 2. Check deps.js in FlexJSTest_again/bin/js-debug/library/closure/goog/ > deps.js contains invalid paths like > '../../../../D:\WORK\Projects\ApacheFlex\repo\falcon\compiler.jx\bin/D:\WORK\Projects\ApacheFlex\repo\asjs\examples\FlexJSTest_again\bin\js-debug\org\apache\flex\net\HTTPHeader.js' > Due to incorrect paths in deps.js when trying to open js-debug /index.html in > Firefox I get a bunch of JavaScript errors, the first being "SyntaxError: > malformed Unicode character escape sequence" at deps.js line 4. > More details: > The bug comes from com.google.javascript.jscomp.deps.PathUtil.isAbsolute() > function. It is implemented by simply checking that the path starts by a > forward slash which of course is incorrect under Windows. > com.google.javascript.jscomp.deps.PathUtil.isAbsolute() is used by > com.google.javascript.jscomp.deps.DepsGenerator.computeDependencyCalls() > which is called by MXMLFlexJSPublisher to generate deps.js. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira