flex-flexunit icon indicating copy to clipboard operation
flex-flexunit copied to clipboard

added jvm arg element capability to flex unit ant task

Open sonnyg opened this issue 9 years ago • 0 comments

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>

sonnyg avatar Oct 13 '16 22:10 sonnyg