-
Notifications
You must be signed in to change notification settings - Fork 9
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
Codegen fails against vertx 3.3.1 and 3.3.2 #10
Comments
Yeah, its something weird with the classpath. |
It appears to be trying to load classes from the source jars? When I comment out
then
works, but no sources are of course generated for vertx-js ( core ) |
I think its related to this https://bugs.openjdk.java.net/browse/JDK-8151191 I can confirm that the codegen phase is also building the source and not just processing it, so it seems the -proc:only flag is passed in wrong. |
eclipse-vertx/vertx-codegen#88 Actually its the interaction of gradle with this jdk bug https://bugs.openjdk.java.net/browse/JDK-8151565 |
Starting to get it working. Cleaning up then issuing a pull request. |
Pull request #11 |
See eclipse-vertx/vertx-codegen#88
Confirmed it works for vertx-lang-js 3.3.2, so there is some subtle problem with the gradle build.
The text was updated successfully, but these errors were encountered: