Re: 'make update-build-docs' fails with 'fixpath Unknown argument: --toc' on Windows

2019-01-21 Thread Magnus Ihse Bursie
On 2019-01-21 12:31, Jorn Vernee wrote: I'm downstream from JDK-8215635, I can see it in the revision history. I've also checked the files that were updated, and the changes are still there as well. Thank you. Then we need to provide additional checks to handle pandoc on Windows. I've file

Re: 'make update-build-docs' fails with 'fixpath Unknown argument: --toc' on Windows

2019-01-21 Thread Jorn Vernee
I'm downstream from JDK-8215635, I can see it in the revision history. I've also checked the files that were updated, and the changes are still there as well. Jorn Magnus Ihse Bursie schreef op 2019-01-21 11:58: On 2019-01-17 15:42, Jorn Vernee wrote: Hello, I'm updating some documentatio

Re: 'make update-build-docs' fails with 'fixpath Unknown argument: --toc' on Windows

2019-01-21 Thread Magnus Ihse Bursie
On 2019-01-17 15:42, Jorn Vernee wrote: Hello, I'm updating some documentation for the panama repo foreign branch [1]. When running `make update-build-docs` I get the following output: ``` $ make update-build-docs Building target 'update-build-docs' in configuration 'windows-x86_64-server-rel

Re: 'make update-build-docs' fails with 'fixpath Unknown argument: --toc' on Windows

2019-01-21 Thread Magnus Ihse Bursie
On 2019-01-17 18:25, Jorn Vernee wrote: Never mind, this works:     bash configure PANDOC=/cygdrive/j/ChocolateyInstall/bin/pandoc.exe I should have tried that first. Yes, that is the recommended way to override individual tools. "make reconfigure" is just re-running the last "bash configure

Re: 'make update-build-docs' fails with 'fixpath Unknown argument: --toc' on Windows

2019-01-17 Thread Jorn Vernee
Never mind, this works: bash configure PANDOC=/cygdrive/j/ChocolateyInstall/bin/pandoc.exe I should have tried that first. Sorry, Jorn Jorn Vernee schreef op 2019-01-17 18:07: Hi Erik, Thanks for the insights. The make/devkit/createPandocBundle.sh seems to try to install the linux versio

Re: 'make update-build-docs' fails with 'fixpath Unknown argument: --toc' on Windows

2019-01-17 Thread Jorn Vernee
Hi Erik, Thanks for the insights. The make/devkit/createPandocBundle.sh seems to try to install the linux version of pandoc. I have installed pandoc 2.5 through chocolatey instead. I'm trying to pas the exe path through the PANDOC environment variable, but this produces a configure warning:

Re: 'make update-build-docs' fails with 'fixpath Unknown argument: --toc' on Windows

2019-01-17 Thread Erik Joelsson
You need pandoc to generate the html files from md. We also use pandoc to generate files for the actual product documentation. It seems the build only checks that pandoc is available for the product documentation targets and for update-build-docs, it just tries and fails with this rather uninfo

'make update-build-docs' fails with 'fixpath Unknown argument: --toc' on Windows

2019-01-17 Thread Jorn Vernee
Hello, I'm updating some documentation for the panama repo foreign branch [1]. When running `make update-build-docs` I get the following output: ``` $ make update-build-docs Building target 'update-build-docs' in configuration 'windows-x86_64-server-release' fixpath Unknown argument: --toc fi