Closed GoogleCodeExporter closed 8 years ago
Original comment by wilfreds...@gmail.com
on 23 Mar 2009 at 5:45
Original comment by wilfreds...@gmail.com
on 23 Mar 2009 at 5:46
Committed in r86, support of generate-xhtml goal
original post:
http://groups.google.com/group/docbkx-tools-users/browse_thread/thread/d321fb26a
435874d
Original comment by MimilO...@gmail.com
on 2 May 2009 at 8:35
Original comment by MimilO...@gmail.com
on 8 May 2009 at 10:49
That doesn't work for me,
this is the pom.xml detail :
<build>
<plugins>
<plugin>
<groupId>com.agilejava.docbkx</groupId>
<artifactId>docbkx-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>generate-xhtml</goal>
</goals>
<phase>generate-resources</phase>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>org.docbook</groupId>
<artifactId>docbook-xml</artifactId>
<version>4.4</version>
<scope>runtime</scope>
</dependency>
</dependencies>
<configuration>
<chunkedOutput>true</chunkedOutput>
<!--
<targetDirectory>src/main/autogendoc/html</targetDirectory>-->
</configuration>
</plugin>
</plugins>
</build>
The chunkedOutput is true but the plugin generates 2 files from 1 sources : a
doc.html contains the xhtml code and a doc.xhtml empty.
Original comment by loic.dr...@gmail.com
on 9 Oct 2009 at 10:03
Original comment by MimilO...@gmail.com
on 15 Nov 2009 at 4:07
I verified it by running 'mvn -Pdocbkx.automatic pre-site' on the samples
project. From
what I see, it's working ok. (It would be nice to have some more tests for it
though, but
that's another issue.) I propose to close this one.
Original comment by wilfreds...@gmail.com
on 11 Feb 2010 at 8:24
Original issue reported on code.google.com by
wilfreds...@gmail.com
on 23 Mar 2009 at 5:43