On Wed, 2002-10-16 at 14:47, Owens, Ryan wrote: > Prior to using Maven I was using site2 xdocs for our project docs. I added a few >tags to increase the functionality.. for instance: > > <diagram file="example.jpg" alt-text="Test Diagram Pic" caption="Test Figure 1.1" >outline="true" /> > > Initially I was using XSL to create an HTML table with the above items placed >properly. > > I've ported that to velocity and integrated it with the xdoc plugin for maven and it >all works fine. > However, the update process is somewhat tedious and everytime I get a new Maven >build I have to modify the xdoc plugin's site.dvsl. > > So the short question is: > Is there an easy way to add tags to the xdoc plugin? > I don't want to modify it's overall structure or function, just add additional tags. > > Thanks very much in advance.
I am actually working on this now so I am tweaking DVSL to take a set of dvsl files. I have a glossary that I want to process and John Thorhauer has created a set of #macros for a Scrum burndown report. I'll keep you posted. This shouldn't take long and is required ASAP by our development team. > Ryan Owens > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org In short, man creates for himself a new religion of a rational and technical order to justify his work and to be justified in it. -- Jacques Ellul, The Technological Society -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
