Author Archives: Marvin Froeder

Flexmojos 3.3.0 Now Available


August 24, 2009 By Marvin Froeder

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.

    Integration tests with Maven (Part 1): Failsafe Plugin


    June 4, 2009 By Marvin Froeder

    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.

    Continue reading