[jira] Commented: (MPDASHBOARD-20) Aggregators should re-use previous results if possible

2005-03-07 Thread Nascif A. Abousalh-Neto (JIRA)
 [ 
http://jira.codehaus.org/browse/MPDASHBOARD-20?page=comments#action_30566 ]
 
Nascif A. Abousalh-Neto commented on MPDASHBOARD-20:


Hi Vicent,

Thanks for the reply. I changed the value of maven.dashboard.rungoals to false 
and got the result I expected (well, tests are still executed three times per 
project, but the extra calls added by the dashboard are gone).

Sorry for having overlooked the documentation.

Regards,
  Nascif


> Aggregators should re-use previous results if possible
> --
>
>  Key: MPDASHBOARD-20
>  URL: http://jira.codehaus.org/browse/MPDASHBOARD-20
>  Project: maven-dashboard-plugin
> Type: Improvement
> Reporter: Nascif A. Abousalh-Neto

>
>
> Aggregators will trigger their associated reports to run again, causing 
> unnecessary duplicated execution time. For example, JUnit and JCoverage will 
> cause new runs (each!) of the application JUnit testcases. For large 
> applications, the extra time could be significant.
> It should be possible in most cases for the aggregator to locate and process 
> the already generated xdocs files instead of generating identical new ones.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (MPDASHBOARD-20) Aggregators should re-use previous results if possible

2005-03-07 Thread Vincent Massol (JIRA)
 [ 
http://jira.codehaus.org/browse/MPDASHBOARD-20?page=comments#action_30565 ]
 
Vincent Massol commented on MPDASHBOARD-20:
---

Nascif, I believe you've not seen the maven.dashboard.rungoals property. If you 
have another way of running reports (like using  in project.xml) then 
you should set maven.dashboard.rungoals=false. You can also play with the 
maven.dashboard.runreactor property. See plugin home page for more details on 
the different use cases for using it.

> Aggregators should re-use previous results if possible
> --
>
>  Key: MPDASHBOARD-20
>  URL: http://jira.codehaus.org/browse/MPDASHBOARD-20
>  Project: maven-dashboard-plugin
> Type: Improvement
> Reporter: Nascif A. Abousalh-Neto

>
>
> Aggregators will trigger their associated reports to run again, causing 
> unnecessary duplicated execution time. For example, JUnit and JCoverage will 
> cause new runs (each!) of the application JUnit testcases. For large 
> applications, the extra time could be significant.
> It should be possible in most cases for the aggregator to locate and process 
> the already generated xdocs files instead of generating identical new ones.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]