Flexmojos 3.3.0 Now Available

August 24, 2009 By No Comments »

Flexmojos 3.3.0 is now available.

Flexmojos provides first-class support for Flex and AIR development within Apache Maven. It allow maven to compile, optimize, test and … Flex SWF, Flex SWC, Air SWF and Air SWC.

The main fixes are:

  • Dita Asdoc generation
  • Major refactor on generation API, now it supports granite 1.0 and 2.0, also has a new generator to generate constraints.
  • Improved unit test support.
  • Several fixes on Flexbuilder project metadata generation.
  • Html wrapper is now runnable on war or other non-swf project ( thanks to David Rom ).
  • and more

    The next release will include FlexUnit 4 support and more refactoring to move toward a more componentized codebase and a focus on increasing test coverage.

    Categories: Sonatype

    Integration Tests with Maven (Part 2): Test Coverage Reports

    June 23, 2009 By No Comments »

    In the previous article, we demonstrated one way of running integration tests with Maven. In this article, we will demonstrate how to measure the test coverage of both integration and unit tests.

    (more…)

    Categories: How-To, Maven Tags: , ,

    Integration tests with Maven (Part 1): Failsafe Plugin

    June 4, 2009 By No Comments »

    Everyone knows Maven is great for running unit tests, and it is usually one of the first things that people learn when they are adopting Maven as a technology. Integration tests are another matter, and require a more detailed introduction. In this series of articles, I will explain how to set up integration tests in Maven starting the series by testing a simple jar and then advancing into more complex scenarios.

    (more…)

    Categories: Maven Tags: , , , ,