-
Notifications
You must be signed in to change notification settings - Fork 172
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
StackOverflowError when creating asciidoctor object #299
Comments
Even more reason we need to revert the code that's modifying System.out.
|
There is surely a reason for capturing System.out. |
There's already a solution coming. I really want to just remove the code and let it be handled the proper way once the change is made in core. See asciidoctor/asciidoctor#44. AsciidoctorJ shouldn't be trying to solve this problem, IMO. |
robertpanzer
added a commit
to robertpanzer/asciidoctorj
that referenced
this issue
May 7, 2015
lordofthejars
added a commit
that referenced
this issue
May 8, 2015
Fixes #299: Removed rerouting of System.out and System.err to JUL
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In asciidoctorj-1.6.0:
The second "System.out.println" breaks.... It seems that "System.out" has been changed on "create"
If I save and restore "System.out" after the call I get the same error on "asciidoctor.convertFiles"...
Robert Panzer said:
The text was updated successfully, but these errors were encountered: