Thursday, May 6, 2010

Building Flex 4 AIR application with flex-mojos (Maven) - Update

It's been a week since I originally posted about Building Flex 4 AIR apps with Maven. This is just a quick note that I made an update to the code listings. The update in question is pretty minor but just in case you copied code from the previous post and it stopped working all of a sudden this change might be the culprit.

The change is simply that a change was made in the latest 3.7-SNAPSHOT of the plugin that changes what was flexbuilderCompatibility to flexBuilderCompatibility. Notice the capital "B" in flexBuilder:


<flexBuilderCompatibility>true</flexBuilderCompatibility>

One other thing to note is that I posted some of this same information on the flex-mojos wiki.

No comments: