You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building SCIFIO in Eclipse with project-linkage to SciJava-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 the EclipseHelperMojo 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.
Thanks to 3f371b4, 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.
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
The text was updated successfully, but these errors were encountered: