[
https://issues.apache.org/jira/browse/FLEX-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christophe Herreman updated FLEX-60:
------------------------------------
Attachment: FLEX-60-2.patch
Attached a new patch that also fixes this issue on Mac. (Tested on a virtual
instance of OSX. I'm still not sure why it passed on Windows though.)
The issue was the StringToArray method that incorrectly splits the input
string. I rewrote the method to take into account strings between quotes. It
now still splits on spaces, but ignores those between quotes (representing
paths).
> Mustella tests don't run if sdk source folder contains spaces
> -------------------------------------------------------------
>
> Key: FLEX-60
> URL: https://issues.apache.org/jira/browse/FLEX-60
> Project: Apache Flex
> Issue Type: Bug
> Reporter: Christophe Herreman
> Assignee: Alex Harui
> Attachments: FLEX-60-2.patch, FLEX-60.patch
>
>
> The code that compiles the mustella tests currently does not support paths
> with spaces. This results in the following error:
> command line: Error: default arguments may not be interspersed with other
> options
> The paths should be wrapped with quotes to make sure spaces are supported.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira