imagej / ImageJ

Public domain software for processing and analyzing scientific images
http://imagej.org
Other
557 stars 221 forks source link

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

Open hinerm opened 2 years ago

hinerm commented 2 years ago

image

ctrueden commented 2 years ago

@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 commented 2 years ago

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.