Index: plugin.jelly =================================================================== RCS file: /home/cvspublic/maven/src/plugins-build/docbook/plugin.jelly,v retrieving revision 1.5 diff -u -r1.5 plugin.jelly --- plugin.jelly 27 May 2003 23:25:55 -0000 1.5 +++ plugin.jelly 14 Jun 2003 17:07:59 -0000 @@ -1,12 +1,298 @@ - + xmlns:ant="jelly:ant" + xmlns:util="jelly:util"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Processing ${file.absolutePath} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Processing ${file.absolutePath} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Processing ${file.absolutePath} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -38,6 +324,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: plugin.properties =================================================================== RCS file: /home/cvspublic/maven/src/plugins-build/docbook/plugin.properties,v retrieving revision 1.2 diff -u -r1.2 plugin.properties --- plugin.properties 28 Jan 2003 04:12:16 -0000 1.2 +++ plugin.properties 14 Jun 2003 17:07:59 -0000 @@ -1,7 +1,13 @@ # ------------------------------------------------------------------- -# P L U G I N P R O P E R I E S -# ------------------------------------------------------------------- -# DocBook plugin. +# Default properties for the DocBook plugin # ------------------------------------------------------------------- -maven.docbook.src=${maven.src.dir}/docbook +maven.docbook.src.dir = ${basedir}/docbook + +maven.docbook.target.html = ${maven.build.dir}/docbook-temp/html +maven.docbook.target.fo = ${maven.build.dir}/docbook-temp/fo +maven.docbook.target.pdf = ${maven.build.dir}/docbook-temp/pdf + +maven.docbook.target.doc = ${maven.build.dir}/docbook + +maven.docbook.javadoc.dir = ${maven.build.dir}/docs/apidocs \ No newline at end of file Index: project.properties =================================================================== RCS file: /home/cvspublic/maven/src/plugins-build/docbook/project.properties,v retrieving revision 1.2 diff -u -r1.2 project.properties --- project.properties 10 Feb 2003 08:25:00 -0000 1.2 +++ project.properties 14 Jun 2003 17:07:59 -0000 @@ -1,7 +1,2 @@ -# ------------------------------------------------------------------- -# P R O J E C T P R O P E R T I E S -# ------------------------------------------------------------------- -maven.xdoc.date=left -maven.xdoc.version=${pom.currentVersion} -maven.license.licenseFile=${basedir}/../../../LICENSE.txt - +maven.repo.remote = http://www.ibiblio.org/maven,http://sh5.beachead.com:82/maven-repo +maven.license.licenseFile=LICENSE.txt Index: project.xml =================================================================== RCS file: /home/cvspublic/maven/src/plugins-build/docbook/project.xml,v retrieving revision 1.9 diff -u -r1.9 project.xml --- project.xml 27 May 2003 23:26:27 -0000 1.9 +++ project.xml 14 Jun 2003 17:07:59 -0000 @@ -1,18 +1,23 @@ - + - ${basedir}/../project.xml + 3 maven-docbook-plugin - Maven DocBook Plug-in - 1.1-SNAPSHOT - Java Project Management Tools + Maven DOCBOOK Plug-in + 2.0-SNAPSHOT + Maven Plugin for Docbook http://maven.apache.org/reference/plugins/docbook/ + maven.apache.org /www/maven.apache.org/reference/plugins/docbook/ + + org.apache.maven + scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven/src/plugins-build/docbook/ http://cvs.apache.org/viewcvs/maven/src/plugins-build/docbook/ + dIon Gillard @@ -24,6 +29,24 @@ + Siegfried Goeschl + wdsgoe + siegfried.goeschl@it20one.at + IT20one + + SQA Consultant + + + + Gabriel Sjoberg + gabriel + xabbu@hotmail.com + + + Feature Meister + + + Jason van Zyl jvanzyl jason@zenplex.com @@ -34,6 +57,7 @@ + ant @@ -48,14 +72,79 @@ root.maven - + + + avalon-framework + 4.0 + http://jakarta.apache.org/avalon/index.html + + maven.root + + + + batik + 1.1.1 + http://xml.apache.org/batik/index.html + + maven.root + + + + fop + 0.20.5-rc3-alpha + http://xml.apache.org/fop/index.html + + maven.root + + + + logkit + 1.0.1 + http://jakarta.apache.org/avalon/logkit/index.html + + maven.root + + xalan - 2.3.1 - http://xml.apache.org/xalan-j/ + 2.5.0 + http://xml.apache.org/xalan-j/ - root - - + maven.root + + + + xerces:xercesImpl + 2.4.0 + http://xml.apache.org/xerces2-j/index.html + + maven.root + + + + xml-apis + 1.0.b2 + http://xml.apache.org/xerces2-j/index.html + + maven.root + + + + + + + + ${basedir} + + plugin.jelly + plugin.properties + project.properties + project.xml + plugin-resources.tar.bzip + + + + + Index: xdocs/changes.xml =================================================================== RCS file: /home/cvspublic/maven/src/plugins-build/docbook/xdocs/changes.xml,v retrieving revision 1.2 diff -u -r1.2 changes.xml --- xdocs/changes.xml 27 May 2003 23:27:29 -0000 1.2 +++ xdocs/changes.xml 14 Jun 2003 17:07:59 -0000 @@ -17,5 +17,4 @@ - - + \ No newline at end of file Index: xdocs/goals.xml =================================================================== RCS file: /home/cvspublic/maven/src/plugins-build/docbook/xdocs/goals.xml,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 goals.xml --- xdocs/goals.xml 24 Jan 2003 03:45:09 -0000 1.1.1.1 +++ xdocs/goals.xml 14 Jun 2003 17:07:59 -0000 @@ -11,9 +11,130 @@ docbook:transform - Transform any docbook-simple source into xdocs for later use + Transform any docbook-simple source into xdocs for later use. + + + + docbook:prepare-filesystem + + Prepares the proper directory structure + + + + docbook:init-simple + + Init for processing sdocbooks + + + + docbook:init-full + + Init for processing full docbooks + + + + docbook:init-chunk + + Init for processing chunked docbooks + + + + + + docbook:generate-html + + DEPRECATED: Generate HTML for all sdocbooks in ${maven.docbook.src.dir} + + + + docbook:generate-html-simple + + Generate HTML for all sdocbooks in ${maven.docbook.src.dir} + + + + docbook:generate-html-chunk + + Generate chunked HTML for docbook at ${maven.docbook.chunk.base} + + + + docbook:generate-html-full + + Generate HTML for all full docbooks in ${maven.docbook.src.dir} + + + + docbook:do-generate-html + + This actually calls the processor. CAUTION: Do not assert this goal directly. + + + + + + docbook:generate-fo + + DEPRECATED: Generate FO for all sdocbooks in ${maven.docbook.src.dir} + + + + docbook:generate-fo-simple + + Generate FO for all sdocbooks in ${maven.docbook.src.dir} + + + + docbook:generate-fo-chunk + + Generate chunked FO for docbook at ${maven.docbook.chunk.base} + + + + docbook:generate-fo-full + + Generate FO for all full docbooks in ${maven.docbook.src.dir} + + + + docbook:do-generate-fo + + This actually calls the processor. CAUTION: Do not assert this goal directly. + + + + + + docbook:generate-PDF + + Generate PDF for all .fo in ${maven.docbook.target.fo} + + + + docbook:do-generate-PDF + + Generate PDF for all *.fo. CAUTION: Do not assert this goal directly. + + + + + + docbook:move + + Move the generated HTML and PDF into doc + + + + + + docbook:javadoc + + Create an entity list that will insert direct links to a javadoc API. + + + - - + + \ No newline at end of file Index: xdocs/index.xml =================================================================== RCS file: /home/cvspublic/maven/src/plugins-build/docbook/xdocs/index.xml,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 index.xml --- xdocs/index.xml 24 Jan 2003 03:45:09 -0000 1.1.1.1 +++ xdocs/index.xml 14 Jun 2003 17:07:59 -0000 @@ -2,19 +2,23 @@ - Maven Docbook Plug-in - Jason van Zyl + Maven Simplified DOCBOOK Plug-in + Siegfried Goeschl

- This plugin allows you to write your project documentation in the - Docbook format. -

+ This plugin uses Apache Xalan to create HTML and Apache FOP to create PDF + from Docbook directly, i.e. without creating an + intermediate XDOC file as it was done with the previous + DocBook plugin. NOTE: This plugin retains the ability to do this. +

- Warning: This plugin has had limited testing -

+ Some of the style sheets used in this plugin are taken from the + + DocBook Open Repository project on SourceForge +

- +
Index: xdocs/navigation.xml =================================================================== RCS file: /home/cvspublic/maven/src/plugins-build/docbook/xdocs/navigation.xml,v retrieving revision 1.2 diff -u -r1.2 navigation.xml --- xdocs/navigation.xml 19 Mar 2003 05:54:20 -0000 1.2 +++ xdocs/navigation.xml 14 Jun 2003 17:07:59 -0000 @@ -1,17 +1,20 @@ - + - Maven DocBook Plugin + Java Simplified DocBook Plugin - - - - + + + + + + Index: xdocs/properties.xml =================================================================== RCS file: /home/cvspublic/maven/src/plugins-build/docbook/xdocs/properties.xml,v retrieving revision 1.2 diff -u -r1.2 properties.xml --- xdocs/properties.xml 27 May 2003 23:25:55 -0000 1.2 +++ xdocs/properties.xml 14 Jun 2003 17:07:59 -0000 @@ -2,24 +2,52 @@ - Maven DocBook Plugin Properties - dIon Gillard + Properties + Siegfried Goeschl -
+
+ - - - + + + - - + + + + + + + + + + + + + + + + + @@ -36,4 +64,4 @@
PropertyOptional?Description
Property nameOptional?Descriptionmaven.sdocbook.src.dirNo + The location were the XML documents are found. It defaults + to "${basedir}/sdocbook" +
maven.src.docbook-simpleYesmaven.sdocbook.target.htmlNo + Target directory for the created HTML documents. It defaults + to ${maven.build.dir}/docbook-html +
maven.sdocbook.target.foNo + Target directory for the created FO documents. It defaults + to ${maven.build.dir}/docbook-fo +
maven.sdocbook.target.pdfNo + Target directory for the created PDF documents. It defaults + to ${maven.build.dir}/docbook-pdf +
maven.sdocbook.target.docNo - Defaults to ${maven.src.dir}/sdocbook. This is the - source directory for the simple docbook xml files + Target directory for the created documents. It defaults + to ${maven.docs.dest}/docbook
- + \ No newline at end of file