Skip to content

Issue #73: Use configured file encoding for JSR-199 Eclipse compiler #74

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

Merged
merged 1 commit into from
Jun 18, 2020

Conversation

tomaswolf
Copy link
Contributor

The JSR-199 Eclipse compiler needs to have the encoding set explicitly
for its javax.tools.StandardJavaFileManager. Use the encoding configured
in the CompilerConfiguration or in the compiler arguments, and fall back
to the platform default only if none is given explicitly.

The JSR-199 Eclipse compiler needs to have the encoding set explicitly
for its javax.tools.StandardJavaFileManager. Use the encoding configured
in the CompilerConfiguration or in the compiler arguments, and fall back
to the platform default only if none is given explicitly.
@tomaswolf
Copy link
Contributor Author

Anyone interested in reviewing or even merging this fix for #73?

@olamy olamy merged commit 8a7819f into codehaus-plexus:master Jun 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants