Chris,

I now have it working. I changed from:

  m=. jpath '~temp/joxygen.md'
  h=. jpath '~temp/joxygen.htm'

To:

  m=. 'c:\junk\joxygen.md'
  h=. 'c:\junk\joxygen.htm'

Which avoids the space in path problem.


-----Original Message-----
From: programming-boun...@forums.jsoftware.com
[mailto:programming-boun...@forums.jsoftware.com] On Behalf Of chris burke
Sent: Monday, September 08, 2014 17:36
To: Programming forum
Subject: Re: [Jprogramming] joxygen not working for me

When I tested this on Windows, installing Pandoc put it on the path, so that
no change was needed to the shell call in makescript.

Can you experiment to find out why this is not working on your machine? You
should be able to call pandoc from the command prompt with the same
expression.

On Mon, Sep 8, 2014 at 3:21 PM, tom arneson <t...@tomarneson.com> wrote:

> Chris,
>
> After posting I looked at joxygen.ijs and saw that it used Pandoc. I 
> downloaded & installed it. The installer put it in: C:\Users\Tom 
> Arneson\AppData\Local\Pandoc
>
> I modified the shell line in makescript to:
>
> shell '"C:\Users\Tom Arneson\AppData\Local\Pandoc\pandoc" ',m,' -c 
> "joxygen.css" -f markdown-auto_identifiers -o ',h
>
> I still don't get the html files.
>
>
>
> -----Original Message-----
> From: programming-boun...@forums.jsoftware.com
> [mailto:programming-boun...@forums.jsoftware.com] On Behalf Of chris 
> burke
> Sent: Monday, September 08, 2014 15:47
> To: Programming forum
> Subject: Re: [Jprogramming] joxygen not working for me
>
> It works for me. Perhaps you don't have Pandoc installed? The docs 
> need to make it clear that this is needed to build the output.
>
> On Mon, Sep 8, 2014 at 12:23 PM, tom arneson <t...@tomarneson.com> wrote:
>
> > I'm trying to use Joxygen and the example in the wiki doesn't work 
> > for
> me:
> >
> >
> >
> > The script ~addons/docs/joxygen/test.ijs builds docs from source in 
> > the ~addons/docs/joxygen/testscripts directory, with output to
> ~temp/joxygen.
> > The output should match the example output in
> ~addons/docs/joxygen/testdocs.
> >
> >
> >
> > When I run ~addons/docs/joxygen/test.ijs   all that I see in
C:\Users\Tom
> > Arneson\j64-802-user\temp\joxygen is joxygen.css
> >
> >
> >
> >    JVERSION
> >
> > Engine: j701/2011-01-10/11:25
> >
> > Library: 8.02.12
> >
> > Qt IDE: 1.1.5/5.3.1
> >
> > Platform: Win 64
> >
> > Installer: J802 install
> >
> > InstallPath: c:/users/tom arneson/j64-802
> >
> > --------------------------------------------------------------------
> > -- For information about J forums see 
> > http://www.jsoftware.com/forums.htm
> >
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
>
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
>
----------------------------------------------------------------------
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