Re: docbook + maven

2007-06-08 Thread Steve Ebersole
If you look at the code and projects using it, yes, I am aware of this. Or did you miss the directories containing the font definitios tongue-in-cheekly named no-idea-what-to-do-with-these-yet? ;) Actually I was leaning on the expertise of the Red Hat documentation team here, since DocBook (nor

Re: docbook + maven

2007-06-07 Thread Stephane Nicoll
On 6/6/07, Steve Ebersole [EMAIL PROTECTED] wrote: I am not overly familiar with this dependency plugin, but the overall approach sounds essentially the same as I described in my staging approach. The concern I had was knowing which dependencies to pull resources from. I would then guess that

Re: docbook + maven

2007-06-07 Thread Tamás Cservenák
Hello, I had another problem with docbook plugins for maven2. I will just describe it, as it is too often overseen :) My problem was FOP and it's configuration in docbkx plugin. I needed docbook in maven2 to generate docs in Hungarian language. The FOP per default produces PDF with Adobe

Re: docbook + maven

2007-06-06 Thread Stephane Nicoll
Hey, On 6/5/07, Steve Ebersole [EMAIL PROTECTED] wrote: On Tue, 2007-06-05 at 09:18 +0200, Stephane Nicoll wrote: I am currently migration our doc on docbook+M2 and I ran in the same issues. Is your plugin freely available? Sure, as of now it is in Hibernate SVN and published to the JBoss

Re: docbook + maven

2007-06-06 Thread Steve Ebersole
Sure. What we do is we package the styles in a zip file using a standard maven project and the build-helper-mojo from codehaus. The zip file contains not only the CSS, the XSLT parameters but also the images linked to the style. Next, in a doc project, we depend on the zip above and we use

Re: docbook + maven

2007-06-05 Thread Stephane Nicoll
I am currently migration our doc on docbook+M2 and I ran in the same issues. Is your plugin freely available? Regarding styles, we also use them as dependencies and images are located alongside the docbook file. Thanks, Stéphane On 6/4/07, Steve Ebersole [EMAIL PROTECTED] wrote: As part of

Re: docbook + maven

2007-06-05 Thread Steve Ebersole
On Tue, 2007-06-05 at 09:18 +0200, Stephane Nicoll wrote: I am currently migration our doc on docbook+M2 and I ran in the same issues. Is your plugin freely available? Sure, as of now it is in Hibernate SVN and published to the JBoss Maven repo. Regarding styles, we also use them as

Re: [hibernate-dev] docbook + maven

2007-06-04 Thread Max Rydahl Andersen
one thing is for sure, the current image location in our docbook is annoying ;( It is not relative to where the xml files are and hence it does not show up in e.g. xmlmind. What makes most sense to me is that the images is located relative/correctly based on the actual xml they are

docbook + maven

2007-06-04 Thread Steve Ebersole
As part of migrating Hibernate to use Maven, one of the big issues I ran into was the current state of DocBook plugins for Maven. The current mojo-codehaus hosted plugin is insufficient. There is another more widely used one done by one Wilfred Springer as part of something called agilejava.

Re: [hibernate-dev] docbook + maven

2007-06-04 Thread Mark Proctor
yes I raised that with steve, after being abused for some time, I think I eventually persuaded him to include the properties necessary for this. Mark Max Rydahl Andersen wrote: one thing is for sure, the current image location in our docbook is annoying ;( It is not relative to where the xml

Re: [hibernate-dev] docbook + maven

2007-06-04 Thread Steve Ebersole
Mark and I already discussed this. But its a different discussion, since he does not deal with pre-packaged styles... On Mon, 2007-06-04 at 21:38 +0200, Max Rydahl Andersen wrote: one thing is for sure, the current image location in our docbook is annoying ;( It is not relative to where

Re: DocBook Maven Plugin

2006-05-21 Thread Wilfred Springer
line. 3. Dedicated configuration support for a huge collection of properties to influence the transformation. (In fact, it has dedicated properties for all XSL parameters documented in the DocBook XSL distribution.) 4. It has been built using a dedicated Maven plugin to g

Re: DocBook Maven Plugin

2006-05-19 Thread Borut Bolčina
. 3. Dedicated configuration support for a huge collection of properties to influence the transformation. (In fact, it has dedicated properties for all XSL parameters documented in the DocBook XSL distribution.) 4. It has been built using a dedicated Maven plugin to gene

DocBook Maven Plugin

2006-05-12 Thread Wilfred Springer
using a dedicated Maven plugin to generate DocBook Maven plugins. Feel free to give it a try. And read more about it on my web log: http://agilejava.com/blog/ Cheers, Wilfred