The following comment has been added to this issue:

     Author: dion gillard
    Created: Mon, 4 Aug 2003 9:50 PM
       Body:
Details from Tim:
The changes.zip file attached to the bugrep is the relevant patch.
It updates:
  src/plugins-build/changes/plugin.properties
  src/plugins-build/changes/plugin.jelly
  src/plugins-build/xdoc/plugin.jelly
and adds:
  src/plugins-build/changes/src/plugin-resources/changes.xsl
 
The changes.xsl replaces changes.jsl.
 
The only other change that needs to be made is to project.xml,
to add xalan (see attached). Forgot to add this as in beta 9 as I'd hacked 
forehead.conf to workaround classloader problems. Beta 10 seems to 
have resolved this.
 
The openjms website has both reports:
 
http://openjms.sourceforge.net/changes-report.html
http://openjms.sourceforge.net/roadmap-report.html
 
The changes report was generated to not include the dev column:
 
# Disable developer column in changes report
maven.changes.include.dev=false
Regards,
 
Tim
---------------------------------------------------------------------
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
   Fix Fors:
             1.1

   Assignee: 
   Reporter: dion gillard

    Created: Wed, 9 Jul 2003 12:10 AM
    Updated: Mon, 4 Aug 2003 9:49 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