Open hinerm opened 9 years ago
Thanks to 3f371b47b8d41995c7e6e698f2a082e08877c9ed, there is a friendly suggestion to close scijava-common in case it is an open project linkage. This is good enough for me—it helped me when I ran into the same situation. Technically, this is still an open issue, but I'm assigning to unscheduled milestone since I see no need to address it in the foreseeable future.
:octopus:
When building
SCIFIO
in Eclipse with project-linkage toSciJava-common
, I get an exception with the message:Could not load EclipseHelper
.This comes from a failure to load the
org.scijava.annotations.EclipseHelper.class
in theEclipseHelperMojo
when SJC is project-linked in Eclipse as a dependency of the project I was building.I checked the built classpath and confirmed that it did point to a path on disk that would find the
EclipseHelper
class.The temporary workaround is to close the SJC project in Eclipse.
Occurred on Windows 8.1, Eclipse 4.4.0 and scijava-maven-plugin 0.4.4.
stack trace