Has anyone had issues using a glossary database with Docbkx? I have followed Bob's instructions (
http://www.sagehill.net/docbookxsl/GlossDatabase.html) but when I run a mvn install, it fails because it cannot find my glossary. The glossary is an appendix to my book and added through an xinclude using a relative path. It appears
that when I run the build, it translates the starting point of the relative path as the directory from which I start my top level POM. So for example, my document file structure is
Foo/docbook/foo-doc/src/docbkx/foo.xml for one module (book) with
Foo/docbook/foo-doc/src/docbkx/
text the location of all my chapters/appendices for that book (including gloss.xml an emplty <glossary> with the role set to auto).
Any help/advice would be appreciated.