Flex-mojos 2.0M9

Our November release is out!

There is 2 major changes:
The first one is on unit testing support. Now we support several test unit frameworks. Flexunit, asunit, FUnit…. And we can add support to almost any, so is much more power full. Read more here.

It only needs a small change. You should remove flexunit-optional dependency and add testing-support.

New dependency:

<dependency>
  <groupId>info.flex-mojos</groupId>
  <artifactId>testing-support</artifactId>
  <version>2.0M9</version>
  <type>swc</type>
  <scope>test</scope>
</dependency>

The second change is on localization support. Currently we have locales and mergeResourceBundle parameter. That is confusing. A lot confusing! Well, was! It still there, but deprecated!

Now we have 2 new parameters. runtimeLocales and compiledLocales. I think the names are very intuitive, any way I will blog about both later, and, I have no idea why I can’t get docs updated =(

But there is no rush to changes, locales and mergeResourceBundle still there, deprecated, but there.

Other then that, 5 issues are fixed. 107 (automatic inclusion of resource files on SWC), 125 (fixed slash on file inclusion), 127 (unit testing on solaris now works), 129 (default value for debug is true on SWC now and false on SWF, as documented) and 131 (fix leftFramesetWidth
default value on asdoc).

That is it.

VELO

3 Responses to “Flex-mojos 2.0M9”

  1. VELO,

    Great work on this set of capabilities. Your project is becoming invaluable to us as we start flex development. The testing support is a critical component for us now.

    Keep it up.

    Jeff

  2. @ Jeff

    So you will love the post I’m writing right now =D

    VELO

  3. Thanks Velo! I am so glad that I can successfully build my flex projects with Maven, as my Java projects could not live without it. Any upcoming plans to support Flex builder integration, similar to the maven-eclipse plugin, specifically the eclipse goal?

    Thanks!
    Evan

Discussion Area - Leave a Comment