On 04/10/10 12:36, Simon Ruderich wrote:
Hello,

Since r6bf3ff4671 the following sample doesn't work anymore:

     Title
     =====

     [cols="asciidoc"]
     |===
     |
     :replacements.(\w)'(\w): \1'\2
     Test
     |===

I get this error:

     asciidoc: FAILED: incomplete configuration files
     asciidoc: WARNING: test.txt: line 9: filter non-zero exit code: python 
"/path/to/asciidoc/asciidoc.py" -b xhtml11 -a "indir=/path/to/dir" -s -: 
returned 1
     asciidoc: WARNING: test.txt: line 9: no output from filter: python 
"/path/to/asciidoc/asciidoc.py" -b xhtml11 -a "indir=/path/to/dir" -s -

It worked without any problems before. Any ideas?

This regression is because the config is sanity checked every time an configuration attribute is set. Any such attribute in the document header triggers the check and because the backend files aren't loaded till the header is read the check fails. The fix is simple, just drop the check. I've put committed the fix:

http://code.google.com/p/asciidoc/source/detail?r=99a3d3e3525bd893993b3dc10a77ab922d622925

Please check it an report back.


Cheers, Stuart



Thanks,
Simon

--
You received this message because you are subscribed to the Google Groups 
"asciidoc" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/asciidoc?hl=en.

Reply via email to