>|interface error: spawn
|       shell'pandoc "',src,'" -c "joxygen.css" -s -t html5 -V lang=en

Is pandoc on the path?


On Mon, Sep 28, 2020 at 11:44 AM Thomas Bulka <[email protected]> wrote:
>
> Am 27.09.2020 15:45 schrieb chris burke:
> > The joxygen addon uses pandoc, but had not been updated for changes in
> > pandoc, I think in v2.
> >
> > It is now done. I tested with the latest pandoc, 2.10.1.
> >
> > After updating the addon, and assuming you have a recent pandoc
> > installed, try:
> >
> >    load'docs/joxygen/test'
> > reading: compare.ijs
> > reading: dir.ijs
> > reading: text.ijs
> >
> >    dir '~temp/joxygen'
> > compare.htm        2484 27-Sep-20 06:31:29
> > dir.htm            4505 27-Sep-20 06:31:29
> > index.htm          2215 27-Sep-20 06:34:02
> > joxygen.css         699 27-Sep-20 06:31:29
> > text.htm           2761 27-Sep-20 06:31:29
> >
> > You should find the ~temp/joxygen files the same as in
> > ~addons/docs/joxygen/testdocs, i.e. try
> >
> >    dir '~addons/docs/joxygen/testdocs'
>
> Hi Chris,
>
> thank you very much for your efforts, but unfortunately it does not seem
> to work for me. I think, I have a recent pandoc installed:
>
> % pandoc --version
> pandoc 2.10.1
> Compiled with pandoc-types 1.21, texmath 0.12.0.2, skylighting 0.8.5
> Default user data directory: /Users/thomasbulka/.local/share/pandoc or
> /Users/thomasbulka/.pandoc
> Copyright (C) 2006-2020 John MacFarlane
>
> When I try to execute the test cases as described above, I get more or
> less the same error message as before:
>
>     load 'docs/joxygen/test'
> reading: compare.ijs
> |interface error: spawn
> |       shell'pandoc "',src,'" -c "joxygen.css" -s -t html5 -V lang=en
> -f markdown-auto_identifiers -o "',tgt,'"'
> |[-34] /applications/j902/addons/docs/joxygen/test.ijs
>
> Is there anything else I can do?
>
> Regards,
>
> Thomas
>
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to