Opened 12 years ago

Closed 12 years ago

#1894 closed defect (fixed)

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 (7)

comment:1 by strk, 12 years ago

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

comment:2 by robe, 12 years ago

Yes it builds the docs

comment:3 by robe, 12 years ago

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.

comment:4 by strk, 12 years ago

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

comment:5 by robe, 12 years ago

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.

comment:6 by strk, 12 years ago

"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 

comment:7 by strk, 12 years ago

Resolution: fixed
Status: newclosed

r10000 fixed this — congratulations for the round commit Regina !

Note: See TracTickets for help on using tickets.