The following comment has been added to this issue:

     Author: Tim Anderson
    Created: Thu, 10 Jul 2003 12:44 AM
       Body:
Theoretically (meaning I haven't tried it;), you can mix any xdoc element in the 
changes/roadmap reports, e.g:

<body>
  <section name="Roadmap">
     This document provides a tentative roadmap for 
     OpenJMS
  </section>
  ...
  <release version="...">
  </release>
</body>

...supporting the above means that the changes/roadmap can't be in the same document, 
unless new tags are introduced e.g:
<body>
  <roadmap>
    <description>This document ...</description>
    <release version="..."/>
  </roadmap>
  <changes>
    <description>Release notes for OpenJMS</description>
    <release version="..."/>
  </changes>
</body>

Doesn't seem to be a lot of point to me. I think it would be easier to have 2 source 
documents.

I don't have any problem with the same plugin generating both reports - seems like a 
sensible approach.
I've started to modify the changes plugin along these lines, but I'm running into 
problems with jelly. Any objections to a rewrite in XSLT (which works)?



---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-556


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-556
    Summary: Roadmap doc plugin
       Type: New Feature

     Status: Unassigned
   Priority: Trivial

 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             documentation

   Assignee: 
   Reporter: dion gillard

    Created: Wed, 9 Jul 2003 12:10 AM
    Updated: Wed, 9 Jul 2003 6:50 PM

Description:
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



---------------------------------------------------------------------
JIRA INFORMATION:
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]

Reply via email to