The change.xml xdox file that is use to generate the
announcement with maven
I think XRN can use this file to collect info and that
XRN can generate this file too
To generate the report use the command line :
maven changes:report
The report is generate in xdoc format. The next comand line
will convert xdoc into html :
maven xdoc
I don't have cvs acces here but I will had some thing to
illustrate this in th evening
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=133029
If you can explain how to get those changes in Maven by the
command-line, this would be great...
Logged In: YES
user_id=844527
in the xdoc dir you need to have a changes.xml the syntaxe
is explain here :
http://maven.apache.org/reference/plugins/changes/
To generate the report use the command line :
maven changes:report
The report is generate in xdoc format. The next comand line
will convert xdoc into html :
maven xdoc
I don't have cvs acces here but I will had some thing to
illustrate this in th evening