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

The original project cannot be compiled after eclipse upgrade.error message "The parent resource is not accessible" #1911

Open
jqncc opened this issue Dec 31, 2024 · 0 comments

Comments

@jqncc
Copy link

jqncc commented Dec 31, 2024

Version: 2024-12 (4.34.0)
Build id: 20241128-0757

Project Structure:

 cshop
  ---- pom.xml
  ---- src/resources
  ---- ucenter
         ---- pom.xml
  ----business
         ---- pom.xml

sub-module ( business,ucenter ) resource configuration

<resources>
	<resource>
		<directory>src/main/resources</directory>
		<includes>
			<include>**/*</include>
		</includes>
		<filtering>true</filtering>
	</resource>
	<resource>
		<directory>../src/resources</directory>
		<filtering>true</filtering>
	</resource>
</resources>

Report an error:
"Unable to update Maven configuration Cannot create linked resource '/src/resources'. The parent resource is not accessible."

But resource file are generated correctly in the target directory

There was no problem with eclipse before the upgrade, pre-upgrade eclipse version is 4.18.0

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

No branches or pull requests

1 participant