From: "Arnaud HERITIER" <[EMAIL PROTECTED]>
I published a new snapshot which fixe incompatibilities with maven 1.0 and some jdk.
...
Let us know what you think about it.
I'm still getting: [java] [ERROR] file:/e:/svn/struts/current/site/target/pdf/project.fo:198:168 The id "#" already exists in this document I thought it had to do with the suggestion to create a separate navigation file, which I did, but it turned out to be two <section> tags with no 'name' attribute on the index page. Those get id="#" in the .fo file, and if you have more than one, the pdf won't build. And... apparently you can't have two <section> tags with the same 'name' attribute, _anywhere_ in the xml you plan to convert to PDF. I added names to all the <section> tags, and now I'm seeing... [java] [ERROR] file:/e:/svn/struts/current/site/target/pdf/project.fo:480:175 The id "#Next" already exists in this document ...which is coming from the <section name="Next"> tags at the bottom of each of the pages at the top level of the website. This is a showstopper for the Struts site-- we have multiple pages with the same section names. (And I assume it also applies to <subsection>.) Please let me know if you need more information, or if you want me to open a ticket for this. -- Wendy Smoak --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
