19 messages in com.canoo.lists.webtestRe: [Webtest] Using DocBook ...
FromSent OnAttachments
Siegfried Goeschl26 Jan 2005 03:04 
Dierk Koenig26 Jan 2005 04:27 
Siegfried Goeschl27 Jan 2005 01:04 
Dierk Koenig27 Jan 2005 03:44 
Stefan Ruff08 Feb 2005 08:41 
Stefan Ruff08 Feb 2005 09:05 
Dierk Koenig09 Feb 2005 03:22 
Etienne Studer09 Feb 2005 04:36 
Stefan Ruff09 Feb 2005 11:11 
ka...@hallo.ms09 Feb 2005 12:57 
Marc Guillemot09 Feb 2005 23:44 
Dierk Koenig10 Feb 2005 00:36 
Stefan Ruff13 Feb 2005 07:12 
Dierk Koenig13 Feb 2005 10:34 
Stefan Ruff14 Feb 2005 01:37 
Dierk Koenig14 Feb 2005 02:04 
Dierk Koenig14 Feb 2005 02:45 
Stefan Ruff16 Feb 2005 23:58 
Dierk Koenig17 Feb 2005 02:51 
Subject:Re: [Webtest] Using DocBook ...
From:Siegfried Goeschl (sieg@it20one.at)
Date:01/27/2005 01:04:07 AM
List:com.canoo.lists.webtest

Hi Mittie,

using Maven is a matter of taste but it helps in this case a lot since there is no need to tinker with infrastructure (and there is a lot of infrastructure behind the plugin). I commented out the chapter 9 of the subversion bok and setup a little Maven project.

INSTALL THE PLUGIN ==================================================== run "maven plugin:download -DgroupId=maven-plugins -DartifactId=maven-sdocbook-plugin -Dversion=1.4.1"

CREATE THE DOCUMENTATION ==================================================== run "maven sdocbook" within the project directory to create the HTML and PDF version of the book

Folks, I hate to say it - but this is all you have to do .... :-)

So this would be the road map

+) a final decision to write a book for Canoo WebTest - no matter if it will published on paper or not +) a final decision what document format to use (I would prefer DocBook) +) a final decision what infrastructure to use (I'm obviously biased towards Maven but it is just a tool) +) setting up a SVN or CVS repository +) the usual project plan - who is writing what until when, who has the overall responsibility +) happy writing +) a lot of booze when the book is finished

Cheers,

Siegfried Goeschl

PS: And finally - thanks to Per Olesen and Carlos Sanchez for their beautiful work on the maven-sdocbook-plugin - it works like a charm ... :-)

Dierk Koenig wrote:

great.

Should we place any resources (e.g. the plugin) in the svn or maybe an installation instruction?

Feel free to send me anything and I will put it there.

cheers Mittie

-----Original Message----- From: webt@lists.canoo.com [mailto:webt@lists.canoo.com]On Behalf Of Siegfried Goeschl Sent: Mittwoch, 26. Januar 2005 12:05 To: webt@gate2.canoo.com Subject: [Webtest] Using DocBook ...

Hi folks,

I downloaded the Subversion book and use the latest maven-sdocbook-plugin together with Maven 1.0.2

+) converting the whole book to HTML is fine

+) converting the whole book to PDF seems either to loop or takes ages (I get myriads of log messages regarding area contents overflow). It seems to be a problem with chapter 9 only. I generated the whole book apart from chapter 9 and got a PDF with 179 pages

Cheers,