Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PDF format cannot be generated on windows platform #119

Closed
thomas-breining opened this issue Feb 9, 2019 · 2 comments
Closed

PDF format cannot be generated on windows platform #119

thomas-breining opened this issue Feb 9, 2019 · 2 comments
Labels
Milestone

Comments

@thomas-breining
Copy link

When trying to generate the pdf format from a windows machine, asciidoctor fails with the following.

org.jruby.exceptions.RaiseException: (SystemCallError) Unknown error (SystemCallError) 123 - FindFirstFile

This behavior can be reproduced by running the existing tests on a windows host.

Here are the details of the machine I reproduced it on.

C:\>mvn --version
Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T20:41:47+02:00)
Maven home: C:\ProgramData\chocolatey\lib\maven\apache-maven-3.6.0\bin\..
Java version: 1.8.0_201, vendor: Oracle Corporation, runtime: C:\Program Files\Java\jdk1.8.0_201\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"

Here is the related maven output

Note: There were some minor fixes required in the converter tests to reach the plugin module,
there are non portable line endings and path separators expected in the converter tests.

@rmpestano rmpestano added the bug label Aug 19, 2019
@rmpestano rmpestano added this to the 2.0 milestone Aug 19, 2019
@rmpestano rmpestano modified the milestones: 2.0, 2.1, 2.2 Apr 22, 2020
@rmpestano rmpestano modified the milestones: 2.2, 3.0 Apr 30, 2020
@andrewesweet
Copy link
Contributor

I cannot reproduce this on Windows 10 on master; both the test suite and PDF generation work a-OK.
I've also tested Cukedoctor 2.0 maven plugin on Windows 7 and PDF generation works there too.

@rmpestano
Copy link
Owner

rmpestano commented May 5, 2020

That's great news! We have updated some libs like asciidoctorj-pdf and jruby in latest release, maybe that fixed this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants