Raised as MAVEN-556
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/
Work:      http://www.multitask.com.au


"Tim Anderson" <[EMAIL PROTECTED]> wrote on 09/07/2003 02:06:39 PM:

> Hi,
>    would anyone be interested in a plugin which 
> generates a project roadmap?
> 
> This would be a simple report, linked from the 
> Project Documentation nav menu, and have sections
> including:
> . release version
> . estimated release date
> . line items including:
>   . functionality type (addition, change etc)
>   . description
>   . assigned developer
> 
> I would expect it to be very similar to the changes
> plugin, and be generated by the inclusion of a roadmap.xml
> file in the xdocs directory, e.g:
> 
> <document>
>   <body>
>     <release version="0.6" date="10-10-2003">
>       <action dev="tima" type="update">
>         Refactor administration UI.
>       </action>
>       ...
>     </release>
> 
>     <release version="0.7" date="Q1 2004">
>         ....
>     </release>
> 
>     <future>
>       <action dev="unassigned" type="add">
>         Add clustering support, based on javagroups.
>       </action>
>     </future>
>   </body>
> </document>
> 
> 
> Thoughts?
> 
> -Tim
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

Reply via email to