I can see the same problem in the latest flexmojos 4.0-beta-5, the source code of the SignAirMojo references the correct class up to versione beta3, then the wrong one.
See: https://github.com/Flexmojos/flexmojos/blob/flexmojos-4.0-beta-4/flexmojos-maven-plugin/src/main/java/org/sonatype/flexmojos/plugin/air/SignAirMojo.java https://github.com/Flexmojos/flexmojos/blob/flexmojos-4.0-beta-3/flexmojos-maven-plugin/src/main/java/org/sonatype/flexmojos/plugin/air/SignAirMojo.java I guess it's time I start using github, fork and try my first pull request! --m On Jan 7, 1:53 pm, andrew <[email protected]> wrote: > I got FM 3.8 to work with Maven for signing an Air app by extracting > the org.apache.maven.artifact.transform package from the Maven 2.2 lib/ > maven-2.2.1-uber.jar, jar'ing them up and dropping the jar in the > Maven 3 lib/ directory. This allows FM to find the needed classes > when signing the air app. > > Thanks > Andrew > > On Jan 5, 1:14 pm, Marvin Froeder <[email protected]> wrote: > > > > > On Wed, Jan 5, 2011 at 3:48 PM, andrew <[email protected]> wrote: > > > Any thoughts on this? Like the other post, if I revert to maven 2.2, > > > I don't get this error... > > > Then seems flexmojos 3 is not compatible with maven 3.... probably some > > deprecated API > > > FM4 just works. -- You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex-mojos http://flexmojos.sonatype.org/
