[ http://jira.codehaus.org/browse/MPXDOC-120?page=all ]

Arnaud Heritier updated MPXDOC-120:
-----------------------------------

    Assign To:     (was: Arnaud Heritier)

> Faster execution of xdoc:jelly-transform with ant:parallel
> ----------------------------------------------------------
>
>          Key: MPXDOC-120
>          URL: http://jira.codehaus.org/browse/MPXDOC-120
>      Project: maven-xdoc-plugin
>         Type: Improvement
>     Reporter: Matthias Kerkhoff

>
>
> In larger projects or in multiproject builds transforming the xdoc files into 
> html may take a significant amount of time.
> After looking into the plugin.jelly - especially into the definition of the 
> doc:performJsl tag - I would think that there is an opportunity to distribute 
> the transformation workload over multiple threads/cpus. 
> The best candidate for doing so would be the for-each loop over docFiles 
> (lines 328-367). It should possible to reduce the overall transformation time 
> with the ant:parallel task.
> The effect should be noticeable on multiprocessor build machines and/or 
> builds which transform many xdoc files, as they may for example occur in 
> conjunction with the statcvs-plugin.

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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

Reply via email to