-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Compilation error on first run in dev mode #6881
Comments
|
Can you give us more details about your setup? It's a plain Java project?
Do you properly define the compilation target in your pom file?
…On Thu, Jan 30, 2020 at 12:28 PM DenisKipchakbaev ***@***.***> wrote:
mvn -e quarkus:dev output
mvn-quarkus-dev.log
<https://github.com/quarkusio/quarkus/files/4133751/mvn-quarkus-dev.log>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#6881?email_source=notifications&email_token=AAJYOBPHH7GXGMZBOQ3J6C3RAK2UVA5CNFSM4KNTNWGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKKU4NI#issuecomment-580210229>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJYOBNVLUB44P7VNRDO533RAK2UVANCNFSM4KNTNWGA>
.
|
And if you can come up with a simple reproducer project, that would be really helpful! |
Here it is, the simplest I could do: |
|
I confirm I have the same error.
|
if we do |
Seems the problem is in the quarkus-maven-plugin 1.2.0.Final, because when we rollback the version of the plugin to 1.1.1.Final the error never occurred. |
@gastaldi interested in having a look? Reproducer is here: #6881 (comment) . |
My guess is that we somehow miss to pass some settings to the compilation. |
Sure, I'll have a look |
Describe the bug
After updating to Quarkus 1.2.0.Final sometimes me and my teammate get a compilation error when we run
mvn quarkus:dev
When we repeat the same command it compiles and starts successfully. Never occurred before on version 1.1.1.Final
Expected behavior
Shouldn't get the compile error on executing
mvn quarkus:dev
Environment:
uname -a
:Linux denis 5.3.0-29-generic #31-Ubuntu SMP Fri Jan 17 17:27:26 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
java -version
:mvn -version
:1.2.0.Final
pom.xml:
The text was updated successfully, but these errors were encountered: