yes...it is present in all subprojects.The error started happening when I introduced the reports in the project.xml.Before that my build was succeeding.I think I will just comment out each report , one at a time , and probably find which one is causing the problem.
On 8/10/05, Marco Mistroni <[EMAIL PROTECTED]> wrote: > Hello, > what is the goal that your reactor is calling? build-all? > is it present in EVERY of your subproject/maven.xml? > > could you post all your maven.xml? > > regards > marco > > > > On 8/10/05, Jeffrey Mutonho <[EMAIL PROTECTED]> wrote: > > Hi > > > > My build is failing with the following error : > > > > Unable to obtain goal [exact-build-all] -- > > /home/jmu016/.maven/cache/maven-vdoclet-plugin-1.2/plugin.jelly:38:11: > > <vdoclet:vdocletBean> vdoclet/docinfo/QDoxBuilder > > com.werken.werkz.UnattainableGoalException: Unable to obtain goal > > [build-all] -- > > > > /home/jmu016/maven-1.0/projects_main/projects/Safmarine/Cbpt/maven.xml:53:40: > > <m:reactor> Reactor subproject failure occurred > > at com.werken.werkz.Goal.fire(Goal.java:646) > > at com.werken.werkz.Goal.attain(Goal.java:575) > > at com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193) > > at > > org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:634) > > > > > > I'm not too sure what the problem is but I have an idea that its > > related to the report building part. > > > > I have the following reports in my project.xml file > > > > <reports> > > <report>maven-jdepend-plugin</report> > > <report>maven-checkstyle-plugin</report> > > <report>maven-changes-plugin</report> > > <report>maven-changelog-plugin</report> > > > > <report>maven-file-activity-plugin</report> > > <report>maven-developer-activity-plugin</report> > > <report>maven-javadoc-plugin</report> > > <report>maven-jxr-plugin</report> > > <report>maven-junit-report-plugin</report> > > <report>maven-tasklist-plugin</report> > > > > <report>maven-jellydoc-plugin</report> > > <report>maven-pmd-plugin</report> > > <report>maven-simian-plugin</report> > > <report>maven-faq-plugin</report> > > </reports> > > > > jeff mutonho > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
