You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by "Erik de Bruin (JIRA)" <ji...@apache.org> on 2013/04/10 19:22:16 UTC

[jira] [Updated] (FLEX-33482) FalconJX generates incorrect paths in deps.js

     [ https://issues.apache.org/jira/browse/FLEX-33482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erik de Bruin updated FLEX-33482:
---------------------------------

    Assignee: Erik de Bruin
    
> 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
>            Assignee: Erik de Bruin
>
> 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