You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tests in the project should execute correctly from shell and IDE.
Or at least, the errors should be consistent and not different depending on where the code is executed.
Actual Behavior
Depending on whether the code is run as a shell script as part of a Gradle build or executed directly from IntelliJ different errors happen ony on Windows.
Details are here: https://github.com/robertpanzer/asciidoctorj-pdf/issues/3
The text was updated successfully, but these errors were encountered:
Closing as it the difference appears to be due to IntelliJ and Gradle setting up paths differently, rather than a JRuby issue. See my comment in robertpanzer/asciidoctorj-pdf#3.
Same code that uses jRuby shows different behaviour depending on whether it is executed from ID (IntelliJ), or a shell script.
Here is the repo to test it: https://github.com/robertpanzer/asciidoctorj-pdf/.
The full explanation of the different cases is here: https://github.com/robertpanzer/asciidoctorj-pdf/issues/3
Environment
Expected Behavior
Tests in the project should execute correctly from shell and IDE.
Or at least, the errors should be consistent and not different depending on where the code is executed.
Actual Behavior
Depending on whether the code is run as a shell script as part of a Gradle build or executed directly from IntelliJ different errors happen ony on Windows.
Details are here: https://github.com/robertpanzer/asciidoctorj-pdf/issues/3
The text was updated successfully, but these errors were encountered: