> -----Original Message----- > From: Christopher Lenz [mailto:[EMAIL PROTECTED] > Sent: 19 October 2003 20:52 > To: Cactus Developers List > Subject: Re: building using maven?
[snip] > > > > There's a better solution: to use a stylesheet (I've posted the solution > > some time ago when answering Julien's question on maven). Providing a > > custom stylesheet is supported by the maven xdoc plugin (or the site > > plugin, can't remember exactly). > > Yeah, it is supported, but then we're pretty much replacing the entire > xdoc plugin functionality AFAICT. Basically, the xdoc plugin *is* the > stylesheet, no? I.e. there's no separation between the logic (directory > traversal, navigation, etc) and the templating. True. There are a few other features like: - site uploading - plugin reports integrated with site generation But I agree. That said, I could maybe modify the xdoc plugin to also support XSL (or write another maven plugin), and provide our stylesheet as a default jakarta stylesheet. We'll see. For now, I'm concentrating on fixing remaining cactus bugs to prepare for the release. Thanks -Vincent --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
