<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sonatype Blog &#187; flexmojos</title>
	<atom:link href="http://www.sonatype.com/people/tag/flexmojos/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sonatype.com/people</link>
	<description>Sonatype is transforming software development with tools, information and services that enable organizations to build better software, faster, using open-source components.</description>
	<lastBuildDate>Wed, 23 May 2012 14:24:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Flex Test Coverage Kept Simple with Flexmojos</title>
		<link>http://www.sonatype.com/people/2010/04/flex-test-coverage-kept-simple-with-flexmojos/</link>
		<comments>http://www.sonatype.com/people/2010/04/flex-test-coverage-kept-simple-with-flexmojos/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 10:31:32 +0000</pubDate>
		<dc:creator>Marvin Froeder</dc:creator>
				<category><![CDATA[Sonatype]]></category>
		<category><![CDATA[flexmojos]]></category>

		<guid isPermaLink="false">http://www.sonatype.com/people/?p=5191</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.sonatype.com/people/2010/04/flex-test-coverage-kept-simple-with-flexmojos/' addthis:title='Flex Test Coverage Kept Simple with Flexmojos '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>If you take testing seriously as I do, you most likely know test code coverage tools.  And in the Flex Universe the de facto standard is Flex Cover.  Now let&#8217;s be honest here, the tool does the job but it isn&#8217;t simple.  Using it requires a special compiler to run code on Flex projects, which [...]]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.sonatype.com/people/2010/04/flex-test-coverage-kept-simple-with-flexmojos/' addthis:title='Flex Test Coverage Kept Simple with Flexmojos '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div><p>If you take testing seriously as I do, you most likely know test code coverage tools.  And in the Flex Universe the <em>de facto</em> standard is Flex Cover.  Now let&#8217;s be honest here, the tool does the job but it isn&#8217;t simple.  Using it requires a special compiler to run code on Flex projects, which is the main reason why test code coverage never got into Flexmojos.  The available tool was too complex to use, and so I never gave it any serious thought.</p>

<p>Since day one, Flexmojos has tried to follow the KISS philosophy (Keep It Simple <del>Stupid</del> Smartguy).  With that in mind, Flexmojos is proud to announce state of the art test code coverage support.</p>

<p><span id="more-5191"></span></p>

<h3>How does it work</h3>

<p>Flexmojos test code coverage support is extremely easy to use.  <a href="http://repository.sonatype.org/content/sites/flexmojos-site/4.0-alpha-2/test-run-mojo.html#coverage    " target="_blank">You just  need to set coverage to <em>true</em></a><em>.</em></p>

<p>Flexmojos uses Apparat - a framework that optimizes ABC, SWC and SWF files.  Apparat allows people to manipulate actionscript bytecode; and instrument flex test code without a custom compiler.  Taking the lead of Apparat author Joa Ebert, who made it possible to instrument the Flexmojos test runner SWF, I made the changes to Flexmojos to collect the code usage flag by Apparat.</p>

<p>Once the code usage information is collected, Flexmojos uses <a href="http://cobertura.sourceforge.net/" target="_blank">Cobertura</a> to process information and generate reports. This allows Flexmojos to generate <em>html</em>, <em>xml</em> and/or <em>summaryXml</em>. For more on this, click <a href="http://repository.sonatype.org/content/sites/flexmojos-site/4.0-alpha-2/test-run-mojo.html#coverageReportFormat" target="_blank">here</a>.</p>

<p>I shoud point out that this feature is only available on Flexmojos 4. So if you never thought about Maven 3, that may be the time.</p>

<h3>Sample project</h3>

<p>To show how simple it is to enable test code coverage on Flexmojos 4.x, we will edit a Flexunit sample project to enable code coverage. <a href="http://svn.sonatype.org/flexmojos/branches/flexmojos-4.x/flexmojos-testing/flexmojos-test-harness/projects/concept/flexunit-example/" target="_blank">The project can be found here</a>. Once you get the sources, edit pom.xml. There are just two simple changes to make:</p>

<ol>
    <li>change the <tt>%{flexmojos.version</tt>} property to <tt>4.0-SNAPSHOT</tt>;</li>
    <li>add <tt>&lt;coverage&gt;true&lt;/coverage&gt;</tt> to flexmojos configuration section;</li>
</ol>

<p>Next, running <tt>$mvn clean install</tt> will produce the following report:
<img src="https://docs.sonatype.com/download/attachments/46303744/coverage.png?version=2&amp;modificationDate=1271712328439" alt="" /></p>

<p><a href="http://repository.sonatype.org/content/sites/flexmojos-site/flexmojos/sample/flexmojos/" target="_blank">The original report can be found here.</a></p>

<p>And so, with just a few simple changes you can enable test code coverage on Flexmojos.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sonatype.com/people/2010/04/flex-test-coverage-kept-simple-with-flexmojos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flexmojos Two Years Later</title>
		<link>http://www.sonatype.com/people/2010/03/flexmojos-two-years-later/</link>
		<comments>http://www.sonatype.com/people/2010/03/flexmojos-two-years-later/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 14:00:25 +0000</pubDate>
		<dc:creator>Marvin Froeder</dc:creator>
				<category><![CDATA[Maven]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[flexmojos]]></category>

		<guid isPermaLink="false">http://www.sonatype.com/people/?p=4713</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.sonatype.com/people/2010/03/flexmojos-two-years-later/' addthis:title='Flexmojos Two Years Later '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>On March 18 2008 I checked in the first bits of code for Flexmojos.  Two years later, here we are: Flexmojos now provides first-class support for Flex and AIR development within Apache Maven. It allows for Maven to compile, optimize, and test Flex SWF, Flex SWC, Air SWF and Air SWC and Air files. We [...]]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.sonatype.com/people/2010/03/flexmojos-two-years-later/' addthis:title='Flexmojos Two Years Later '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div><p>On March 18 2008 I checked in the first bits of code for Flexmojos.   Two years later, here we are: Flexmojos now provides first-class support  for Flex and AIR development within Apache Maven. It allows for Maven  to compile, optimize, and test Flex SWF, Flex SWC, Air SWF and Air SWC  and Air files.</p>

<p>We are celebrating this anniversary with a dual release of Flexmojos  3.6 and Flexmojos 4.0-pre-alpha-1.</p>

<h3><a name="BLOG-148Flexmojos2years-Flexmojos3.6Release"></a>Flexmojos  3.6 Release</h3>

<p>Flexmojos 3.6 most relevant changes:</p>

<ul>
    <li>Add a new source-view goal which goal produces a syntax highlighted  version of the as, mxml and html if they are bundled in a SWF (thanks  to Julien Nicoulaud for this contribution)</li>
    <li>Some fixes to Flexbuilder metadata generation</li>
    <li>Add support to Flex SDK 4.0.0.13555 and newer</li>
    <li>Add support for building applications using Flashplayer 10.1 and  Air 2.0</li>
    <li>New configuration <em>includeAsClasses</em> for SWC compilation.   Wildcard support for includeClasses</li>
    <li>Generator mojo now supports package translation between Java and  generated AS3</li>
    <li>Support for granite generator 2.1 (thanks to Kyle Lebel)</li>
</ul>

<p>For a full list of changes on 3.6, visit this page: <a rel="nofollow" href="https://issues.sonatype.org/browse/FLEXMOJOS/fixforversion/10629">https://issues.sonatype.org/browse/FLEXMOJOS/fixforversion/10629<sup><img src="https://docs.sonatype.com/images/icons/linkext7.gif" border="0" alt="" width="7" height="7" align="absmiddle" /></sup></a></p>

<h3><span id="more-4713"></span><a name="BLOG-148Flexmojos2years-Flexmojos4.0PreAlpha1"></a>Flexmojos  4.0 Pre Alpha 1</h3>

<p>First, Flexmojos 4.0-pre-alpha-1 disclaimer:  &#8220;IT IS A PRE-ALPHA, use  at your own risk.&#8221;   Many features available in 3.x are simply not  implemented yet, but it also supports many compiler options currently  not available in Flexmojos 3.x.</p>

<p>The biggest change in Flexmojos 4.0 vs. Flexmojos 3.x is that we&#8217;re  starting to use the compiler <strong>OEM</strong> API and not the OEM wrapper.  Why  are we making this change?   The OEM wrapper was seriously out of date,  and it was almost impossible to keep up with the latest changes and  available options.   By coding directly to the OEM API, we will be able  to ship with the latest stable FDK available at release date.    Flexmojos is the first version of Flexmojox that is designed for Maven  3.</p>

<p>Again, Flexmojos 4.0-pre-alpha-1, as the name suggests, IS A  PRE-ALPHA.  Not destined for production.  If you decide to use it &#8211; keep  in mind it may need patches, bug fixes, breaks some work on backward  compatibility.</p>

<p>In summary, it has been a great two years of working on Flexmojos.   We&#8217;ve made a difference for developers with Flexmojos, and I hope the  next two years are as fruitful as the last two years.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sonatype.com/people/2010/03/flexmojos-two-years-later/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maven Book 0.5: Flex Chapter &amp; PDF Improvements</title>
		<link>http://www.sonatype.com/people/2009/05/maven-book-05-flex-chapter-pdf-improvments/</link>
		<comments>http://www.sonatype.com/people/2009/05/maven-book-05-flex-chapter-pdf-improvments/#comments</comments>
		<pubDate>Mon, 11 May 2009 21:28:32 +0000</pubDate>
		<dc:creator>Tim O'Brien</dc:creator>
				<category><![CDATA[Book]]></category>
		<category><![CDATA[Maven]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[flexmojos]]></category>
		<category><![CDATA[pdf]]></category>

		<guid isPermaLink="false">http://www.sonatype.com/people/?p=2171</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.sonatype.com/people/2009/05/maven-book-05-flex-chapter-pdf-improvments/' addthis:title='Maven Book 0.5: Flex Chapter &#38; PDF Improvements '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>We just cut the 0.5 Edition of the book&#8230; Download the PDF or Read the Book Online. More readable PDF content. &#8211; Typography makes a huge difference to the readability and usability of a text like Maven: The Definitive Guide, and this edition marks a series of editions that are going to focus on bringing [...]]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.sonatype.com/people/2009/05/maven-book-05-flex-chapter-pdf-improvments/' addthis:title='Maven Book 0.5: Flex Chapter &amp; PDF Improvements '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div><p><img src="http://www.sonatype.com/people/wp-content/uploads/2008/12/book-large-300x300.jpg" alt="book-large.jpg" title="book-large.jpg" width="200" height="200" class="alignright size-medium wp-image-1042" />We just cut the 0.5 Edition of the book&#8230; <a href="http://www.sonatype.com/maven/documentation/download-book?file=books/maven-definitive-guide.pdf">Download the PDF</a> or <a href="http://www.sonatype.com/books/maven-book/reference/">Read the Book Online</a>.</p>

<ul>
    <li><strong><a href="http://www.sonatype.com/maven/documentation/download-book?file=books/maven-definitive-guide.pdf">More readable PDF content.</a></strong> &#8211; Typography makes a huge difference to the readability and usability of a text like Maven: The Definitive Guide, and this edition marks a series of editions that are going to focus on bringing the PDF format of this book up to the level of the printed, post-production version of the book.  In this release:
<ul>
    <li><strong>Font was reduced to 11 point from 14 point.</strong> In addition to saving a few trees, this makes the book easier to read.</li>
    <li><strong>Page margins reduced to 0.3 inches.</strong> Again, if you look at an old version of the PDF, you&#8217;ll see that the margins were all over the place and the page wasn&#8217;t even centered.</li>
    <li><strong>More sophisticated table layout.</strong> As this books develops, I expect it to grow more &#8220;useful&#8221; tables than we have now.    The FlexMojos chapter is full of long reference tables for each plugin goal, and we&#8217;re stating to get more sophisticated about table layout in the PDF.</li>
</ul>
</li>
    <li><strong>First Version of FlexMojos Chapter Completed</strong> &#8211; Chapter 20 covers the FlexMojos plugin and how you can use Apache Maven to compile, document, test, and build Flex applications.    FlexMojos just recently had a 3.2.0 release which added more support for unit testing, and the next FlexMojos release 3.3.0 is going to emphasize unit test coverage reports.    The first draft of the Flex chapter covers everything you need to know about configuring your development environment for Flex to using the FlexMojos archetype to start a new Flex project in Maven.</li>
</ul>

<p><span id="more-2171"></span></p>

<h3>Changes in Edition 0.5</h3>

<p>The following changes affect the entire book:</p>

<div class="itemizedlist">
<ul type="disc">
    <li><a href="https://issues.sonatype.org/browse/MVNDEF-101" target="_top"><span style="font-weight: normal;">MVNDEF-101</span></a><span style="font-weight: normal;"> - Reduced the Width of the PDF Margins</span></li>
    <li><a href="https://issues.sonatype.org/browse/MVNDEF-100" target="_top"><span style="font-weight: normal;">MVNDEF-100</span></a><span style="font-weight: normal;"> - Created Customized Table Column Widths in Flex Chapter</span></li>
    <li><a href="https://issues.sonatype.org/browse/MVNDEF-99" target="_top"><span style="font-weight: normal;">MVNDEF-99</span></a><span style="font-weight: normal;"> - Reduced the Font Size in the PDF Book</span></li>
    <li><a href="https://issues.sonatype.org/browse/MVNDEF-98" target="_top"><span style="font-weight: normal;">MVNDEF-98</span></a><span style="font-weight: normal;"> - Created a Table with Custom Column Widths and Multiple Named Spans</span></li>
</ul>
</div>

<p><span style="font-weight: normal;">The bulk of the changes in the 0.5 release where in the FlexMojos chapter, a chapter which is still in a draft status as the FlexMojos project continues to develop.</span></p>

<div class="itemizedlist">
<ul type="disc">
    <li><a href="https://issues.sonatype.org/browse/MVNDEF-51" target="_top"><span style="font-weight: normal;">MVNDEF-85</span></a><span style="font-weight: normal;"> - Added documentation for the custom SWC and SWF lifecycles in the FlexMojos Chapter -</span><a title="20.4. The FlexMojos Lifecycle" href="http://www.sonatype.com/books/maven-book/reference/flex-dev-sect-custom-lifecycle.html"><span style="font-weight: normal;">Section 20.4, “The FlexMojos Lifecycle”</span></a></li>
    <li><a href="https://issues.sonatype.org/browse/MVNDEF-83" target="_top"><span style="font-weight: normal;">MVNDEF-83</span></a><span style="font-weight: normal;"> - Added instructions for configuring the Flash Player to support FlexMojos unit tests -</span><a title="20.2.2. Configuring Environment to Support Flex Unit Tests" href="http://www.sonatype.com/books/maven-book/reference/flex-dev-sect-configuring-unit-tests.html"><span style="font-weight: normal;">Section 20.2.2, “Configuring Environment to Support Flex Unit Tests”</span></a></li>
    <li><a href="http://www.sonatype.com/books/maven-book/reference/flex-dev-sect-configuring-unit-tests" target="_top"><span style="font-weight: normal;">MVNDEF-82</span></a><span style="font-weight: normal;"> - Updated the FlexMojos Archetypes to match the 3.1.0 release. The FlexMojos 3.1.0 archetypes no rely on a parent POM to customize the build for Flex - </span><a title="20.3. Creating a Flex Mojos Project from an Archetype" href="http://www.sonatype.com/books/maven-book/reference/flex-dev-sect-creating-with-archetype.html"><span style="font-weight: normal;">Section 20.3, “Creating a Flex Mojos Project from an Archetype”</span></a></li>
    <li><a href="https://issues.sonatype.org/browse/MVNDEF-84" target="_top"><span style="font-weight: normal;">MVNDEF-84</span></a><span style="font-weight: normal;"> - Added a section that documents all of the goals in the FlexMojos plugin - </span><a title="20.5. FlexMojos Plugin Goals" href="http://www.sonatype.com/books/maven-book/reference/flex-dev-sect-goals.html"><span style="font-weight: normal;">Section 20.5, “FlexMojos Plugin Goals”</span></a></li>
    <li><a href="https://issues.sonatype.org/browse/MVNDEF-103" target="_top"><span style="font-weight: normal;">MVNDEF-103</span></a><span style="font-weight: normal;"> - Added a section to Flex Chapter about adding the Sonatype Plugin Group to your Maven Settings - </span><a title="20.2.3. Adding FlexMojos to Your Maven Settings' Plugin Groups" href="http://www.sonatype.com/books/maven-book/reference/flex-dev-sect-plugin-group.html"><span style="font-weight: normal;">Section 20.2.3, “Adding FlexMojos to Your Maven Settings&#8217; Plugin Groups”</span></a></li>
    <li><a href="https://issues.sonatype.org/browse/MVNDEF-102" target="_top"><span style="font-weight: normal;">MVNDEF-102</span></a><span style="font-weight: normal;"> - Update book to reference FlexMojos release 3.2.0</span></li>
    <li><a href="https://issues.sonatype.org/browse/MVNDEF-94" target="_top"><span style="font-weight: normal;">MVNDEF-94</span></a><span style="font-weight: normal;"> - Documented the test-compile and test-run goals. - </span><a title="20.5.3. Unit Testing Flex" href="http://www.sonatype.com/books/maven-book/reference/flex-dev-sect-unit-testing.html"><span style="font-weight: normal;">Section 20.5.3, “Unit Testing Flex”</span></a></li>
    <li><a href="https://issues.sonatype.org/browse/MVNDEF-89" target="_top"><span style="font-weight: normal;">MVNDEF-89</span></a><span style="font-weight: normal;"> - Documented the flexbuilder goal - </span><a title="20.5.4. Generating Flex Builder Project Files" href="http://www.sonatype.com/books/maven-book/reference/flex-dev-sect-flexbuilder.html"><span style="font-weight: normal;">Section 20.5.4, “Generating Flex Builder Project Files”</span></a></li>
    <li><a href="https://issues.sonatype.org/browse/MVNDEF-87" target="_top"><span style="font-weight: normal;">MVNDEF-87</span></a><span style="font-weight: normal;"> - Documented the compile-swc and compile-swf goals - </span><a title="20.5.2. Compiling Flex Source" href="http://www.sonatype.com/books/maven-book/reference/flex-dev-sect-compiling.html"><span style="font-weight: normal;">Section 20.5.2, “Compiling Flex Source”</span></a></li>
    <li><a href="https://issues.sonatype.org/browse/MVNDEF-86" target="_top"><span style="font-weight: normal;">MVNDEF-86</span></a><span style="font-weight: normal;"> - Documented the Actionscript Documentation goal and report - </span><a title="20.5.1. Generating Actionscript Documentation" href="http://www.sonatype.com/books/maven-book/reference/flex-dev-sect-goals.html#flex-dev-sect-gen-asdoc"><span style="font-weight: normal;">Section 20.5.1, “Generating Actionscript Documentation”</span></a><span style="font-weight: normal;"> and </span><a title="20.6. FlexMojos Plugin Reports" href="http://www.sonatype.com/books/maven-book/reference/flex-dev-sect-reports.html"><span style="font-weight: normal;">Section 20.6, “FlexMojos Plugin Reports”</span></a></li>
</ul>
</div>

<p></h2></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sonatype.com/people/2009/05/maven-book-05-flex-chapter-pdf-improvments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FlexMojos Chapter Focus of 0.5 Maven Book Release</title>
		<link>http://www.sonatype.com/people/2009/05/flexmojos-chapter-focus-of-05-maven-book-release/</link>
		<comments>http://www.sonatype.com/people/2009/05/flexmojos-chapter-focus-of-05-maven-book-release/#comments</comments>
		<pubDate>Thu, 07 May 2009 15:57:49 +0000</pubDate>
		<dc:creator>Tim O'Brien</dc:creator>
				<category><![CDATA[Book]]></category>
		<category><![CDATA[Maven]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[flexmojos]]></category>

		<guid isPermaLink="false">http://www.sonatype.com/people/?p=2149</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.sonatype.com/people/2009/05/flexmojos-chapter-focus-of-05-maven-book-release/' addthis:title='FlexMojos Chapter Focus of 0.5 Maven Book Release '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>Just wanted to give people a heads up. The FlexMojos chapter is going to be the focus of the 0.5 release of the Maven book. I got a quick request yesterday for the most recent documentation for FlexMojos 3.1.0, and it motivated me to spend some time on our Flex chapter. If you are a [...]]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.sonatype.com/people/2009/05/flexmojos-chapter-focus-of-05-maven-book-release/' addthis:title='FlexMojos Chapter Focus of 0.5 Maven Book Release '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div><p><img src="http://www.sonatype.com/people/wp-content/uploads/2008/12/book-large-150x150.jpg" alt="book-large.jpg" title="book-large.jpg" width="150" height="150" class="alignright size-thumbnail wp-image-1042" /></p>

<p>Just wanted to give people a heads up.   The FlexMojos chapter is going to be the focus of the 0.5 release of the Maven book.  I got a quick request yesterday for the most recent documentation for FlexMojos 3.1.0, and it motivated me to spend some time on our Flex chapter.   If you are a reader, and you are looking for more documentation, you should know that you have two options to help drive our priorities for the Maven book.  You can:</p>

<ul>
  <li><a href="http://tr.im/kKQ2">Give us Feedback using GetSatisfaction</a>, OR</li>
  <li><a href="http://tr.im/jIoW">Create a JIRA Task in the MVNDEF project</a></li>
</ul>

<p>GetSatisfaction is a bit more community oriented and personal, while JIRA is more direct.  If you are already participating in Sonatype&#8217;s open source development effort, you likely already have a JIRA account with us.     Whatever you do, don&#8217;t hesistate to let us know what documentation you need.  We&#8217;re listening.</p>

<h3>Reading Our Work in Progress</h3>

<p>The <a href="http://tr.im/kKTq">most recent build</a> from the master branch of the book&#8217;s GitHub project is always available <a href=http://tr.im/kKTq">here</a>.   This version of the book is updated automatically whenever changes are pushed to master.   The build process is currently running on a Hudson instance that is not visible to the public, but I have a JIRA task created to move this to the public grid.sonatype.org/ci instance of Hudson.     The book build currently takes about 30 minutes (eek!) this is mainly due to the fact that we build all of the languages at once and there are some lingering issues with the lifecycle that cause certain tasks to run twice.  <b>Note:</b> The PDF of the staged version of the book is not available, if you download the PDF, you&#8217;ll be downloading the released version.   (If you really need the PDF of the staged version, you are welcome to <a href="http://github.com/sonatype/maven-guide">build it yourself</a>.</p>

<p>The 0.5 release of the book is in progress.   I&#8217;d say we have about two or three days between now and the formal release.   You can take a look at the remaining issues in our JIRA instance <a href="http://tr.im/kKKo">here</a>.    What remains for the 0.5 release is some documentation about Flex Unit Testing , Flex Code Coverage Tools, and a few other FlexMojos goodies.   Since the 0.4 release earlier this week, we&#8217;ve updated the FlexMojos documentation to reflect the latest Flex archetypes and add some essential documentation about configuring your environment for unit testing: <a href="http://www.sonatype.com/books/maven-book-stage/reference/ch20.html">here is the latest staged version of Chapter 20</a></p>

<p><b>Did I mention that you should really <a href="http://store.sonatype.com/training">sign up for our Chicago training</a> yet?  Because, if I didn&#8217;t, I should have.</b></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sonatype.com/people/2009/05/flexmojos-chapter-focus-of-05-maven-book-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

