Thank you for your help. The command line that Continuum executes in the log file is "mvn --batch-mode ... clean install site dashboard:persist dashboard:dashboard site:deploy" which it looks correct. Also, I compared the build output from the command line with the build results in Continuum and I didn't find any particular differences. The only way I got the continuum to build the dashboard reports completely, is when I defined 4 different Build Definitions with the goals: 1)clean install site 2)dashboard:persist 3)dashboard:dashboard 4)site:deploy
Is there any other reason that I can't put all these goals in one Build Definition? ________________________________________________________________________________________________ Since all Continuum does is construct a command-line "mvn ..." command, there's no reason for these to be different. What is the command line that Continuum executed, from the log file? Next I'd capture the build output from the command line (mvn ... > output.txt) and compare it to the output you see in the build results in Continuum. -- Wendy ________________________________ From: java javae <[email protected]> To: [email protected] Sent: Thursday, March 12, 2009 4:19:41 PM Subject: Re: How to add multiple Goals to the Build Definitions section? Thank you for your reply. No, I don't get any error in the build output. When I run Continuum with the goals "clean install site dashboard:persist dashboard:dashboard site:deploy" the build finishes successfully. Thus, after the successful build the dashboard reports are not generated completely and their data are missing. However, when I do mvn build with the same goals "clean install site dashboard:persist dashboard:dashboard site:deploy" from the command line in windows I get all the dashboard reports to generate completely. ________________________________ From: java javae <[email protected]> To: [email protected] Sent: Thursday, March 12, 2009 2:08:11 PM Subject: How to add multiple Goals to the Build Definitions section? Hi, Can I set the Build Definitions in Continuum to have multiple goals? For example under Add/Edit Build Definition section I have added multiple goals to the Goals section like this: clean install site dashboard:persist dashboard:dashboard site:deploy The reason I ask this is because when this build definition runs in Continuum the dashboard reports won't get generate completely. However, when I run each goal separately, then the dashboard reports gets generated correctly. But I really want to run all the goals under one build definition since I am running this as my nightly build. Any suggestion on how I can set the Goals to "clean install site dashboard:persist dashboard:dashboard site:deploy " for the Build Definition? Thanks.
