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

Fix ECJ not using annotation processor when defined via processorpath #350

Merged
merged 1 commit into from
Jan 6, 2024

Conversation

famod
Copy link
Contributor

@famod famod commented Jan 5, 2024

Works around https://bugs.eclipse.org/bugs/show_bug.cgi?id=573833 by adding -classpath to the command line before -processorpath is added.

Fixes #349


The new IT failed before the reordering.

PS: As a template for the IT I used eclipse-compiler-mapstruct (which I added over a year ago). I took the liberty to fix in that older IT two c&p mistakes and bump the mapstruct version.

Works around https://bugs.eclipse.org/bugs/show_bug.cgi?id=573833 by
adding -classpath to the command line before -processorpath is added.

Fixes codehaus-plexus#349
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 this pull request may close these issues.

Work around ECJ Bug 573833 - -processorpath ignored if specified before -classpath
3 participants