You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Darrell Loverin (JIRA)" <ji...@apache.org> on 2014/10/31 04:06:33 UTC

[jira] [Updated] (FLEX-34631) Cannot add source paths to a mustella test using a config file

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

Darrell Loverin updated FLEX-34631:
-----------------------------------
    Description: 
Create an application configuration file with source files that should append to the source-path. 

<?xml version="1.0"?>
<flex-config>
<compiler>
    <source-path append="true">
        <path-element>src1</path-element>
        <path-element>src2</path-element>
    </source-path>
</compiler>
</flex-config>

The source paths are ignored because mustella sets the command -source-path option using the "=" syntax instead of the "+=" syntax meaning that the values in the configuration files are overridden.


  was:
Create an application configuration file with source files that should append to the source-path. 

<?xml version="1.0"?>
<!-- Copyright 2014 SimpliVity Corporation All Rights Reserved -->
<flex-config>
<compiler>
    <source-path append="true">
        <path-element>src1</path-element>
        <path-element>src2</path-element>
    </source-path>
</compiler>
</flex-config>

The source paths are ignored because mustella sets the command -source-path option using the "=" syntax instead of the "+=" syntax meaning that the values in the configuration files are overridden.



> Cannot add source paths to a mustella test using a config file
> --------------------------------------------------------------
>
>                 Key: FLEX-34631
>                 URL: https://issues.apache.org/jira/browse/FLEX-34631
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Mustella
>    Affects Versions: Apache Flex 4.13.0
>            Reporter: Darrell Loverin
>            Assignee: Darrell Loverin
>
> Create an application configuration file with source files that should append to the source-path. 
> <?xml version="1.0"?>
> <flex-config>
> <compiler>
>     <source-path append="true">
>         <path-element>src1</path-element>
>         <path-element>src2</path-element>
>     </source-path>
> </compiler>
> </flex-config>
> The source paths are ignored because mustella sets the command -source-path option using the "=" syntax instead of the "+=" syntax meaning that the values in the configuration files are overridden.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)