Hello Brian,

        Theorically, there's no problem with the property
"maven.pdf.navigationFile". I'm using it everyday without problem.
        You're right, by default the pdf plugin uses your file
navigation.xml which not reference generated xdocs.
        Here is the navigation-pdf.xml (in xdocs dir) for maven which
reference some generated files :

<project name="Maven">
    <title>Maven</title>
    <body>
        <menu name="Overview">
            <item name="Goals" href="/goals.html"/>
            <item name="Features" href="/features.html"/>
            <item name="News and Status" href="/status.html"/>
            <item name="Changes" href="/changes-report.html"/>            
            <item name="Mailing Lists" href="/mail-lists.html"/>
            <item name="Source" href="/cvs-usage.html"/>
            <item name="Dependencies" href="/dependencies.html"/>
        </menu>
....
    </body>
</project>              


        In the maven project.properties we added :

#------------------------------------------------------------------
# P D F   P R O P E R T I E S
#------------------------------------------------------------------
maven.pdf.projectLogo=http://maven.apache.org/images/maven.gif
maven.pdf.companyLogo=http://maven.apache.org/images/asf_logo_wide_clear.gif
maven.pdf.navigationFile=navigation-pdf.xml


        Do you have a clean checkout of maven and maven-plugins ??

        Can you try to set the property "maven.pdf.debug=true" and post the
log on Jira or on the mailing list.

Arnaud.

> -----Message d'origine-----
> De�: Brian Burridge [mailto:[EMAIL PROTECTED]
> Envoy�: vendredi 16 avril 2004 21:07
> ��: Maven Users List
> Objet�: PDF Plugin: Can it include any generated reports?
> 
> I was hoping to create a pdf of our site, to include all the generated
> reports, but it appears to only include those documents that reside in
> the xdocs folder. Is this correct?
> 
> Also, when I set the property maven.pdf.navigationFile, it still pulled
> just the original navigation.xml and not the one I passed in that
> property.
> 
> I am using a fresh pull from cvs as of today, 4/16/04, 3pm EST.
> 
> Brian
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to