I found this in the source for the website's svn.html page, nicely commented out, saying it doesn't work this way anymore, and this section needs rewriting.
With the fix for UIMA-1899, I've now re-written this section, but not yet committed it, because we should wait until the parent-poms are released/updated, I think. -Marshall On 10/11/2010 3:28 PM, Thilo Goetz wrote: > ... > I wrote this a few years ago. I do not know if this still > works, nor do I know why it vanished from the page. > > + <subsection name="Creating A4-size PDF documentation" > id="building.docbooks.a4"> > + <p>If you don't live in the US, you may wish to create your PDF > documentation in a different > + format, e.g., A4. To do this, edit the file > + <code>uima-docbook-tool/properties/default.docbook.properties</code>. It > contains a line > + </p> > + <p> > + <code>paper.type = Letter</code> > + </p> > + <p>Change this setting to <code>A4</code> and rebuild the documentation. > Note: if you've previously > + built the documentation, you need to run <code>ant clean</code> first, as > the build doesn't pick > + up on this change automatically. > + </p> > + > + </subsection> > > >> >> Jörn >> >> On 10/11/10 8:42 PM, Jörn Kottmann wrote: >>> Hi, >>> >>> does someone remember how the pdf docbook can be >>> generated in A4 or even A3 or A5 for testing ? >>> It used to be explained on the website, but >>> it somehow changed with the new build process >>> and the documentation wasn't updated. >>> >>> Thanks, >>> Jörn >> > > >
