For some reason the dita doc was not generated... just don't know why, could you run mvn -X clean install and attach the logs (it will be huge)
On Wed, Oct 20, 2010 at 9:00 PM, Paul M <[email protected]> wrote: > Full stack trace > > [ERROR] Failed to execute goal org.sonatype.flexmojos:flexmojos-maven- > plugin:4.0-SNAPSHOT:dita-asdoc (default-dita-asdoc) on project amaya- > client-core: Execution default-dita-asdoc of goal > org.sonatype.flexmojos:flexmojos-maven-plugin:4.0-SNAPSHOT:dita-asdoc > failed: basedir /Development/amaya/workspace_maven/amaya-mahjong/amaya- > client/trunk/amaya-client-core/target/dita-asdoc/tempdita does not > exist -> [Help 1] > org.apache.maven.lifecycle.LifecycleExecutionException: Failed to > execute goal org.sonatype.flexmojos:flexmojos-maven-plugin:4.0- > SNAPSHOT:dita-asdoc (default-dita-asdoc) on project amaya-client-core: > Execution default-dita-asdoc of goal org.sonatype.flexmojos:flexmojos- > maven-plugin:4.0-SNAPSHOT:dita-asdoc failed: basedir /Development/ > amaya/workspace_maven/amaya-mahjong/amaya-client/trunk/amaya-client- > core/target/dita-asdoc/tempdita does not exist > at > org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java: > 211) > at > org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java: > 148) > at > org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java: > 140) > at > > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java: > 84) > at > > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java: > 59) > at > > org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java: > 183) > at > > org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java: > 161) > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:314) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:151) > at org.apache.maven.cli.MavenCli.execute(MavenCli.java:445) > at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:168) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:132) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java: > 39) > at > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java: > 25) > at java.lang.reflect.Method.invoke(Method.java:597) > at > > org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java: > 290) > at > org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java: > 230) > at > > org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java: > 409) > at > org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java: > 352) > Caused by: org.apache.maven.plugin.PluginExecutionException: Execution > default-dita-asdoc of goal org.sonatype.flexmojos:flexmojos-maven- > plugin:4.0-SNAPSHOT:dita-asdoc failed: basedir /Development/amaya/ > workspace_maven/amaya-mahjong/amaya-client/trunk/amaya-client-core/ > target/dita-asdoc/tempdita does not exist > at > > org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java: > 116) > at > org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java: > 195) > ... 19 more > Caused by: java.lang.IllegalStateException: basedir /Development/amaya/ > workspace_maven/amaya-mahjong/amaya-client/trunk/amaya-client-core/ > target/dita-asdoc/tempdita does not exist > at > org.codehaus.plexus.util.DirectoryScanner.scan(DirectoryScanner.java: > 290) > at > > org.sonatype.flexmojos.plugin.compiler.DitaAsdocMojo.execute_aroundBody2(DitaAsdocMojo.java: > 127) > at > > org.sonatype.flexmojos.plugin.compiler.DitaAsdocMojo.execute_aroundBody3$advice(DitaAsdocMojo.java: > 36) > at > > org.sonatype.flexmojos.plugin.compiler.DitaAsdocMojo.execute_aroundBody4(DitaAsdocMojo.java: > 68) > at > > org.sonatype.flexmojos.plugin.compiler.DitaAsdocMojo.execute_aroundBody5$advice(DitaAsdocMojo.java: > 14) > at > > org.sonatype.flexmojos.plugin.compiler.DitaAsdocMojo.execute_aroundBody6(DitaAsdocMojo.java: > 1) > at > > org.sonatype.flexmojos.plugin.compiler.DitaAsdocMojo.execute_aroundBody7$advice(DitaAsdocMojo.java: > 17) > at > > org.sonatype.flexmojos.plugin.compiler.DitaAsdocMojo.execute(DitaAsdocMojo.java: > 1) > at > > org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java: > 107) > ... 20 more > > > On Oct 20, 12:49 pm, Marvin Froeder <[email protected]> wrote: > > Yes, check maven docs... > > > > But I would like to know why this happen so I could proper handle the > > problem. > > > > VELO > > > > On Wed, Oct 20, 2010 at 5:43 PM, Paul M <[email protected]> wrote: > > > A few days ago our build started breaking with the latest snapshot. > > > > > Is there way to disable asdocs generation to get around this? > > > > > [ERROR] Failed to execute goal org.sonatype.flexmojos:flexmojos-maven- > > > plugin:4.0-SNAPSHOT:dita-asdoc (default-dita-asdoc) on project amaya- > > > client-core: Execution default-dita-asdoc of goal > > > org.sonatype.flexmojos:flexmojos-maven-plugin:4.0-SNAPSHOT:dita-asdoc > > > failed: basedir /Users/bamboo/bamboo-home/xml-data/build-dir/ > > > AMAYACLIENT-TRUNK/amaya-client-core/target/dita-asdoc/tempdita does > > > not exist -> [Help 1] > > > 20-Oct-2010 04:02:15 [ERROR] > > > 20-Oct-2010 04:02:15 [ERROR] To see the full stack trace of the > > > errors, re-run Maven with the -e switch. > > > 20-Oct-2010 04:02:15 [ERROR] Re-run Maven using the -X switch to > > > enable full debug logging. > > > 20-Oct-2010 04:02:15 [ERROR] > > > 20-Oct-2010 04:02:15 [ERROR] For more information about the errors > > > and possible solutions, please read the following articles: > > > 20-Oct-2010 04:02:15 [ERROR] [Help 1] > > >http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionExcep. > .. > > > 20-Oct-2010< > http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionExcep...>04:02:15 > [ERROR] > > > 20-Oct-2010 04:02:15 [ERROR] After correcting the problems, you can > > > resume the build with the command > > > 20-Oct-2010 04:02:15 [ERROR] mvn <goals> -rf :amaya-client-core > > > > > -- > > > 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]> > <flex-mojos%[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]<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/
