problems with book and vm template for apt
------------------------------------------
Key: DOXIA-378
URL: http://jira.codehaus.org/browse/DOXIA-378
Project: Maven Doxia
Issue Type: Bug
Affects Versions: 1.1.1
Environment: linux - maven 2.2.1.
Reporter: Pablo GraƱa
I am trying to generate a latex doc from my apt documentation. Everything works
fine except until I decided to use a vm template for one of my apt docs. Here
are some relevant fragments of files:
The book configuration:
user-manual.xml
....
<chapter>
<id>getting-started</id>
<title>Getting started</title>
<sections>
<section>
<id>getting-started</id>
</section>
</sections>
</chapter>
....
I have in the src/site/apt directory I have a file named
getting-started.apt.vm.
building the site (mvn site) fails with:
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error while generating book in format 'latex'.
Embedded error: No document that matches section with id=getting-started.
[INFO] ------------------------------------------------------------------------
If I just use getting-started.apt, everything works fine.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira