You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by "Alex Harui (JIRA)" <ji...@apache.org> on 2013/04/09 18:06:17 UTC

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

    [ https://issues.apache.org/jira/browse/FLEX-33482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13626754#comment-13626754 ] 

Alex Harui commented on FLEX-33482:
-----------------------------------

Is all of the code on the same drive?  Google expects URIs relative to a deployed app on a server, not file paths scattered over multiple drives.
                
> 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