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

Provide an option to disable the 'auto build' #523

Merged
merged 1 commit into from
Jan 29, 2018

Conversation

snjeza
Copy link
Contributor

@snjeza snjeza commented Jan 18, 2018

Signed-off-by: Snjezana Peco <snjezana.peco@redhat.com>
@fbricon
Copy link
Contributor

fbricon commented Jan 19, 2018

It seems that setting autobuild to true doesn't trigger a new build.

  • Take a java project
  • set autobuild=false
  • delete target/classes
  • change a class => no .class generated, as expected.
  • set autobuild=true
    => no .class generated, I would expect them to be recompiled.

@snjeza
Copy link
Contributor Author

snjeza commented Jan 19, 2018

@fbricon If the java.autobuild.enabled property is changed, a new build will be called.

@snjeza
Copy link
Contributor Author

snjeza commented Jan 19, 2018

...

set autobuild=true
=> no .class generated, I would expect them to be recompiled.

I can't reproduce that.

@fbricon
Copy link
Contributor

fbricon commented Jan 29, 2018

works for me now

@fbricon fbricon merged commit eaca855 into eclipse-jdtls:master Jan 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants