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

EOModels not found in folders other than src/main/resources during development #34

Open
hugithordarson opened this issue Jul 2, 2023 · 0 comments

Comments

@hugithordarson
Copy link
Contributor

hugithordarson commented Jul 2, 2023

For some reason, NSMavenProjectBundle (which is used to locate resources in a maven project during development) explicitly only looks for EOModels in src/main/resources.

Potential solutions include:

  • Keeping EOModels in src/main/resources and explicitly copying them during maven build (yuck)
  • Patching NSMavenProjectBundle in Wonder to also look for models in src/main/woresources (quick test seems to confirm that this works).
  • …?

That's what I get for only ever using Cayenne…

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