Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>I've been searching for an answer to this problem as well. There are a couple sites that have proved helpful, though I don't have a full solution yet.</p> <p>Check these for possible leads:</p> <ul> <li><a href="http://blogs.citytechinc.com/bgloff/?p=17" rel="nofollow noreferrer">http://blogs.citytechinc.com/bgloff/?p=17</a></li> <li><a href="http://jchristie.wordpress.com/2009/01/11/compiling-an-air-application-with-maven-and-flex-mojos/" rel="nofollow noreferrer">http://jchristie.wordpress.com/2009/01/11/compiling-an-air-application-with-maven-and-flex-mojos/</a></li> </ul> <p>AS for the packaging type, most of the information I've found indicates that rather than using aswf as the package type, you'll need to use swf and then convert the compiled swf into your air executable by creating an exec tax to invoke adt.jar The links above will show you how to do that much.</p> <p>As for the air super pom you found, I think there are a few different ones... But to use any super pom, you need to have your flex maven project declare the super pom as the parent, with a block similar to this:</p> <pre><code>&lt;parent&gt; &lt;groupId&gt;org.sonatype.flexmojos&lt;/groupId&gt; &lt;artifactId&gt;flexmojos-air-super-pom&lt;/artifactId&gt; &lt;version&gt;3.1-SNAPSHOT&lt;/version&gt; &lt;/parent&gt; </code></pre> <p>However just extending the parent pom may not be enough to get your swf building - once again, see the links above for a more detailed treatment of this problem.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload