Ticket #1894 (closed defect: fixed)

Opened 11 months ago

Last modified 11 months ago

Documentation test failure

Reported by: strk Owned by: robe
Priority: medium Milestone: PostGIS 2.0.2
Component: documentation Version: 2.0.x
Keywords: Cc:

Description

This happened on make check in r9991:

release_notes.xml:11: element simplesect: validity error : Element simplesect content does not follow the DTD, expecting ((title , subtitle? , titleabbrev?) , (calloutlist | glosslist | bibliolist | itemizedlist | orderedlist | segmentedlist | simplelist | variablelist | caution | important | note | tip | warning | literallayout | programlisting | programlistingco | screen | screenco | screenshot | synopsis | cmdsynopsis | funcsynopsis | classsynopsis | fieldsynopsis | constructorsynopsis | destructorsynopsis | methodsynopsis | formalpara | para | simpara | address | blockquote | graphic | graphicco | mediaobject | mediaobjectco | informalequation | informalexample | informalfigure | informaltable | equation | example | figure | table | msgset | procedure | sidebar | qandaset | task | anchor | bridgehead | remark | highlights | abstract | authorblurb | epigraph | indexterm | beginpage)+), got (title )
                </simplesect>
                             ^

Change History

Changed 11 months ago by strk

It looks like r9984 introduced the offending section. Regina: does Hudson builds & make-checks docs ?

Changed 11 months ago by robe

Yes it builds the docs

Changed 11 months ago by robe

strange it generated the document fine with that.

 http://www.postgis.org/documentation/

See latest build is r9998 (  http://www.postgis.org/documentation/manual-2.0SVN/ ) and the pdf built fine as well. Thought I admit I didn't look to see if any notices.

Changed 11 months ago by strk

Does it run make check as well ? Could you verify it does contain the docs validation step ?

Changed 11 months ago by robe

I didn't know there was a doc check. You can check strk -- you have the power :)

I know that it runs the make checks separate from the make. I think it does make, deploy job, and then a regress as a separate job.

Changed 11 months ago by strk

"make check" from top-level dir would check the built documentation. I can only check if I have an URL, which isn't in this ticket.

Does "make check" fails for anyone else ? Here's the output of my xmllint --version :

mllint: using libxml version 20706
   compiled with: Threads Tree Output Push Reader Patterns Writer SAXv1 FTP HTTP DTDValid HTML Legacy C14N Catalog XPath XPointer XInclude Iconv ISO8859X Unicode Regexps Automata Expr Schemas Schematron Modules Debug Zlib 

Changed 11 months ago by strk

  • status changed from new to closed
  • resolution set to fixed

r10000 fixed this -- congratulations for the round commit Regina !

Note: See TracTickets for help on using tickets.