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

ij folder doesn't come in as source directory on Eclipse import #169

Open
hinerm opened this issue Aug 18, 2022 · 2 comments
Open

ij folder doesn't come in as source directory on Eclipse import #169

hinerm opened this issue Aug 18, 2022 · 2 comments

Comments

@hinerm
Copy link
Member

hinerm commented Aug 18, 2022

image

@ctrueden
Copy link
Member

@hinerm The problem is that the pom.xml declares the base project folder as the source folder. There are also a bunch of exclusions in the pom.xml to work around this difficult directory structure. Apparently the Eclipse M2E plugin is not happy with that. I do not know how to fix this without relocating the ij folder to a dedicated source folder such as src/ij.

@ctrueden
Copy link
Member

ctrueden commented Aug 18, 2022

If you configure the build path manually like so, then it becomes possible to work on the main ImageJ source code in Eclipse:

eclipse-build-path-ImageJ

To be clear: the ij shown above is the project folder, not the nested ij package folder.

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

2 participants