
flexcover - issue #1
Coverage Viewer does not run when installed in directory that has spaces in its name
In version 0.10, if CoverageViewer is installed in a directory whose path contains one or more spaces, then any attempt to run it dies with the following error:
[exec] ArgumentError: Error #2004: One of the parameters is invalid. [exec] at Error$/throwError() [exec] at flash.filesystem::File/set nativePath() [exec] at flash.filesystem::File() ...lines omitted here...
This is due to an argument parsing difficulty in build-coverage.xml. The easy workaround is to simply move the flexcover install directory to a path with no spaces in its name.
If that's inconvenient, the build-coverage.xml file may be replaced with the attached version to fix the bug.
- build-coverage.xml 2.71KB
Comment #1
Posted on Apr 12, 2008 by Helpful HorseCommitted fix in revision 14.
Comment #2
Posted on Apr 14, 2008 by Helpful Horse(No comment was entered for this change.)
Comment #3
Posted on Apr 14, 2008 by Helpful HorseShipped fix in flexcover-0.11 distribution.
Status: Fixed
Labels:
Type-Defect
Priority-Medium