[hibernate-commits] Hibernate SVN: r20144 - core/trunk/documentation/quickstart.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Sun Aug 15 11:36:51 EDT 2010


Author: steve.ebersole at jboss.com
Date: 2010-08-15 11:36:50 -0400 (Sun, 15 Aug 2010)
New Revision: 20144

Modified:
   core/trunk/documentation/quickstart/pom.xml
Log:
HHH-5441 - Create "Getting Started Guide"


Modified: core/trunk/documentation/quickstart/pom.xml
===================================================================
--- core/trunk/documentation/quickstart/pom.xml	2010-08-13 22:29:41 UTC (rev 20143)
+++ core/trunk/documentation/quickstart/pom.xml	2010-08-15 15:36:50 UTC (rev 20144)
@@ -69,14 +69,39 @@
                 <configuration>
                     <sourceDocumentName>Hibernate_Getting_Started_Guide.xml</sourceDocumentName>
                     <masterTranslation>en-US</masterTranslation>
+                    <!--
+                        for now at least, do not render pdf as the xsl has errors apparently:
+
+Error at xsl:text on line 111 of jar:file:/home/steve/.m2/repository/net/sf/docbook/docbook/1.74.0/docbook-1.74.0.jar!/fo/docbook.xsl:
+  org.apache.fop.fo.ValidationException: "{http://www.w3.org/1999/XSL/Format}block" is not a valid child of "fo:root"! (See position -1:-1)
+
+                        Need to investigate this
+                    -->
+
+                    <formats>
+                        <format>
+                            <formatName>html_single</formatName>
+                            <stylesheetResource>classpath:/xslt/org/hibernate/jdocbook/xslt/xhtml-single.xsl
+                            </stylesheetResource>
+                            <finalName>index.html</finalName>
+                        </format>
+                        <format>
+                            <formatName>html</formatName>
+                            <stylesheetResource>classpath:/xslt/org/hibernate/jdocbook/xslt/xhtml.xsl
+                            </stylesheetResource>
+                            <finalName>index.html</finalName>
+                        </format>
+                    </formats>
                     <translations>
+<!--
                         <translation>de-DE</translation>
                         <translation>es-ES</translation>
                         <translation>fr-FR</translation>
                         <translation>ja-JP</translation>
-                        <!-- <translation>ko-KR</translation> -->
+                        <translation>ko-KR</translation>
                         <translation>pt-BR</translation>
                         <translation>zh-CN</translation>
+-->
                     </translations>
                     <imageResource>
                         <directory>${basedir}/src/main/docbook/en-US</directory>



More information about the hibernate-commits mailing list