[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-1703) Mavenize the docbook build

Mark Newton (JIRA) jira-events at lists.jboss.org
Mon Feb 11 12:31:04 EST 2008


    [ http://jira.jboss.com/jira/browse/JBIDE-1703?page=comments#action_12399146 ] 
            
Mark Newton commented on JBIDE-1703:
------------------------------------

Anatoly, the main-eclipse.xsl file used to produce Eclipse help for the default JBoss.org L&F produces plugin.xml and toc.xml files fine on my machine.

I've taken a look at the eclipse.xsl file that you attached and have included it into the Maven2 plugin so that all projects can benefit. However, I don't understand why you're basing your customisations on the html XSL files from the DocBook distribution:

<xsl:import href="http://docbook.sourceforge.net/release/xsl/1.72.0/html/chunk.xsl"/>

If you used the eclipse XSL files (as done in main-eclipse.xsl) then you wouldn't have to explicitly created the toc.xml and plugin.xml files yourself:

<xsl:import href="http://docbook.sourceforge.net/release/xsl/1.72.0/eclipse/eclipse.xsl"/>

<!-- We need to override the imported html/chunk.xsl from eclipse/eclipse.xsl to generate valid XHTML -->
<xsl:import href="http://docbook.sourceforge.net/release/xsl/1.72.0/xhtml/chunk.xsl"/>


> Mavenize the docbook build
> --------------------------
>
>                 Key: JBIDE-1703
>                 URL: http://jira.jboss.com/jira/browse/JBIDE-1703
>             Project: Tools (JBoss Tools)
>          Issue Type: Task
>          Components: Build/Releng
>            Reporter: Max Andersen
>         Assigned To: Mark Newton
>             Fix For: 2.1
>
>         Attachments: eclipse.xsl, pom.xml, settings.xml
>
>
> Will give us the standard style + eclipse look'n'feel out of the box

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list