Has there been any resolution to this "Listener" bug? I've utilized the fix mentioned above (adding the adt dependency to my pom; thank you for posting it), but if my AIR project is a submodule of higher- level POMs, when I run those higher-level POMs, I continue to get the exception. I've had to move the dependency all the way up to the top- level POM of the entire project (which has has the simple misfortune of containing, somewhere down the chain, an AIR project). Obviously I'd like to keep my dependencies only where they are needed, and not any higher.
Thanks On Jan 26, 9:21 am, Marvin Froeder <[email protected]> wrote: > Yes, there > arehttp://sites.sonatype.org/flexmojos/flexmojos-maven-plugin/asdoc-repo... > > Odd.. > > On Tue, Jan 26, 2010 at 3:19 PM, David Hoffer <[email protected]> wrote: > > Hum, that fails POM validation. > > > This passes validation: > > <reportSets> > > <reportSet></reportSet> > > </reportSets> > > > But then there are no asdoc reports, etc. > > > -Dave > > > On Tue, Jan 26, 2010 at 10:05 AM, velo <[email protected]> wrote: > > >> You may also try this: > >> <reporting> > >> <plugins> > >> <plugin> > >> <groupId>org.sonatype.flexmojos</groupId> > >> <artifactId>flexmojos-maven-plugin</artifactId> > >> <version>3.5.0</version> > >> <reportSets> > >> <reportSet>asdoc-report</reportSet> > >> </reportSets> > >> </plugin> > >> </plugins> > >> </reporting> > > >> On Jan 26, 12:53 pm, David Hoffer <[email protected]> wrote: > >> > After upgrading to 3.5.0 with this in the reporting section: > > >> > <reporting> > >> > <plugins> > >> > <plugin> > >> > <groupId>org.sonatype.flexmojos</groupId> > >> > <artifactId>flexmojos-maven-plugin</artifactId> > >> > <version>3.5.0</version> > >> > </plugin> > >> > </plugins> > >> > </reporting> > > >> > Running site goals generates the following error: > > >> > [INFO] > >> > ------------------------------------------------------------------------ > >> > [ERROR] BUILD ERROR > >> > [INFO] > >> > ------------------------------------------------------------------------ > >> > [INFO] Error getting reports from the plugin > >> > 'org.sonatype.flexmojos:flexmojos-m > >> > aven-plugin:3.5.0': Unable to load the mojo > >> > 'org.sonatype.flexmojos:flexmojos-ma > >> > ven-plugin:3.5.0:sign-air' in the plugin > >> > 'org.sonatype.flexmojos:flexmojos-maven > >> > -plugin'. A required class is missing: com/adobe/air/Listener > >> > com.adobe.air.Listener > > >> > Any ideas? > >> > -Dave > > >> -- > >> 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]<flex-mojos%[email protected]> > >> For more options, visit this group at > >>http://groups.google.com/group/flex-mojos?hl=en?hl=en > > >>http://blog.flex-mojos.info/ > > > -- > > 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]<flex-mojos%[email protected]> > > For more options, visit this group at > >http://groups.google.com/group/flex-mojos?hl=en?hl=en > > >http://blog.flex-mojos.info/ -- 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?hl=en?hl=en http://blog.flex-mojos.info/
