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

Build Failure #22

Closed
arbach opened this issue Jul 14, 2019 · 3 comments
Closed

Build Failure #22

arbach opened this issue Jul 14, 2019 · 3 comments
Labels
duplicate This issue or pull request already exists

Comments

@arbach
Copy link

arbach commented Jul 14, 2019

Configured db both in yaml and pom.xml, in pom.xm changed both inputSchema and databaseUrl.

It works if inputSchema is information_schema, but not for any other db.

on

mvn compile

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9.401 s
[INFO] Finished at: 2019-07-13T19:38:20-05:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project sql-to-java: Compilation failure: Compilation failure:
[ERROR] /tmp/sql-to-jdl/src/main/java/org/blackdread/sqltojava/repository/InformationSchemaRepository.java:[6,37] cannot find symbol
[ERROR] symbol: class InformationSchema
[ERROR] location: package org.blackdread.sqltojava.jooq
[ERROR] /tmp/sql-to-jdl/src/main/java/org/blackdread/sqltojava/repository/InformationSchemaRepository.java:[19,44] cannot find symbol
[ERROR] symbol: class InformationSchema
[ERROR] location: package org.blackdread.sqltojava.jooq
[ERROR] /tmp/sql-to-jdl/src/main/java/org/blackdread/sqltojava/repository/InformationSchemaRepository.java:[19,1] static import only from classes and interfaces
[ERROR] /tmp/sql-to-jdl/src/main/java/org/blackdread/sqltojava/repository/InformationSchemaRepository.java:[20,51] cannot find symbol
[ERROR] symbol: class KeyColumnUsage
[ERROR] location: package org.blackdread.sqltojava.jooq.tables
[ERROR] /tmp/sql-to-jdl/src/main/java/org/blackdread/sqltojava/repository/InformationSchemaRepository.java:[20,1] static import only from classes and interfaces
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http:https://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

@Blackdread
Copy link
Owner

See #2

@Blackdread Blackdread added the duplicate This issue or pull request already exists label Jul 15, 2019
@hana-ch
Copy link

hana-ch commented Dec 17, 2019

Hello , i really want steps to run this project .. what are jooq and mysql version you're using .. and what are the config to change exactly .. thank you

@yacosta738
Copy link

Could you explain all the steps to follow with a specific example?

Repository owner locked as resolved and limited conversation to collaborators May 12, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

4 participants