You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(37) |
Oct
(12) |
Nov
|
Dec
(47) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(9) |
Feb
(6) |
Mar
(1) |
Apr
(85) |
May
(9) |
Jun
|
Jul
(6) |
Aug
(85) |
Sep
(42) |
Oct
(27) |
Nov
(15) |
Dec
(27) |
2004 |
Jan
(39) |
Feb
(52) |
Mar
(43) |
Apr
(32) |
May
(18) |
Jun
(5) |
Jul
(63) |
Aug
(69) |
Sep
(12) |
Oct
(80) |
Nov
(55) |
Dec
(30) |
2005 |
Jan
(27) |
Feb
(6) |
Mar
(43) |
Apr
(5) |
May
(48) |
Jun
(48) |
Jul
(100) |
Aug
(16) |
Sep
(43) |
Oct
(25) |
Nov
(249) |
Dec
(2) |
2006 |
Jan
(9) |
Feb
(2) |
Mar
|
Apr
(26) |
May
(21) |
Jun
(8) |
Jul
(14) |
Aug
(104) |
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
(32) |
Feb
|
Mar
(2) |
Apr
|
May
(38) |
Jun
(2) |
Jul
(9) |
Aug
(1) |
Sep
|
Oct
|
Nov
(1) |
Dec
|
2008 |
Jan
|
Feb
(3) |
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Carlos S. <car...@us...> - 2005-01-01 23:35:09
|
carlossg 05/01/01 15:35:02 Modified: sdocbook/xdocs index.xml Log: Added Projects using this plugin Revision Changes Path 1.6 +10 -0 maven-plugins/sdocbook/xdocs/index.xml Index: index.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/xdocs/index.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- index.xml 29 Dec 2004 22:22:33 -0000 1.5 +++ index.xml 1 Jan 2005 23:35:02 -0000 1.6 @@ -40,6 +40,16 @@ </section> + <section name="Projects using this plugin"> + <p> + Two projects are using the latest features of this plugin, including stylesheet customization. + <ul> + <li><a href="http://oness.sourceforge.net">ONess</a></li> + <li><a href="http://acegisecurity.sourceforge.net">Acegi Security System for Spring</a></li> + </ul> + </p> + </section> + <section name="A bit of history"> <p> This plugin was originally developed by Siegfried Goeschl (wdsgoe) in the year 2002, |
From: Carlos S. <car...@us...> - 2005-01-01 23:30:23
|
carlossg 05/01/01 15:30:15 Modified: sdocbook/xdocs properties.xml changes.xml sdocbook plugin.properties Log: Added **/*.jpg, **/*.css to maven.sdocbook.resources.include Revision Changes Path 1.7 +1 -1 maven-plugins/sdocbook/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/xdocs/properties.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- properties.xml 1 Jan 2005 20:39:13 -0000 1.6 +++ properties.xml 1 Jan 2005 23:30:09 -0000 1.7 @@ -35,7 +35,7 @@ <td>No</td> <td> The resources which are to be copied from maven.sdocbook.src.dir and into target. - It defaults to **/*.png, **/*.gif + It defaults to **/*.png, **/*.gif, **/*.jpg, **/*.css </td> </tr> 1.12 +3 -0 maven-plugins/sdocbook/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/xdocs/changes.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- changes.xml 1 Jan 2005 20:54:37 -0000 1.11 +++ changes.xml 1 Jan 2005 23:30:09 -0000 1.12 @@ -9,6 +9,9 @@ <body> <release version="1.4.1-SNAPSHOT" date="in CVS"> + <action dev="carlossg" type="add"> + Added **/*.jpg, **/*.css to maven.sdocbook.resources.include + </action> <action dev="carlossg" type="fix"> Don't flatten resources when copying. </action> 1.8 +1 -1 maven-plugins/sdocbook/plugin.properties Index: plugin.properties =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/plugin.properties,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- plugin.properties 1 Jan 2005 20:39:20 -0000 1.7 +++ plugin.properties 1 Jan 2005 23:30:09 -0000 1.8 @@ -18,7 +18,7 @@ maven.sdocbook.stylesheets.zip = ${maven.repo.local}/docbook/zips/docbook-xsl-${maven.sdocbook.stylesheets.version}.zip # the resources which are to be copied from maven.sdocbook.src.dir -maven.sdocbook.resources.include = **/*.png, **/*.gif +maven.sdocbook.resources.include = **/*.png, **/*.gif, **/*.jpg, **/*.css # stylesheet to use for html transformation maven.sdocbook.html.xsl = ${maven.sdocbook.stylesheets.dir}/html/docbook.xsl |
From: Brett P. <bre...@gm...> - 2005-01-01 22:32:59
|
The other one worked. What was wrong? Anyway, I think this should work too - I'm just curious. - Brett On Sat, 01 Jan 2005 12:40:29 -0800, Carlos Sanchez <car...@us...> wrote: > carlossg 05/01/01 12:40:29 > > Modified: . project.properties > Log: > Fixed repo server > > Revision Changes Path > 1.11 +1 -1 maven-plugins/project.properties > > Index: project.properties > =================================================================== > RCS file: /cvsroot/maven-plugins/maven-plugins/project.properties,v > retrieving revision 1.10 > retrieving revision 1.11 > diff -u -r1.10 -r1.11 > --- project.properties 23 Oct 2004 16:21:33 -0000 1.10 > +++ project.properties 1 Jan 2005 20:40:28 -0000 1.11 > @@ -23,7 +23,7 @@ > maven.xdoc.distributionUrl=http://maven-plugins.sourceforge.net/repository/maven-plugins/plugins > > maven.repo.list=maven-plugins-sf > -maven.repo.maven-plugins-sf=scp://shell.maven-plugins.sf.net > +maven.repo.maven-plugins-sf=scp://shell.sourceforge.net > maven.repo.maven-plugins-sf.directory=${pom.distributionDirectory} > # set these yourself > #maven.repo.maven-plugins-sf.username= > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > Maven-plugins-cvs mailing list > Mav...@li... > https://lists.sourceforge.net/lists/listinfo/maven-plugins-cvs > |
From: Carlos S. <car...@us...> - 2005-01-01 20:54:45
|
carlossg 05/01/01 12:54:38 Modified: sdocbook plugin.jelly sdocbook/xdocs changes.xml Log: Don't flatten resources when copying Revision Changes Path 1.10 +2 -2 maven-plugins/sdocbook/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/plugin.jelly,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- plugin.jelly 1 Jan 2005 20:39:20 -0000 1.9 +++ plugin.jelly 1 Jan 2005 20:54:37 -0000 1.10 @@ -171,7 +171,7 @@ <!-- copy resources which html might reference too --> <j:set var="resources" value="${maven.sdocbook.resources.include}" /> <j:if test="${!empty(resources)}"> - <copy todir="${maven.sdocbook.target.dir}" filtering="no" flatten="true"> + <copy todir="${maven.sdocbook.target.dir}" filtering="no" flatten="false"> <fileset dir="${maven.sdocbook.src.dir}" includes="${resources}"/> </copy> </j:if> @@ -260,7 +260,7 @@ <!-- before doing fo2pdf translation, we need to copy any possible resources referenced from the original docbooks --> <j:set var="resources" value="${maven.sdocbook.resources.include}" /> <j:if test="${!empty(resources)}"> - <copy todir="${maven.sdocbook.generated.fo}" filtering="no" flatten="true"> + <copy todir="${maven.sdocbook.generated.fo}" filtering="no" flatten="false"> <fileset dir="${maven.sdocbook.src.dir}" includes="${resources}"/> </copy> </j:if> 1.11 +3 -0 maven-plugins/sdocbook/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/xdocs/changes.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- changes.xml 1 Jan 2005 20:39:13 -0000 1.10 +++ changes.xml 1 Jan 2005 20:54:37 -0000 1.11 @@ -9,6 +9,9 @@ <body> <release version="1.4.1-SNAPSHOT" date="in CVS"> + <action dev="carlossg" type="fix"> + Don't flatten resources when copying. + </action> <action dev="carlossg" type="add"> Added maven.sdocbook.files property. </action> |
From: Carlos S. <car...@us...> - 2005-01-01 20:44:09
|
carlossg 05/01/01 12:44:02 Modified: . maven.xml Log: Removed announcement.jsl and added plugin-parent Revision Changes Path 1.27 +1 -1 maven-plugins/maven.xml Index: maven.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/maven.xml,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- maven.xml 6 Dec 2004 16:20:24 -0000 1.26 +++ maven.xml 1 Jan 2005 20:44:02 -0000 1.27 @@ -100,8 +100,8 @@ <ant:mkdir dir="${dir}/maven-plugins" /> <ant:copy todir="${dir}/maven-plugins" file="${pom.parent.file}" /> <ant:copy todir="${dir}/maven-plugins" file="${pom.parent.file.parent}/project.properties" /> - <ant:copy todir="${dir}/maven-plugins" file="${pom.parent.file.parent}/announcement.jsl" /> <ant:copy todir="${dir}/maven-plugins" file="${pom.parent.file.parent}/LICENSE.txt" /> + <ant:copy todir="${dir}/maven-plugins" file="${pom.parent.file.parent}/plugin-project.xml" /> </postGoal> <preGoal name="xdoc:jelly-transform"> |
From: Carlos S. <car...@us...> - 2005-01-01 20:40:36
|
carlossg 05/01/01 12:40:29 Modified: . project.properties Log: Fixed repo server Revision Changes Path 1.11 +1 -1 maven-plugins/project.properties Index: project.properties =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/project.properties,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- project.properties 23 Oct 2004 16:21:33 -0000 1.10 +++ project.properties 1 Jan 2005 20:40:28 -0000 1.11 @@ -23,7 +23,7 @@ maven.xdoc.distributionUrl=http://maven-plugins.sourceforge.net/repository/maven-plugins/plugins maven.repo.list=maven-plugins-sf -maven.repo.maven-plugins-sf=scp://shell.maven-plugins.sf.net +maven.repo.maven-plugins-sf=scp://shell.sourceforge.net maven.repo.maven-plugins-sf.directory=${pom.distributionDirectory} # set these yourself #maven.repo.maven-plugins-sf.username= |
From: Carlos S. <car...@us...> - 2005-01-01 20:39:28
|
carlossg 05/01/01 12:39:21 Modified: sdocbook/xdocs properties.xml changes.xml sdocbook plugin.jelly plugin.properties project.xml Log: Added maven.sdocbook.files property Fixed stylesheet version Revision Changes Path 1.6 +10 -0 maven-plugins/sdocbook/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/xdocs/properties.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- properties.xml 21 Dec 2004 22:58:41 -0000 1.5 +++ properties.xml 1 Jan 2005 20:39:13 -0000 1.6 @@ -21,6 +21,16 @@ </tr> <tr> + <td>maven.sdocbook.files</td> + <td>No</td> + <td> + The docbook sources that will be transformed. Set this if you use entities to avoid transformation + of every of them. + It defaults to **/*.xml, **/*.sgml + </td> + </tr> + + <tr> <td>maven.sdocbook.resources.include</td> <td>No</td> <td> 1.10 +9 -1 maven-plugins/sdocbook/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/xdocs/changes.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- changes.xml 30 Dec 2004 23:53:49 -0000 1.9 +++ changes.xml 1 Jan 2005 20:39:13 -0000 1.10 @@ -8,7 +8,15 @@ <body> - <release version="1.4" date="in CVS"> + <release version="1.4.1-SNAPSHOT" date="in CVS"> + <action dev="carlossg" type="add"> + Added maven.sdocbook.files property. + </action> + <action dev="carlossg" type="fix"> + Stylesheet version used may have not been already downloaded. + </action> + </release> + <release version="1.4" date="2004-12-31"> <action dev="carlossg" type="add"> Added properties maven.sdocbook.html.xsl and maven.sdocbook.fo.xsl. </action> 1.9 +13 -11 maven-plugins/sdocbook/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/plugin.jelly,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- plugin.jelly 21 Dec 2004 22:58:41 -0000 1.8 +++ plugin.jelly 1 Jan 2005 20:39:20 -0000 1.9 @@ -31,6 +31,17 @@ <!-- create target directory for generated documentation --> <mkdir dir="${maven.sdocbook.target.dir}"/> + <!-- get source docbook files --> + <fileScanner var="scanner"> + <fileset dir="${maven.sdocbook.src.dir}"> + <util:tokenize var="files" delim=",">${maven.sdocbook.files}</util:tokenize> + <j:forEach var="file" items="${files}"> + <include name="${file}"/> + </j:forEach> + </fileset> + </fileScanner> + + <!-- get docbook stylesheets and unzip them if needed --> <j:set var="docbookZipPath" value="${pom.getDependencyPath('docbook:docbook-xsl')}"/> <j:if test="${docbookZipPath == null}"> <echo>Using default stylesheets</echo> @@ -65,6 +76,7 @@ <echo>PathSeperator = ${_sep}</echo> <echo>bootclasspath = ${_bootclasspath}</echo> <echo>maven.sdocbook.src.dir = ${maven.sdocbook.src.dir}</echo> + <echo>maven.sdocbook.files = ${maven.sdocbook.files}</echo> <echo>maven.sdocbook.generated.html = ${maven.sdocbook.generated.html}</echo> <echo>maven.sdocbook.generated.fo = ${maven.sdocbook.generated.fo}</echo> <echo>maven.sdocbook.generated.pdf = ${maven.sdocbook.generated.pdf}</echo> @@ -92,11 +104,6 @@ <!-- create target directory for generated HTML --> <mkdir dir="${maven.sdocbook.generated.html}"/> - <!-- get all *.xml and *.sgml --> - <fileScanner var="scanner"> - <fileset dir="${maven.sdocbook.src.dir}" includes="**/*.xml, **/*.sgml"/> - </fileScanner> - <!-- determine if entity-resolver is requested --> <j:set var="useEntityResolver" value="${maven.sdocbook.use.entityresolver}" /> <j:if test="${useEntityResolver == 'true'}"> @@ -182,11 +189,6 @@ <!-- create target directory for generated HTML --> <mkdir dir="${maven.sdocbook.generated.fo}"/> - <!-- get all *.xml and *.sgml --> - <fileScanner var="scanner"> - <fileset dir="${maven.sdocbook.src.dir}" includes="**/*.xml, **/*.sgml"/> - </fileScanner> - <!-- determine if entity-resolver is requested --> <j:set var="useEntityResolver" value="${maven.sdocbook.use.entityresolver}" /> <j:if test="${useEntityResolver == 'true'}"> @@ -263,7 +265,7 @@ </copy> </j:if> - <!-- get all *.xml and *.sgml --> + <!-- get generated fo files --> <fileScanner var="scanner"> <fileset dir="${maven.sdocbook.generated.fo}" includes="**/*.fo"/> </fileScanner> 1.7 +3 -1 maven-plugins/sdocbook/plugin.properties Index: plugin.properties =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/plugin.properties,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- plugin.properties 21 Dec 2004 22:58:42 -0000 1.6 +++ plugin.properties 1 Jan 2005 20:39:20 -0000 1.7 @@ -11,7 +11,7 @@ maven.sdocbook.target.dir = ${maven.build.dir}/docs/docbook # version should be the same as in the plugin POM -maven.sdocbook.stylesheets.version = 1.66.1 +maven.sdocbook.stylesheets.version = 1.67.2 # the root dir of the stylesheet to use (defaults to version in plugin POM) #maven.sdocbook.stylesheets.dir = ${plugin.dir}/plugin-resources/docbook-xsl-${maven.sdocbook.stylesheets.version} # default stylesheets zip path @@ -32,6 +32,8 @@ # can be set to the "-param ..." which user can use to parameterize the fo stylesheets maven.sdocbook.fo.params = +# files to transform +maven.sdocbook.files = **/*.xml, **/*.sgml # set this to true if you want to use xml-commons-resolver for resolving the dtd elements maven.sdocbook.use.entityresolver=false 1.27 +1 -1 maven-plugins/sdocbook/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/project.xml,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- project.xml 30 Dec 2004 23:53:49 -0000 1.26 +++ project.xml 1 Jan 2005 20:39:20 -0000 1.27 @@ -5,7 +5,7 @@ <artifactId>maven-sdocbook-plugin</artifactId> <name>SDocBook Plug-in</name> <!-- groupId is in parent --> - <currentVersion>1.4</currentVersion> + <currentVersion>1.4.1-SNAPSHOT</currentVersion> <!-- organization is in parent --> <inceptionYear>2002</inceptionYear> <!-- package, logo are in parent. no gumpRepositoryId --> |
From: Carlos S. <car...@us...> - 2005-01-01 20:36:36
|
carlossg 05/01/01 12:36:25 Modified: springgraph/xdocs index.xml Log: Renamed SpringGraph to SpringViz Revision Changes Path 1.3 +1 -1 maven-plugins/springgraph/xdocs/index.xml Index: index.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/springgraph/xdocs/index.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- index.xml 14 Sep 2004 17:34:36 -0000 1.2 +++ index.xml 1 Jan 2005 20:36:19 -0000 1.3 @@ -28,7 +28,7 @@ <body> <section name="Maven SpringGraph Plug-in"> <p> - <a href="http://www.samoht.com/wiki/wiki.pl?SpringGraph">SpringGraph</a> + <a href="http://www.samoht.com/wiki/wiki.pl?SpringViz">SpringViz</a> plugin for Maven. Requires a working installation of <a href="http://www.graphviz.org/">Graphviz</a> </p> |
From: Carlos S. <car...@us...> - 2004-12-30 23:53:57
|
carlossg 04/12/30 15:53:49 Modified: sdocbook/xdocs changes.xml sdocbook project.xml Log: Prepare 1.4 release Revision Changes Path 1.9 +1 -1 maven-plugins/sdocbook/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/xdocs/changes.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- changes.xml 21 Dec 2004 22:58:41 -0000 1.8 +++ changes.xml 30 Dec 2004 23:53:49 -0000 1.9 @@ -8,7 +8,7 @@ <body> - <release version="1.4-SNAPSHOT" date="in CVS"> + <release version="1.4" date="in CVS"> <action dev="carlossg" type="add"> Added properties maven.sdocbook.html.xsl and maven.sdocbook.fo.xsl. </action> 1.26 +8 -3 maven-plugins/sdocbook/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/project.xml,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- project.xml 30 Dec 2004 22:40:58 -0000 1.25 +++ project.xml 30 Dec 2004 23:53:49 -0000 1.26 @@ -5,7 +5,7 @@ <artifactId>maven-sdocbook-plugin</artifactId> <name>SDocBook Plug-in</name> <!-- groupId is in parent --> - <currentVersion>1.4-SNAPSHOT</currentVersion> + <currentVersion>1.4</currentVersion> <!-- organization is in parent --> <inceptionYear>2002</inceptionYear> <!-- package, logo are in parent. no gumpRepositoryId --> @@ -24,8 +24,13 @@ <versions> <version> - <id>maven-sdocbook-plugin-1.3.0</id> - <name>1.3.0</name> + <id>1.4</id> + <name>1.4</name> + <tag>maven-sdocbook-plugin-1-4-0</tag> + </version> + <version> + <id>1.3</id> + <name>1.3</name> <tag>maven-sdocbook-plugin-1-3-0</tag> </version> </versions> |
From: Carlos S. <car...@us...> - 2004-12-30 22:41:05
|
carlossg 04/12/30 14:40:59 Modified: sdocbook project.xml Log: Reverted to revision 1.23 Revision Changes Path 1.25 +1 -1 maven-plugins/sdocbook/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/project.xml,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- project.xml 30 Dec 2004 00:00:09 -0000 1.24 +++ project.xml 30 Dec 2004 22:40:58 -0000 1.25 @@ -5,7 +5,7 @@ <artifactId>maven-sdocbook-plugin</artifactId> <name>SDocBook Plug-in</name> <!-- groupId is in parent --> - <currentVersion>1.4-20041230</currentVersion> + <currentVersion>1.4-SNAPSHOT</currentVersion> <!-- organization is in parent --> <inceptionYear>2002</inceptionYear> <!-- package, logo are in parent. no gumpRepositoryId --> |
From: Carlos S. <car...@us...> - 2004-12-30 00:00:21
|
carlossg 04/12/29 16:00:11 Modified: sdocbook project.xml Log: Upgraded sdocbook-plugin Revision Changes Path 1.24 +1 -1 maven-plugins/sdocbook/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/project.xml,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- project.xml 29 Dec 2004 22:40:04 -0000 1.23 +++ project.xml 30 Dec 2004 00:00:09 -0000 1.24 @@ -5,7 +5,7 @@ <artifactId>maven-sdocbook-plugin</artifactId> <name>SDocBook Plug-in</name> <!-- groupId is in parent --> - <currentVersion>1.4-SNAPSHOT</currentVersion> + <currentVersion>1.4-20041230</currentVersion> <!-- organization is in parent --> <inceptionYear>2002</inceptionYear> <!-- package, logo are in parent. no gumpRepositoryId --> |
From: Carlos S. <car...@us...> - 2004-12-29 22:40:11
|
carlossg 04/12/29 14:40:04 Modified: sdocbook project.xml Log: Fixed developerConnection Revision Changes Path 1.23 +1 -1 maven-plugins/sdocbook/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/project.xml,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- project.xml 29 Dec 2004 22:35:07 -0000 1.22 +++ project.xml 29 Dec 2004 22:40:04 -0000 1.23 @@ -18,7 +18,7 @@ <repository> <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/sdocbook</connection> - <developerConnection>scm:cvs:ssh:use...@cv...:/cvsroot/maven-plugins:maven-plugins/sdocbook</developerConnection> + <developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.net:/cvsroot/maven-plugins:maven-plugins/sdocbook</developerConnection> <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/sdocbook/</url> </repository> |
From: Carlos S. <car...@us...> - 2004-12-29 22:35:20
|
carlossg 04/12/29 14:35:08 Modified: sdocbook project.xml Log: Added developerConnection Revision Changes Path 1.22 +1 -0 maven-plugins/sdocbook/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/project.xml,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- project.xml 29 Dec 2004 22:18:32 -0000 1.21 +++ project.xml 29 Dec 2004 22:35:07 -0000 1.22 @@ -18,6 +18,7 @@ <repository> <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/sdocbook</connection> + <developerConnection>scm:cvs:ssh:use...@cv...:/cvsroot/maven-plugins:maven-plugins/sdocbook</developerConnection> <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/sdocbook/</url> </repository> |
From: Carlos S. <car...@us...> - 2004-12-29 22:32:12
|
carlossg 04/12/29 14:32:06 Modified: sdocbook/xdocs users-guide.xml Added: sdocbook/xdocs/styles/html acegi.xsl sdocbook/xdocs/styles/fo acegi.xsl Removed: sdocbook/xdocs/styles/html docbook.xsl sdocbook/xdocs/styles/fo docbook.xsl Log: Added custom stylesheet usage docs Revision Changes Path 1.6 +27 -16 maven-plugins/sdocbook/xdocs/users-guide.xml Index: users-guide.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/xdocs/users-guide.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- users-guide.xml 19 Dec 2004 13:32:37 -0000 1.5 +++ users-guide.xml 29 Dec 2004 22:32:05 -0000 1.6 @@ -66,31 +66,42 @@ <section name="Using custom stylesheets"> <p> - You can add this code to the previous maven.xml postGoal to use a custom stylesheet. + You can create this postGoal in maven.xml to use a custom stylesheet. <pre> <![CDATA[ - <!-- use a custom fo stylesheet --> - <move file="${maven.sdocbook.stylesheets.dir}/fo/docbook.xsl" - tofile="${maven.sdocbook.stylesheets.dir}/fo/docbook-bak.xsl"/> - <copy file="${maven.sdocbook.src.dir}/styles/fo/docbook.xsl" - todir="${maven.sdocbook.stylesheets.dir}/fo"/> + <postGoal name="sdocbook:prepare-filesystem"> - <!-- use a custom html stylesheet --> - <move file="${maven.sdocbook.stylesheets.dir}/html/docbook.xsl" - tofile="${maven.sdocbook.stylesheets.dir}/html/docbook-bak.xsl"/> - <copy file="${maven.sdocbook.src.dir}/styles/html/docbook.xsl" - todir="${maven.sdocbook.stylesheets.dir}/html"/> + <!-- use a custom fo stylesheet --> + <copy todir="${maven.sdocbook.stylesheets.dir}/fo"> + <fileset dir="${maven.sdocbook.src.dir}/styles/fo"/> + </copy> - <copy todir="${maven.sdocbook.stylesheets.dir}"> - <fileset dir="${maven.sdocbook.src.dir}/images"/> - </copy> + <!-- use a custom html stylesheet --> + <copy todir="${maven.sdocbook.stylesheets.dir}/html"> + <fileset dir="${maven.sdocbook.src.dir}/styles/html"/> + </copy> + + <!-- copy images --> + <copy todir="${maven.sdocbook.stylesheets.dir}/images"> + <fileset dir="${maven.sdocbook.src.dir}/images"/> + </copy> + + </postGoal> ]]> </pre> You can take a look to a - <a href="styles/fo/docbook.xsl">FO custom stylesheet</a> and a - <a href="styles/html/docbook.xsl">HTML custom stylesheet</a> + <a href="styles/fo/acegi.xsl">FO custom stylesheet</a> and a + <a href="styles/html/acegi.xsl">HTML custom stylesheet</a> from the <a href="http://acegisecurity.sourceforge.net">Acegi Security System for Spring</a> project. </p> + <p>Then change in project.properties the stylesheet to use instead of the default one + <pre> +<![CDATA[ +maven.sdocbook.html.xsl=${maven.sdocbook.stylesheets.dir}/html/acegi.xsl +maven.sdocbook.fo.xsl=${maven.sdocbook.stylesheets.dir}/fo/acegi.xsl +]]> + </pre> + </p> </section> </body> </document> 1.1 maven-plugins/sdocbook/xdocs/styles/html/acegi.xsl Index: acegi.xsl =================================================================== <?xml version="1.0"?> <!-- This is the XSL HTML configuration file for the Hibernate Reference Documentation. It took me days to figure out this stuff and fix most of the obvious bugs in the DocBook XSL distribution, so if you use this stylesheet, give some credit back to the Hibernate project. chr...@bl... --> <!DOCTYPE xsl:stylesheet [ <!ENTITY db_xsl "docbook.xsl"> <!ENTITY callout_gfx_path "../images/callouts/"> <!ENTITY admon_gfx_path "../images/admons/"> ]> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns="http://www.w3.org/TR/xhtml1/transitional" exclude-result-prefixes="#default"> <xsl:import href="&db_xsl;"/> <!--################################################### HTML Settings ################################################### --> <xsl:param name="html.stylesheet">acegi.css</xsl:param> <!-- These extensions are required for table printing and other stuff --> <xsl:param name="use.extensions">1</xsl:param> <xsl:param name="tablecolumns.extension">0</xsl:param> <xsl:param name="callout.extensions">1</xsl:param> <xsl:param name="graphicsize.extension">0</xsl:param> <!--################################################### Table Of Contents ################################################### --> <!-- Generate the TOCs for named components only --> <xsl:param name="generate.toc"> book toc </xsl:param> <!-- Show only Sections up to level 3 in the TOCs --> <xsl:param name="toc.section.depth">3</xsl:param> <!--################################################### Labels ################################################### --> <!-- Label Chapters and Sections (numbering) --> <xsl:param name="chapter.autolabel">1</xsl:param> <xsl:param name="section.autolabel" select="1"/> <xsl:param name="section.label.includes.component.label" select="1"/> <!--################################################### Callouts ################################################### --> <!-- Use images for callouts instead of (1) (2) (3) --> <xsl:param name="callout.graphics">1</xsl:param> <xsl:param name="callout.graphics.path">&callout_gfx_path;</xsl:param> <!-- Place callout marks at this column in annotated areas --> <xsl:param name="callout.defaultcolumn">90</xsl:param> <!--################################################### Admonitions ################################################### --> <!-- Use nice graphics for admonitions --> <xsl:param name="admon.graphics">'1'</xsl:param> <xsl:param name="admon.graphics.path">&admon_gfx_path;</xsl:param> <!--################################################### Misc ################################################### --> <!-- Placement of titles --> <xsl:param name="formal.title.placement"> figure after example before equation before table before procedure before </xsl:param> </xsl:stylesheet> 1.1 maven-plugins/sdocbook/xdocs/styles/fo/acegi.xsl Index: acegi.xsl =================================================================== <?xml version="1.0"?> <!-- This is the XSL FO configuration file for the Hibernate Reference Documentation. It defines a custom titlepage and the parameters for the A4 sized PDF printable output. It took me days to figure out this stuff and fix most of the obvious bugs in the DocBook XSL distribution, so if you use this stylesheet, give some credit back to the Hibernate project. chr...@bl... --> <!DOCTYPE xsl:stylesheet [ <!ENTITY db_xsl "docbook.xsl"> <!ENTITY admon_gfx_path "../images/admons/"> ]> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:fo="http://www.w3.org/1999/XSL/Format" exclude-result-prefixes="#default"> <xsl:import href="&db_xsl;"/> <!--################################################### Custom Title Page ################################################### --> <xsl:template name="book.titlepage.recto"> <fo:block> <fo:table table-layout="fixed" width="175mm"> <fo:table-column column-width="175mm"/> <fo:table-body> <fo:table-row> <fo:table-cell text-align="center"> <fo:block> <fo:external-graphic src="file:logo.gif"/> </fo:block> <fo:block font-family="Helvetica" font-size="22pt" padding-before="10mm"> <xsl:value-of select="bookinfo/subtitle"/> </fo:block> <fo:block font-family="Helvetica" font-size="12pt" padding="10mm"> <xsl:value-of select="bookinfo/releaseinfo"/> </fo:block> </fo:table-cell> </fo:table-row> <fo:table-row> <fo:table-cell text-align="center"> <fo:block font-family="Helvetica" font-size="14pt" padding="10mm"> <xsl:value-of select="bookinfo/pubdate"/> </fo:block> </fo:table-cell> </fo:table-row> <fo:table-row> <fo:table-cell text-align="center"> <fo:block font-family="Helvetica" font-size="12pt" padding="10mm"> <xsl:text>Copyright (c) 2004 - </xsl:text> <xsl:for-each select="bookinfo/authorgroup/author"> <xsl:if test="position() > 1"> <xsl:text>, </xsl:text> </xsl:if> <xsl:value-of select="firstname"/> <xsl:text> </xsl:text> <xsl:value-of select="surname"/> </xsl:for-each> </fo:block> <fo:block font-family="Helvetica" font-size="10pt" padding="1mm"> <xsl:value-of select="bookinfo/legalnotice"/> </fo:block> </fo:table-cell> </fo:table-row> </fo:table-body> </fo:table> </fo:block> </xsl:template> <!-- Prevent blank pages in output --> <xsl:template name="book.titlepage.before.verso"> </xsl:template> <xsl:template name="book.titlepage.verso"> </xsl:template> <xsl:template name="book.titlepage.separator"> </xsl:template> <!--################################################### Header ################################################### --> <!-- More space in the center header for long text --> <xsl:attribute-set name="header.content.properties"> <xsl:attribute name="font-family"> <xsl:value-of select="$body.font.family"/> </xsl:attribute> <xsl:attribute name="margin-left">-5em</xsl:attribute> <xsl:attribute name="margin-right">-5em</xsl:attribute> </xsl:attribute-set> <!--################################################### Custom Footer ################################################### --> <!-- This footer prints the version number on the left side --> <xsl:template name="footer.content"> <xsl:param name="pageclass" select="''"/> <xsl:param name="sequence" select="''"/> <xsl:param name="position" select="''"/> <xsl:param name="gentext-key" select="''"/> <xsl:variable name="Version"> <xsl:choose> <xsl:when test="//releaseinfo"> <xsl:text>Acegi Security System for Spring </xsl:text><xsl:value-of select="//releaseinfo"/> </xsl:when> <xsl:otherwise> <!-- nop --> </xsl:otherwise> </xsl:choose> </xsl:variable> <xsl:choose> <xsl:when test="$sequence='blank'"> <xsl:choose> <xsl:when test="$double.sided != 0 and $position = 'left'"> <xsl:value-of select="$Version"/> </xsl:when> <xsl:when test="$double.sided = 0 and $position = 'center'"> <!-- nop --> </xsl:when> <xsl:otherwise> <fo:page-number/> </xsl:otherwise> </xsl:choose> </xsl:when> <xsl:when test="$pageclass='titlepage'"> <!-- nop: other titlepage sequences have no footer --> </xsl:when> <xsl:when test="$double.sided != 0 and $sequence = 'even' and $position='left'"> <fo:page-number/> </xsl:when> <xsl:when test="$double.sided != 0 and $sequence = 'odd' and $position='right'"> <fo:page-number/> </xsl:when> <xsl:when test="$double.sided = 0 and $position='right'"> <fo:page-number/> </xsl:when> <xsl:when test="$double.sided != 0 and $sequence = 'odd' and $position='left'"> <xsl:value-of select="$Version"/> </xsl:when> <xsl:when test="$double.sided != 0 and $sequence = 'even' and $position='right'"> <xsl:value-of select="$Version"/> </xsl:when> <xsl:when test="$double.sided = 0 and $position='left'"> <xsl:value-of select="$Version"/> </xsl:when> <xsl:otherwise> <!-- nop --> </xsl:otherwise> </xsl:choose> </xsl:template> <!--################################################### Extensions ################################################### --> <!-- These extensions are required for table printing and other stuff --> <xsl:param name="use.extensions">1</xsl:param> <xsl:param name="tablecolumns.extension">0</xsl:param> <xsl:param name="callout.extensions">1</xsl:param> <!-- FOP provide only PDF Bookmarks at the moment --> <xsl:param name="fop.extensions">1</xsl:param> <!--################################################### Table Of Contents ################################################### --> <!-- Generate the TOCs for named components only --> <xsl:param name="generate.toc"> book toc </xsl:param> <!-- Show only Sections up to level 3 in the TOCs --> <xsl:param name="toc.section.depth">2</xsl:param> <!-- Dot and Whitespace as separator in TOC between Label and Title--> <xsl:param name="autotoc.label.separator" select="'. '"/> <!--################################################### Paper & Page Size ################################################### --> <!-- Paper type, no headers on blank pages, no double sided printing --> <xsl:param name="paper.type" select="'A4'"/> <xsl:param name="double.sided">0</xsl:param> <xsl:param name="headers.on.blank.pages">0</xsl:param> <xsl:param name="footers.on.blank.pages">0</xsl:param> <!-- Space between paper border and content (chaotic stuff, don't touch) --> <xsl:param name="page.margin.top">5mm</xsl:param> <xsl:param name="region.before.extent">10mm</xsl:param> <xsl:param name="body.margin.top">10mm</xsl:param> <xsl:param name="body.margin.bottom">15mm</xsl:param> <xsl:param name="region.after.extent">10mm</xsl:param> <xsl:param name="page.margin.bottom">0mm</xsl:param> <xsl:param name="page.margin.outer">18mm</xsl:param> <xsl:param name="page.margin.inner">18mm</xsl:param> <!-- No intendation of Titles --> <xsl:param name="title.margin.left">0pc</xsl:param> <!--################################################### Fonts & Styles ################################################### --> <!-- Left aligned text and no hyphenation --> <xsl:param name="alignment">left</xsl:param> <xsl:param name="hyphenate">false</xsl:param> <!-- Default Font size --> <xsl:param name="body.font.master">11</xsl:param> <xsl:param name="body.font.small">8</xsl:param> <!-- Line height in body text --> <xsl:param name="line-height">1.4</xsl:param> <!-- Monospaced fonts are smaller than regular text --> <xsl:attribute-set name="monospace.properties"> <xsl:attribute name="font-family"> <xsl:value-of select="$monospace.font.family"/> </xsl:attribute> <xsl:attribute name="font-size">0.8em</xsl:attribute> </xsl:attribute-set> <!--################################################### Tables ################################################### --> <!-- The table width should be adapted to the paper size --> <xsl:param name="default.table.width">17.4cm</xsl:param> <!-- Some padding inside tables --> <xsl:attribute-set name="table.cell.padding"> <xsl:attribute name="padding-left">4pt</xsl:attribute> <xsl:attribute name="padding-right">4pt</xsl:attribute> <xsl:attribute name="padding-top">4pt</xsl:attribute> <xsl:attribute name="padding-bottom">4pt</xsl:attribute> </xsl:attribute-set> <!-- Only hairlines as frame and cell borders in tables --> <xsl:param name="table.frame.border.thickness">0.1pt</xsl:param> <xsl:param name="table.cell.border.thickness">0.1pt</xsl:param> <!--################################################### Labels ################################################### --> <!-- Label Chapters and Sections (numbering) --> <xsl:param name="chapter.autolabel">1</xsl:param> <xsl:param name="section.autolabel" select="1"/> <xsl:param name="section.label.includes.component.label" select="1"/> <!--################################################### Titles ################################################### --> <!-- Chapter title size --> <xsl:attribute-set name="chapter.titlepage.recto.style"> <xsl:attribute name="text-align">left</xsl:attribute> <xsl:attribute name="font-weight">bold</xsl:attribute> <xsl:attribute name="font-size"> <xsl:value-of select="$body.font.master * 1.8"/> <xsl:text>pt</xsl:text> </xsl:attribute> </xsl:attribute-set> <!-- Why is the font-size for chapters hardcoded in the XSL FO templates? Let's remove it, so this sucker can use our attribute-set only... --> <xsl:template match="title" mode="chapter.titlepage.recto.auto.mode"> <fo:block xmlns:fo="http://www.w3.org/1999/XSL/Format" xsl:use-attribute-sets="chapter.titlepage.recto.style"> <xsl:call-template name="component.title"> <xsl:with-param name="node" select="ancestor-or-self::chapter[1]"/> </xsl:call-template> </fo:block> </xsl:template> <!-- Sections 1, 2 and 3 titles have a small bump factor and padding --> <xsl:attribute-set name="section.title.level1.properties"> <xsl:attribute name="space-before.optimum">0.8em</xsl:attribute> <xsl:attribute name="space-before.minimum">0.8em</xsl:attribute> <xsl:attribute name="space-before.maximum">0.8em</xsl:attribute> <xsl:attribute name="font-size"> <xsl:value-of select="$body.font.master * 1.5"/> <xsl:text>pt</xsl:text> </xsl:attribute> <xsl:attribute name="space-after.optimum">0.1em</xsl:attribute> <xsl:attribute name="space-after.minimum">0.1em</xsl:attribute> <xsl:attribute name="space-after.maximum">0.1em</xsl:attribute> </xsl:attribute-set> <xsl:attribute-set name="section.title.level2.properties"> <xsl:attribute name="space-before.optimum">0.6em</xsl:attribute> <xsl:attribute name="space-before.minimum">0.6em</xsl:attribute> <xsl:attribute name="space-before.maximum">0.6em</xsl:attribute> <xsl:attribute name="font-size"> <xsl:value-of select="$body.font.master * 1.25"/> <xsl:text>pt</xsl:text> </xsl:attribute> <xsl:attribute name="space-after.optimum">0.1em</xsl:attribute> <xsl:attribute name="space-after.minimum">0.1em</xsl:attribute> <xsl:attribute name="space-after.maximum">0.1em</xsl:attribute> </xsl:attribute-set> <xsl:attribute-set name="section.title.level3.properties"> <xsl:attribute name="space-before.optimum">0.4em</xsl:attribute> <xsl:attribute name="space-before.minimum">0.4em</xsl:attribute> <xsl:attribute name="space-before.maximum">0.4em</xsl:attribute> <xsl:attribute name="font-size"> <xsl:value-of select="$body.font.master * 1.0"/> <xsl:text>pt</xsl:text> </xsl:attribute> <xsl:attribute name="space-after.optimum">0.1em</xsl:attribute> <xsl:attribute name="space-after.minimum">0.1em</xsl:attribute> <xsl:attribute name="space-after.maximum">0.1em</xsl:attribute> </xsl:attribute-set> <!-- Titles of formal objects (tables, examples, ...) --> <xsl:attribute-set name="formal.title.properties" use-attribute-sets="normal.para.spacing"> <xsl:attribute name="font-weight">bold</xsl:attribute> <xsl:attribute name="font-size"> <xsl:value-of select="$body.font.master"/> <xsl:text>pt</xsl:text> </xsl:attribute> <xsl:attribute name="hyphenate">false</xsl:attribute> <xsl:attribute name="space-after.minimum">0.4em</xsl:attribute> <xsl:attribute name="space-after.optimum">0.6em</xsl:attribute> <xsl:attribute name="space-after.maximum">0.8em</xsl:attribute> </xsl:attribute-set> <!--################################################### Programlistings ################################################### --> <!-- Verbatim text formatting (programlistings) --> <xsl:param name="hyphenate.verbatim" select="1"/> <xsl:attribute-set name="monospace.verbatim.properties"> <xsl:attribute name="wrap-option">wrap</xsl:attribute> <xsl:attribute name="hyphenation-character">►</xsl:attribute> <xsl:attribute name="font-size"> <xsl:value-of select="$body.font.small * 1.0"/> <xsl:text>pt</xsl:text> </xsl:attribute> </xsl:attribute-set> <xsl:attribute-set name="verbatim.properties"> <xsl:attribute name="space-before.minimum">1em</xsl:attribute> <xsl:attribute name="space-before.optimum">1em</xsl:attribute> <xsl:attribute name="space-before.maximum">1em</xsl:attribute> <!-- alef: commented out because footnotes were screwed because of it --> <!--<xsl:attribute name="space-after.minimum">0.1em</xsl:attribute> <xsl:attribute name="space-after.optimum">0.1em</xsl:attribute> <xsl:attribute name="space-after.maximum">0.1em</xsl:attribute>--> <xsl:attribute name="border-color">#444444</xsl:attribute> <xsl:attribute name="border-style">solid</xsl:attribute> <xsl:attribute name="border-width">0.1pt</xsl:attribute> <xsl:attribute name="padding-top">0.5em</xsl:attribute> <xsl:attribute name="padding-left">0.5em</xsl:attribute> <xsl:attribute name="padding-right">0.5em</xsl:attribute> <xsl:attribute name="padding-bottom">0.5em</xsl:attribute> <xsl:attribute name="margin-left">0.5em</xsl:attribute> <xsl:attribute name="margin-right">0.5em</xsl:attribute> </xsl:attribute-set> <!-- Shade (background) programlistings --> <xsl:param name="shade.verbatim">1</xsl:param> <xsl:attribute-set name="shade.verbatim.style"> <xsl:attribute name="background-color">#F0F0F0</xsl:attribute> </xsl:attribute-set> <!--################################################### Callouts ################################################### --> <!-- Use images for callouts instead of (1) (2) (3) --> <xsl:param name="callout.graphics">0</xsl:param> <xsl:param name="callout.unicode">1</xsl:param> <!-- Place callout marks at this column in annotated areas --> <xsl:param name="callout.defaultcolumn">90</xsl:param> <!--################################################### Admonitions ################################################### --> <!-- Use nice graphics for admonitions --> <xsl:param name="admon.graphics">'1'</xsl:param> <xsl:param name="admon.graphics.path">&admon_gfx_path;</xsl:param> <!--################################################### Misc ################################################### --> <!-- Placement of titles --> <xsl:param name="formal.title.placement"> figure after example before equation before table before procedure before </xsl:param> <!-- Format Variable Lists as Blocks (prevents horizontal overflow) --> <xsl:param name="variablelist.as.blocks">1</xsl:param> <!-- The horrible list spacing problems --> <xsl:attribute-set name="list.block.spacing"> <xsl:attribute name="space-before.optimum">0.8em</xsl:attribute> <xsl:attribute name="space-before.minimum">0.8em</xsl:attribute> <xsl:attribute name="space-before.maximum">0.8em</xsl:attribute> <xsl:attribute name="space-after.optimum">0.1em</xsl:attribute> <xsl:attribute name="space-after.minimum">0.1em</xsl:attribute> <xsl:attribute name="space-after.maximum">0.1em</xsl:attribute> </xsl:attribute-set> </xsl:stylesheet> |
From: Carlos S. <car...@us...> - 2004-12-29 22:22:40
|
carlossg 04/12/29 14:22:34 Modified: sdocbook/xdocs index.xml Log: Revision Changes Path 1.5 +4 -0 maven-plugins/sdocbook/xdocs/index.xml Index: index.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/xdocs/index.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- index.xml 13 Apr 2004 21:27:00 -0000 1.4 +++ index.xml 29 Dec 2004 22:22:33 -0000 1.5 @@ -55,6 +55,10 @@ from sdocbook (also remembering, that there already is another plugin called 'docbook' :-). So, we keep the name 'sdocbook'. </p> + <p> + In newer versions we'll try to move the name to "docbook", as the old "docbook" plugin is no longer + mantained. + </p> </section> </body> |
From: Carlos S. <car...@us...> - 2004-12-29 22:18:40
|
carlossg 04/12/29 14:18:33 Modified: sdocbook project.xml Log: Upgrade stylesheets to 1.67.2 Revision Changes Path 1.21 +1 -1 maven-plugins/sdocbook/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/project.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- project.xml 19 Dec 2004 13:35:20 -0000 1.20 +++ project.xml 29 Dec 2004 22:18:32 -0000 1.21 @@ -72,7 +72,7 @@ <dependency> <groupId>docbook</groupId> <artifactId>docbook-xsl</artifactId> - <version>1.66.1</version> + <version>1.67.2</version> <url>http://docbook.sourceforge.net</url> <type>zip</type> </dependency> |
From: Carlos S. <car...@us...> - 2004-12-21 22:58:49
|
carlossg 04/12/21 14:58:42 Modified: sdocbook/xdocs properties.xml changes.xml sdocbook plugin.jelly plugin.properties Log: Added properties maven.sdocbook.html.xsl and maven.sdocbook.fo.xsl Revision Changes Path 1.5 +16 -0 maven-plugins/sdocbook/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/xdocs/properties.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- properties.xml 19 Dec 2004 13:39:36 -0000 1.4 +++ properties.xml 21 Dec 2004 22:58:41 -0000 1.5 @@ -40,6 +40,14 @@ </tr> <tr> + <td>maven.sdocbook.html.xsl</td> + <td>No</td> + <td> + Stylesheet to use for html transformation. + Defaults to ${maven.sdocbook.stylesheets.dir}/html/docbook.xsl. + </td> + </tr> + <tr> <td>maven.sdocbook.html.params</td> <td>No</td> <td> @@ -49,6 +57,14 @@ </td> </tr> <tr> + <td>maven.sdocbook.fo.xsl</td> + <td>No</td> + <td> + Stylesheet to use for fo transformation. + Defaults to ${maven.sdocbook.stylesheets.dir}/fo/docbook.xsl. + </td> + </tr> + <tr> <td>maven.sdocbook.fo.params</td> <td>No</td> <td> 1.8 +3 -0 maven-plugins/sdocbook/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/xdocs/changes.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- changes.xml 19 Dec 2004 13:33:37 -0000 1.7 +++ changes.xml 21 Dec 2004 22:58:41 -0000 1.8 @@ -10,6 +10,9 @@ <release version="1.4-SNAPSHOT" date="in CVS"> <action dev="carlossg" type="add"> + Added properties maven.sdocbook.html.xsl and maven.sdocbook.fo.xsl. + </action> + <action dev="carlossg" type="add"> Allow using new stylesheet versions as dependencies in POM. </action> <action dev="carlossg" type="add"> 1.8 +4 -2 maven-plugins/sdocbook/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/plugin.jelly,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- plugin.jelly 19 Dec 2004 13:03:14 -0000 1.7 +++ plugin.jelly 21 Dec 2004 22:58:41 -0000 1.8 @@ -71,7 +71,9 @@ <echo>maven.sdocbook.target.dir = ${maven.sdocbook.target.dir}</echo> <echo>maven.sdocbook.stylesheets.dir = ${maven.sdocbook.stylesheets.dir}</echo> <echo>maven.sdocbook.resources.include = ${maven.sdocbook.resources.include}</echo> + <echo>maven.sdocbook.html.xsl = ${maven.sdocbook.html.xsl}</echo> <echo>maven.sdocbook.html.params = ${maven.sdocbook.html.params}</echo> + <echo>maven.sdocbook.fo.xsl = ${maven.sdocbook.fo.xsl}</echo> <echo>maven.sdocbook.fo.params = ${maven.sdocbook.fo.params}</echo> <echo>maven.sdocbook.use.entityresolver = ${maven.sdocbook.use.entityresolver}</echo> <echo>maven.sdocbook.catalogmanager.properties = ${maven.sdocbook.catalogmanager.properties}</echo> @@ -146,7 +148,7 @@ <arg value="-out"/> <arg value="${maven.sdocbook.generated.html}/${basename}.html"/> <arg value="-xsl"/> - <arg value="${maven.sdocbook.stylesheets.dir}/html/docbook.xsl"/> + <arg value="${maven.sdocbook.html.xsl}"/> <arg line="${maven.sdocbook.html.params}"/> </java> @@ -230,7 +232,7 @@ <arg value="-out"/> <arg value="${maven.sdocbook.generated.fo}/${basename}.fo"/> <arg value="-xsl"/> - <arg value="${maven.sdocbook.stylesheets.dir}/fo/docbook.xsl"/> + <arg value="${maven.sdocbook.fo.xsl}"/> <arg line="${maven.sdocbook.fo.params}"/> </java> 1.6 +7 -1 maven-plugins/sdocbook/plugin.properties Index: plugin.properties =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/plugin.properties,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- plugin.properties 19 Dec 2004 13:39:36 -0000 1.5 +++ plugin.properties 21 Dec 2004 22:58:42 -0000 1.6 @@ -11,7 +11,7 @@ maven.sdocbook.target.dir = ${maven.build.dir}/docs/docbook # version should be the same as in the plugin POM -maven.sdocbook.stylesheets.version=1.66.1 +maven.sdocbook.stylesheets.version = 1.66.1 # the root dir of the stylesheet to use (defaults to version in plugin POM) #maven.sdocbook.stylesheets.dir = ${plugin.dir}/plugin-resources/docbook-xsl-${maven.sdocbook.stylesheets.version} # default stylesheets zip path @@ -20,9 +20,15 @@ # the resources which are to be copied from maven.sdocbook.src.dir maven.sdocbook.resources.include = **/*.png, **/*.gif +# stylesheet to use for html transformation +maven.sdocbook.html.xsl = ${maven.sdocbook.stylesheets.dir}/html/docbook.xsl + # can be set to the "-param ..." which user can use to parameterize the html stylesheets maven.sdocbook.html.params = +# stylesheet to use for fo transformation +maven.sdocbook.fo.xsl = ${maven.sdocbook.stylesheets.dir}/fo/docbook.xsl + # can be set to the "-param ..." which user can use to parameterize the fo stylesheets maven.sdocbook.fo.params = |
From: Carlos S. <car...@us...> - 2004-12-19 13:40:00
|
carlossg 04/12/19 05:39:36 Modified: sdocbook/xdocs properties.xml sdocbook plugin.properties Log: Added properties documentation Revision Changes Path 1.4 +1 -1 maven-plugins/sdocbook/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/xdocs/properties.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- properties.xml 13 Apr 2004 21:27:00 -0000 1.3 +++ properties.xml 19 Dec 2004 13:39:36 -0000 1.4 @@ -35,7 +35,7 @@ <td> Points to the root of the DocBook XSL stylesheet distribution, where the stylesheets used for transformation are placed. - It defaults to ${plugin.dir}/plugin-resources, which is the version that comes with the plugin. + It defaults to ${plugin.dir}/plugin-resources/docbook-xsl-x.x, being x.x the version used by default. </td> </tr> 1.5 +3 -1 maven-plugins/sdocbook/plugin.properties Index: plugin.properties =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/plugin.properties,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- plugin.properties 19 Dec 2004 13:03:14 -0000 1.4 +++ plugin.properties 19 Dec 2004 13:39:36 -0000 1.5 @@ -10,9 +10,11 @@ maven.sdocbook.target.dir = ${maven.build.dir}/docs/docbook -# the root dir of the stylesheet to use (defaults to plugin-internal version) +# version should be the same as in the plugin POM maven.sdocbook.stylesheets.version=1.66.1 +# the root dir of the stylesheet to use (defaults to version in plugin POM) #maven.sdocbook.stylesheets.dir = ${plugin.dir}/plugin-resources/docbook-xsl-${maven.sdocbook.stylesheets.version} +# default stylesheets zip path maven.sdocbook.stylesheets.zip = ${maven.repo.local}/docbook/zips/docbook-xsl-${maven.sdocbook.stylesheets.version}.zip # the resources which are to be copied from maven.sdocbook.src.dir |
From: Carlos S. <car...@us...> - 2004-12-19 13:35:28
|
carlossg 04/12/19 05:35:20 Modified: sdocbook project.xml Log: Added myself Revision Changes Path 1.20 +9 -0 maven-plugins/sdocbook/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/project.xml,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- project.xml 19 Dec 2004 13:28:55 -0000 1.19 +++ project.xml 19 Dec 2004 13:35:20 -0000 1.20 @@ -55,6 +55,15 @@ <url>https://sourceforge.net/users/perolesen/</url> <timezone>+1</timezone> </developer> + <developer> + <name>Carlos Sanchez</name> + <id>carlossg</id> + <email>ca...@ap...</email> + <roles> + <role>Developer</role> + </roles> + <timezone>+1</timezone> + </developer> </developers> <dependencies> |
From: Carlos S. <car...@us...> - 2004-12-19 13:33:44
|
carlossg 04/12/19 05:33:37 Modified: sdocbook/xdocs changes.xml Log: Allow using new stylesheet versions as dependencies in POM Revision Changes Path 1.7 +3 -0 maven-plugins/sdocbook/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/xdocs/changes.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- changes.xml 11 Dec 2004 23:03:37 -0000 1.6 +++ changes.xml 19 Dec 2004 13:33:37 -0000 1.7 @@ -10,6 +10,9 @@ <release version="1.4-SNAPSHOT" date="in CVS"> <action dev="carlossg" type="add"> + Allow using new stylesheet versions as dependencies in POM. + </action> + <action dev="carlossg" type="add"> Added documentation to use custom stylesheets. </action> <action dev="carlossg" type="fix"> |
From: Carlos S. <car...@us...> - 2004-12-19 13:32:43
|
carlossg 04/12/19 05:32:37 Modified: sdocbook/xdocs users-guide.xml Log: Fixed typo Revision Changes Path 1.5 +1 -1 maven-plugins/sdocbook/xdocs/users-guide.xml Index: users-guide.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/xdocs/users-guide.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- users-guide.xml 19 Dec 2004 13:03:14 -0000 1.4 +++ users-guide.xml 19 Dec 2004 13:32:37 -0000 1.5 @@ -34,7 +34,7 @@ </p> <p> Taking the stylesheets which convert into html as example, you could set the "draft" option by setting - the property "maven.sdocbook.html.params==-param draft.mode yes" in your project.properties. + the property "maven.sdocbook.html.params=-param draft.mode yes" in your project.properties. </p> </section> |
From: Carlos S. <car...@us...> - 2004-12-19 13:29:02
|
carlossg 04/12/19 05:28:56 Modified: sdocbook project.xml Log: Removed siteDirectory Renamed id to artifactId Revision Changes Path 1.19 +1 -2 maven-plugins/sdocbook/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/project.xml,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- project.xml 19 Dec 2004 13:03:14 -0000 1.18 +++ project.xml 19 Dec 2004 13:28:55 -0000 1.19 @@ -2,7 +2,7 @@ <project> <extend>../plugin-project.xml</extend> <!--pomVersion is in parent --> - <id>maven-sdocbook-plugin</id> + <artifactId>maven-sdocbook-plugin</artifactId> <name>SDocBook Plug-in</name> <!-- groupId is in parent --> <currentVersion>1.4-SNAPSHOT</currentVersion> @@ -15,7 +15,6 @@ </description> <shortDescription>MAVEN Plug-in for DOCBOOK</shortDescription> <!-- issueTrackingUrl, siteAddress are in parent --> - <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/sdocbook/</siteDirectory> <repository> <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/sdocbook</connection> |
From: Carlos S. <car...@us...> - 2004-12-19 13:27:29
|
carlossg 04/12/19 05:27:22 Modified: . plugin-project.xml Log: Fixed siteDirectory to work in subprojects Revision Changes Path 1.12 +2 -2 maven-plugins/plugin-project.xml Index: plugin-project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/plugin-project.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- plugin-project.xml 15 Oct 2004 11:17:30 -0000 1.11 +++ plugin-project.xml 19 Dec 2004 13:27:22 -0000 1.12 @@ -2,7 +2,7 @@ <project> <pomVersion>3</pomVersion> - <id>plugin-parent</id> + <artifactId>plugin-parent</artifactId> <name>Plugin Parent</name> <groupId>maven-plugins</groupId> <currentVersion>1.0</currentVersion> @@ -18,7 +18,7 @@ <issueTrackingUrl>http://sourceforge.net/tracker/?group_id=61626</issueTrackingUrl> <siteAddress>maven-plugins.sourceforge.net</siteAddress> - <siteDirectory>/home/groups/${pom.groupId.substring(0,1)}/${pom.groupId.substring(0,2)}/${pom.artifactId}/htdocs/</siteDirectory> + <siteDirectory>/home/groups/${pom.groupId.substring(0,1)}/${pom.groupId.substring(0,2)}/${pom.groupId}/htdocs/${pom.artifactId}</siteDirectory> <distributionSite>shell1.maven-plugins.sf.net</distributionSite> <distributionDirectory>/home/groups/${pom.groupId.substring(0,1)}/${pom.groupId.substring(0,2)}/${pom.groupId}/htdocs/repository/</distributionDirectory> |
From: Carlos S. <car...@us...> - 2004-12-19 13:03:22
|
carlossg 04/12/19 05:03:14 Modified: sdocbook plugin.properties plugin.jelly project.xml sdocbook/xdocs users-guide.xml Removed: sdocbook/src/plugin-resources/common nn.xml et.xml ro.xml zh_tw.xml gentext.xsl l10n.dtd titles.xsl l10n.xml targets.xsl fi.xml subtitles.xsl uk.xml sr.xml pi.xsl ko.xml ca.xml id.xml ChangeLog nl.xml zh_cn.xml sv.xml fr.xml ru.xml sk.xml labels.xsl vi.xml af.xml pt.xml sl.xml cs.xml he.xml eu.xml no.xml common.xsl de.xml it.xml hu.xml ja.xml pt_br.xml tr.xml lt.xml hr.xml xh.xml pl.xml da.xml bg.xml l10n.xsl el.xml targetdatabase.dtd table.xsl th.xml es.xml ar.xml en.xml sdocbook/src/plugin-resources/xhtml inline.xsl html.xsl oldchunker.xsl graphics.xsl sections.xsl division.xsl onechunk.xsl chunk.xsl chunkfast.xsl toc.xsl ChangeLog profile-docbook.xsl profile-onechunk.xsl chunktoc.xsl autotoc.xsl verbatim.xsl changebars.xsl glossary.xsl synop.xsl component.xsl refentry.xsl xref.xsl formal.xsl html2xhtml.xsl pi.xsl titlepage.xsl ebnf.xsl table.xsl biblio.xsl block.xsl info.xsl chunk-common.xsl titlepage.templates.xsl html-rtf.xsl maketoc.xsl chunk-code.xsl index.xsl autoidx.xsl footnote.xsl profile-chunk.xsl lists.xsl admon.xsl math.xsl docbook.xsl profile-chunk-code.xsl qandaset.xsl param.xsl chunker.xsl manifest.xsl keywords.xsl callout.xsl sdocbook/src/plugin-resources README WhatsNew BUGS TODO VERSION RELEASE-NOTES.xml ChangeLog RELEASE-NOTES.html sdocbook/src/plugin-resources/fo xref.xsl lists.xsl docbook.xsl info.xsl param.ent glossary.xsl titlepage.xsl pdf2index profile-docbook.xsl refentry.xsl param.xml autotoc.xsl synop.xsl index.xsl pi.xsl biblio.xsl inline.xsl sections.xsl graphics.xsl verbatim.xsl division.xsl qandaset.xsl toc.xsl fo-patch-for-fop.xsl formal.xsl fop.xsl math.xsl block.xsl passivetex.xsl param.xweb axf.xsl ChangeLog titlepage.templates.xsl fo.xsl keywords.xsl admon.xsl callout.xsl autoidx.xsl ebnf.xsl table.xsl xep.xsl titlepage.templates.xml fo-rtf.xsl param.xsl pagesetup.xsl footnote.xsl component.xsl sdocbook/src/plugin-resources/html autotoc.xsl chunker.xsl qandaset.xsl table.xsl titlepage.templates.xml math.xsl verbatim.xsl info.xsl html-rtf.xsl changebars.xsl synop.xsl param.xsl pi.xsl admon.xsl param.xml maketoc.xsl index.xsl chunktoc.xsl ebnf.xsl profile-chunk-code.xsl chunk-common.xsl docbook.xsl profile-docbook.xsl block.xsl param.ent refentry.xsl chunkfast.xsl chunk-code.xsl graphics.xsl ChangeLog titlepage.xsl titlepage.templates.xsl keywords.xsl xref.xsl manifest.xsl profile-chunk.xsl lists.xsl oldchunker.xsl glossary.xsl division.xsl biblio.xsl sections.xsl component.xsl profile-onechunk.xsl footnote.xsl param.xweb onechunk.xsl autoidx.xsl inline.xsl formal.xsl html.xsl callout.xsl chunk.xsl toc.xsl sdocbook/src/plugin-resources/lib lib.xweb ChangeLog lib.xml lib.xsl sdocbook/src/plugin-resources/manpages README ChangeLog xref.xsl sect23.xsl docbook.xsl lists.xsl synop.xsl sdocbook/src/plugin-resources/javahelp javahelp.xsl profile-javahelp.xsl ChangeLog Log: Allow the use of docbook stylesheets as dependencies Revision Changes Path 1.4 +3 -1 maven-plugins/sdocbook/plugin.properties Index: plugin.properties =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/plugin.properties,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- plugin.properties 17 Mar 2004 21:49:44 -0000 1.3 +++ plugin.properties 19 Dec 2004 13:03:14 -0000 1.4 @@ -11,7 +11,9 @@ maven.sdocbook.target.dir = ${maven.build.dir}/docs/docbook # the root dir of the stylesheet to use (defaults to plugin-internal version) -maven.sdocbook.stylesheets.dir = ${plugin.dir}/plugin-resources +maven.sdocbook.stylesheets.version=1.66.1 +#maven.sdocbook.stylesheets.dir = ${plugin.dir}/plugin-resources/docbook-xsl-${maven.sdocbook.stylesheets.version} +maven.sdocbook.stylesheets.zip = ${maven.repo.local}/docbook/zips/docbook-xsl-${maven.sdocbook.stylesheets.version}.zip # the resources which are to be copied from maven.sdocbook.src.dir maven.sdocbook.resources.include = **/*.png, **/*.gif 1.7 +24 -1 maven-plugins/sdocbook/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/plugin.jelly,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- plugin.jelly 11 Dec 2004 20:11:01 -0000 1.6 +++ plugin.jelly 19 Dec 2004 13:03:14 -0000 1.7 @@ -2,7 +2,8 @@ <project xmlns:j="jelly:core" - > + xmlns:util="jelly:util" + xmlns:ant="jelly:ant"> <!-- Determine path seperator for the platform --> <j:set var="_sep" value="${path.separator}"/> @@ -29,6 +30,28 @@ <!-- create target directory for generated documentation --> <mkdir dir="${maven.sdocbook.target.dir}"/> + + <j:set var="docbookZipPath" value="${pom.getDependencyPath('docbook:docbook-xsl')}"/> + <j:if test="${docbookZipPath == null}"> + <echo>Using default stylesheets</echo> + <j:set var="docbookZipPath" value="${maven.sdocbook.stylesheets.zip}"></j:set> + <j:set var="maven.sdocbook.stylesheets.version" value="${pom.getDependency('docbook:docbook-xsl').version}"/> + </j:if> + + <j:if test="${context.getVariable('maven.sdocbook.stylesheets.dir') == null}"> + <j:set var="maven.sdocbook.stylesheets.dir" value="${plugin.dir}/plugin-resources/docbook-xsl-${maven.sdocbook.stylesheets.version}"/> + </j:if> + + <j:set var="unzipped" value="false" /> + <util:available file="${maven.sdocbook.stylesheets.dir}"> + <j:set var="unzipped" value="true" /> + <echo>Using previusly unzipped docbook stylesheets in ${maven.sdocbook.stylesheets.dir}</echo> + </util:available> + <j:if test="${!unzipped}"> + <!-- unzip docbook files --> + <ant:unzip dest="${maven.sdocbook.stylesheets.dir}/.." + src="${docbookZipPath}"/> + </j:if> </goal> 1.18 +10 -0 maven-plugins/sdocbook/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/project.xml,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- project.xml 11 Dec 2004 23:03:37 -0000 1.17 +++ project.xml 19 Dec 2004 13:03:14 -0000 1.18 @@ -59,6 +59,16 @@ </developers> <dependencies> + + <!-- default docbook stylesheets --> + <dependency> + <groupId>docbook</groupId> + <artifactId>docbook-xsl</artifactId> + <version>1.66.1</version> + <url>http://docbook.sourceforge.net</url> + <type>zip</type> + </dependency> + <dependency> <id>avalon-framework</id> <version>4.0</version> 1.4 +5 -40 maven-plugins/sdocbook/xdocs/users-guide.xml Index: users-guide.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/xdocs/users-guide.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- users-guide.xml 11 Dec 2004 22:47:28 -0000 1.3 +++ users-guide.xml 19 Dec 2004 13:03:14 -0000 1.4 @@ -45,45 +45,7 @@ included in this plugin. </p> <p> - Then it is lucky, that you can point to a newer version :-) - You simply need to set the "maven.sdocbook.stylesheets.dir" property to point to the location - of the version you want to use. - </p> - <p> - One way of doing this is to manually get a distribution of the stylesheets you want and point to - the location where you unzip them. - Another way of doing this is to let your project depend on the version of the stylesheets as a maven - dependency, and then pointing the maven.sdocbook.stylesheets.dir property into you maven.repo.local. - This requires that the docbook stylesheets are in a repository you can access. - The maven repository at Ibiblio has some <a href="http://www.ibiblio.org/maven/docbook/">here</a>. - e.g. add the folowing to maven.xml: - <pre> -<![CDATA[ - <postGoal name="sdocbook:prepare-filesystem"> - <j:set var="unzipped" value="false" /> - <util:available file="${maven.sdocbook.generated.fo}"> - <j:set var="unzipped" value="true" /> - <echo>Using previusly unzipped docbook files</echo> - </util:available> - <j:if test="${!unzipped}"> - <!-- unzip docbook files --> - <ant:unzip dest="${maven.build.dir}" - src="${pom.getDependencyPath('docbook:docbook-xsl')}"/> - </j:if> - - </postGoal> -]]> - </pre> - </p> - <p> - and this property to project.properties: - <pre> - maven.sdocbook.stylesheets.dir=${maven.build.dir}/docbook-xsl-1.66.1 - </pre> - </p> - - <p> - and finally add the dependency to the project.xml with the version you want + You can use another version just adding a dependency to the project.xml with the version you want <pre> <![CDATA[ <dependency> @@ -96,7 +58,10 @@ ]]> </pre> </p> - + <p> + Another way of doing this is to manually get a distribution of the stylesheets you want and point to + the location where you unzip them setting the "maven.sdocbook.stylesheets.dir" property. + </p> </section> <section name="Using custom stylesheets"> |
From: Siegfried G. <wd...@us...> - 2004-12-14 15:34:28
|
wdsgoe 04/12/14 07:34:21 Log: Initial import Status: Vendor Tag: avendor Release Tags: arelease N maven-plugins/strutsdoc/.cvsignore N maven-plugins/strutsdoc/plugin.jelly N maven-plugins/strutsdoc/plugin.properties N maven-plugins/strutsdoc/project.properties N maven-plugins/strutsdoc/project.xml N maven-plugins/strutsdoc/xdocs/changes.xml N maven-plugins/strutsdoc/xdocs/goals.xml N maven-plugins/strutsdoc/xdocs/index.xml N maven-plugins/strutsdoc/xdocs/navigation.xml N maven-plugins/strutsdoc/xdocs/properties.xml No conflicts created by this import |