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

Qdox 2.0-M5 fails to parse DefaultToolchain.java in Maven 3.5.0 #21

Closed
ebourg opened this issue Jul 3, 2017 · 1 comment
Closed

Qdox 2.0-M5 fails to parse DefaultToolchain.java in Maven 3.5.0 #21

ebourg opened this issue Jul 3, 2017 · 1 comment
Assignees

Comments

@ebourg
Copy link

ebourg commented Jul 3, 2017

Hi,

When rebuilding Maven 3.5.0 with the latest version of Qdox I got the following error:

Error generating metadata: : Failed to extract descriptors: syntax error@[37,43] in file:/build/maven-3.5.0/maven-core/src/main/java/org/apache/maven/toolchain/DefaultToolchain.java

Here is the relevant line in DefaultToolchain:
https://github.com/apache/maven/blob/maven-3.5.0/maven-core/src/main/java/org/apache/maven/toolchain/DefaultToolchain.java#L37

Removing the comment at the end of the line 37 fixes the issue. This file was still parsed properly with Qdox 2.0-M3.

@rfscholte rfscholte self-assigned this Jul 3, 2017
@rfscholte
Copy link
Collaborator

Duplicate of #17 and is fixed with the next release.

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

No branches or pull requests

2 participants