[ https://issues.apache.org/jira/browse/FLEX-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13280085#comment-13280085 ]
Carol Frampton commented on FLEX-60: ------------------------------------ I looked at this very quickly. Does this have to be done in code rather than the ant file? String mustellaDir = System.getProperty("mustella.dir"); if (mustellaDir != null && !mustellaDir.equals("")) { args += " -source-path=\"" + mustellaDir + "/Assets\" "; } This change doesn't feel quite right to me. > 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