atom feed20 messages in org.oasis-open.lists.docbook-appsRE: DOCBOOK-APPS: Docbook/XML, done w...
FromSent OnAttachments
Matt ReynoldsApr 10, 2002 11:43 am 
Michael CortezApr 10, 2002 12:07 pm 
CarlosApr 10, 2002 12:17 pm 
Matt ReynoldsApr 10, 2002 1:12 pm 
Matt ReynoldsApr 10, 2002 1:13 pm 
Daniel VeillardApr 10, 2002 1:27 pm 
Gunnar SigurdssonApr 10, 2002 1:28 pm 
CarlosApr 10, 2002 1:47 pm 
Matt ReynoldsApr 10, 2002 1:54 pm 
Dave PawsonApr 11, 2002 10:03 am 
Matt ReynoldsApr 11, 2002 11:00 am 
Dave PawsonApr 11, 2002 11:10 am 
Glass, EricApr 11, 2002 1:27 pm.bin
Sven KitschkeApr 11, 2002 2:59 pm.zip
Eric RichardsonApr 11, 2002 3:19 pm 
Dave PawsonApr 11, 2002 9:57 pm 
Dave PawsonApr 11, 2002 10:07 pm 
Glass, EricApr 12, 2002 4:57 am.bin
Sven KitschkeApr 14, 2002 1:12 pm 
Julien LetessierApr 19, 2002 3:38 am 
Subject:RE: DOCBOOK-APPS: Docbook/XML, done with Java
From:Glass, Eric (eric@capitalone.com)
Date:Apr 12, 2002 4:57:50 am
List:org.oasis-open.lists.docbook-apps
Attachments:
bin00001.bin - 5k

Based on some of Sven's stuff, I came up with this. The XSLT and FO processors are "pluggable" via callouts from the main build.xml, and it can conditionally compile the htmlhelp via hhc.exe. Some example command lines would be:

ant -Ddocbook=c:\docbook\docbook-xsl-1.49 -Dbook=example

ant -Ddocbook=..\docbook-xsl-1.49 -Dbook=example -Dhhc=c:\windows\hhc.exe htmlhelp

ant -Ddocbook=c:\docbook\docbook-xsl-1.49 -Dxslt=xalan.xml -Dbook=example pdf

ant -Ddocbook=c:\docbook\docbook-xsl-1.49 -Dbook=example

Eric

-----Original Message----- From: Dave Pawson [mailto:Dav@dpawson.freeserve.co.uk] Sent: Friday, April 12, 2002 1:04 AM To: Sven Kitschke; docb@lists.oasis-open.org Subject: Re: DOCBOOK-APPS: Docbook/XML, done with Java

At 23:55 11/04/2002 +0200, Sven Kitschke wrote:

For those who are interested - here is another ant build file.

Perhaps its not as uncommon as I thought! Thanks Sven.

Surely some tweaking and cleanup is necessary.

Is it one of those products that you keep thinking does more :-) 'Surely it can't be this easy' type of reaction?

Regards DaveP

Attachment: antexample.zip