2 Replies Latest reply on Mar 23, 2007 2:57 AM by starksm64

    Migrated the docbook content from 1.0

    starksm64

      I migrated the docbook content from the 1.0 mc into the trunk under docs:
      https://svn.jboss.org/repos/jbossas/projects/microcontainer/trunk/docs

      It contains the gettingstarted and reference dirs. This is using the docbkx plugin, so you generate the html using the docbkx:generate-html (http://www.agilejava.com/docbkx/docbkx-maven-plugin/index.html)

      [starksm@succubus reference]$ mvn docbkx:generate-html
      [INFO] Scanning for projects...
      [INFO] Searching repository for plugin with prefix: 'docbkx'.
      [INFO] ----------------------------------------------------------------------------
      [INFO] Building JBossMC Reference Guide
      [INFO] task-segment: [docbkx:generate-html]
      [INFO] ----------------------------------------------------------------------------
      [INFO] [docbkx:generate-html]
      [INFO] Processing master.xml
      [INFO] ------------------------------------------------------------------------
      [INFO] BUILD SUCCESSFUL
      [INFO] ------------------------------------------------------------------------
      [INFO] Total time: 9 seconds
      [INFO] Finished at: Mon Mar 19 22:05:52 PDT 2007
      [INFO] Final Memory: 19M/423M
      [INFO] ------------------------------------------------------------------------
      


      The html is output to the target/docbkx/html directory. Nothing has been done with trying to update the stylesheets, and this is still for the 1.0 mc.