You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by Christofer Dutz <ch...@c-ware.de> on 2016/05/15 08:37:13 UTC

AW: [jira] [Commented] (FLEX-35090) As a User, I would like FlexUnit 4.1.0 to support compiler options so I can easily compile more complicated Flash/Flex projects.

Hi,

Adding this according to the rules of SemVer does not allow us to release this as 4.1.x as it adds new functionality. This means a new minor version has to be used. In addition to this, we should not start supporting a whole tree of versions. Everyone who wants new stuff, needs to use the new versions.

Chris
________________________________________
Von: Hays Clark (JIRA) <ji...@apache.org>
Gesendet: Samstag, 14. Mai 2016 07:21:12
An: issues@flex.apache.org
Betreff: [jira] [Commented] (FLEX-35090) As a User, I would like FlexUnit 4.1.0 to support compiler options so I can easily compile more complicated Flash/Flex projects.

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

Hays Clark commented on FLEX-35090:
-----------------------------------

[~jmclean] I will take a look at 4.2, I don't recall why I couldn't upgrade the last time I looked.  I try to get something submitted this weekend.

> As a User, I would like FlexUnit 4.1.0 to support compiler options so I can easily compile more complicated Flash/Flex projects.
> --------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: FLEX-35090
>                 URL: https://issues.apache.org/jira/browse/FLEX-35090
>             Project: Apache Flex
>          Issue Type: New Feature
>          Components: FlexUnit
>    Affects Versions: FlexUnit 4.1
>            Reporter: Hays Clark
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> The FlexUnit Ant task does not support compiler options, yet there are some custom forks online of FlexUnit which have added this support too 4.1.x.  Instead of people having to hunt down those fork there should be a 4.1.x release which has this support.  This feature should ideally added to 4.2.x if its does not 'break' any existing functionality.
> GradleFX both supports a 'additionalCompilerOptions' flag, but most FlexUnit tags are singular.  Thus, 'additionalCompilerOption' seems like a good match.
> {code:title=Example.xml}
>         <!-- Execute FlexUnit tests and publish reports -->
>         <flexunit
>             workingDir="${bin.loc}"
>             toDir="${report.loc}"
>             haltonfailure="false"
>             verbose="true"
>             localTrusted="true" >
>           <additionalCompilerOption option="-define+=MY_CONST::foo,'BAR'" />
>
>        </flexunit>
> {code}



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