GitHub user sonnyg opened a pull request:

    https://github.com/apache/flex-flexunit/pull/2

    added jvm arg element capability to flex unit ant task

    I also updated the flex sdk to 4.15. My apologies if this causes any 
unintended issues.
    
    On the other hand, it is possible to set the memory for the underlying Java 
task using jvm arg elements in the ant script.
    
    Like so:
    ```
    <flexunit ...>
       <jvmarg value="-Xmx${mxmlc.max.memory}" />
       ...
    </flexunit>
    ```

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sonnyg/flex-flexunit develop

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flex-flexunit/pull/2.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2
    
----
commit 3680e8e368c8d025fb9ad8e83db4d5b06db3d019
Author: sonnyg <so...@evagabond.com>
Date:   2016-10-13T22:00:13Z

    added jvm arg element capability to flex unit ant task

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to