Well, I find out, just for other who find out this weird errors, the problem comes from that I'm using Flex SDK 4.0.17685 and before it was in public repos I did my own builds without adt.jar dep in compiler (just a flex project), thus i was having 'extrange' errors, in local everything worked but not in CI environment.
1) No implementation for org.codehaus.plexus.component.configurator.ComponentConfigurator annotated with @Named(value=flexmojos) was bound or An API incompatibility was encountered while executing org.sonatype.flexmojos:flexmojos-maven-plugin:4.0-beta-5:asdoc-report: java.lang.NoSuchMethodError: org.codehaus.plexus.util.cli.Commandline.getShell()Lorg/codehaus/ plexus/util/cli/shell/Shell; After I exclude adt from flexmojos-maven-plugin compiler dependency asdoc runs ok. Also I did a cleanup of pom chain to not merge <reporting> and <reportPlugins> (maven 2-3 site configuration) as that also made weird things. Well, my fault, now I've maven 3.0.2, site-plugin-beta-3, flexmojos- beta-5 and sdk 4.0.17685 generating site correctly (asdoc, pmd, and coverage? included. Thanks all for sharing, Nico On 28 ene, 16:23, "[email protected]" <[email protected]> wrote: > It's clear that's a strange error, but > ¿someone on the list has generated a site including asdoc reports? > , if so, which version had used (maven, mojos, site)? > > ¿is there any unit test for asdoc generation? > ,if so I can launh them in local ... > > Thanks to all, > > meantime I'm going to create a 'simple' flex project and see if I ca > recreate the exception > > (I thouht it may be a 'corrupt' local repo, but I can see this in two > different machines, so chances are the error comes from my pom's or > version 'incompatibility' or ?¿?¿) > > On 28 ene, 12:37, Marvin Froeder <[email protected]> wrote: > > > Hrmmm, I have no clue on which combo works or not, AFIK, it should work with > > anything newer then 3.0.1 and the recommended site plugin from maven. > > > VELO > > > On Fri, Jan 28, 2011 at 9:34 AM, [email protected] < > > > [email protected]> wrote: > > > Hi, > > > > First of all great job with flexmojos, > > > > I'm trying to create site report for a multimodule flex project > > > > I've just update to maven 3.0.2 and flexmojos 4.0-beta-5 > > > > Using maven-site-plugin 3.0-beta-4-SNAPSHOT (or 3.0-beta-3 or 3.0- > > > beta-3-SONATYPE-r1000854) > > > fails with > > > > Error rendering Maven report: Unable to generate report: Failed to > > > create asdoc bundle: org.codehaus.plexus.archiver.zip.ZipArchiver > > > cannot be cast to org.codehaus.plexus.archiver.Archiver > > > > Asdoc was working with maven 3.0, flexmojos beta-1 and site 3.0-beta-3- > > > SONATYPE-r1000854. > > > > Am I using wrong version combination of maven/flexmojos/site? > > > > If so which is a version combination know to work generatin asdoc (and > > > site-deploy with dav) > > > > Thanks in advance, > > > Nico > > > > P.S. (it's beeing 'hard' for me to update from beta-1 to beta-5 what > > > I'm doing wrong with versions??) > > > > -- > > > 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 > > > >http://flexmojos.sonatype.org/ -- 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/
