[ 
https://issues.apache.org/jira/browse/DOXIATOOLS-23?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Osipov closed DOXIATOOLS-23.
------------------------------------
    Resolution: Auto Closed

This issue has been auto closed because it has been inactive for a long period 
of time. If you think this issue still applies, retest your problem with the 
most recent version of Maven and the affected component, reopen and post your 
results.

> Nested APT file directories and PDF generation
> ----------------------------------------------
>
>                 Key: DOXIATOOLS-23
>                 URL: https://issues.apache.org/jira/browse/DOXIATOOLS-23
>             Project: Maven Doxia Tools
>          Issue Type: New Feature
>          Components: Doxia Book Renderer
>    Affects Versions: doxia-book-renderer-1.2
>         Environment: OSX 10.5.7, Java 5, Maven 2.2
>            Reporter: Nathan Sowatskey
>
> Hi
> I have a chapter declared like this in xxx.xml:
> <chapter>
>  <id>xxx_Integration</id>
>  <title>xxx Integration</title>
>  <sections>
>   <section>
>    <id>xxx/index</id>
>   </section>
>  </sections>
> </chapter>
> Where:
> src/site/apt/xxx/integraion
> Contains some documentation specific to xxx.
> When I try to use mvn site with this config in pom.xml:
> <book>
>   <directory>src/site/apt</directory>
>  <descriptor>src/site/xxx.xml</descriptor>
>  <formats>
>   <format>
>    <id>pdf</id>
>   </format>
>  </formats>
> </book>
> I get this error:
> ERROR] BUILD ERROR
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Error while generating book in format 'pdf'.
> Embedded error: No document that matches section with id=xxx/index.
> I don't know whether this *should* work, or whether this is a new feature 
> request.
> Thanks
> Nathan



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to