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

Eclipse can fail with "Resource already exists" error on Gradle projects #119

Closed
philwebb opened this issue Jun 25, 2019 · 0 comments
Closed
Milestone

Comments

@philwebb
Copy link
Contributor

Resource '/spring-boot-gradle-plugin/.settings/org.eclipse.jdt.core.prefs' already exists.

java.lang.Exception: Resource '/spring-boot-gradle-plugin/.settings/org.eclipse.jdt.core.prefs' already exists.
	at org.eclipse.core.internal.resources.ResourceException.provideStackTrace(ResourceException.java:42)
	at org.eclipse.core.internal.resources.ResourceException.<init>(ResourceException.java:38)
	at org.eclipse.core.internal.resources.Resource.checkDoesNotExist(Resource.java:309)
	at org.eclipse.core.internal.resources.Resource.checkDoesNotExist(Resource.java:296)
	at org.eclipse.core.internal.resources.File.create(File.java:110)
	at org.eclipse.core.internal.resources.File.create(File.java:184)
	at io.spring.javaformat.eclipse.projectsettings.ProjectSettingsFiles.applyToProject(ProjectSettingsFiles.java:76)
	at io.spring.javaformat.eclipse.gradle.RefreshProjectsSettingsJob.configureProject(RefreshProjectsSettingsJob.java:93)
	at io.spring.javaformat.eclipse.gradle.RefreshProjectsSettingsJob.configureProjects(RefreshProjectsSettingsJob.java:82)
	at io.spring.javaformat.eclipse.gradle.RefreshProjectsSettingsJob.lambda$0(RefreshProjectsSettingsJob.java:68)
	at io.spring.javaformat.eclipse.Executor.run(Executor.java:48)
	at io.spring.javaformat.eclipse.gradle.RefreshProjectsSettingsJob.run(RefreshProjectsSettingsJob.java:67)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
@philwebb philwebb changed the title Resource already exists error with Gradle projects Eclipse can fail with "Resource already exists" error on Gradle projects Jun 25, 2019
@philwebb philwebb added this to the 0.0.13 milestone Jun 26, 2019
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

1 participant