-
Notifications
You must be signed in to change notification settings - Fork 0
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
OpenSPIM update site needs to reconsider micromanager-dev dependency #2
Comments
This first exception is imagej/ImageJ#116. |
@hkmoon as a clue bat, maybe you could insert something like Helper.log("Enabling the Micro-Manager-dev update site because OpenSPIM requires it!"); before
public static void log(final String msg) {
IJ.log(msg);
} into https://github.com/openspim/openspim-app/blob/4469e05bca800b3957b4f12cc64a6f80ae48add3/src/main/java/org/openspim/app/Helper.java ... we cannot use ImageJ 1.x classes in the |
@dscho Actually, do you want me to put those codes in the master branch? |
Sorry for the late response: yep, on |
The auto-enabling of the micromanager-dev update site is confusing, as there is no indication that it is tied to OpenSPIM.
When disabling micromanager-dev without disabling OpenSPIM, micromanager attempts to reinstall itself on Fiji restart.
See:
http://fiji.sc/bugzilla/show_bug.cgi?id=1075
https://list.nih.gov/cgi-bin/wa.exe?A2=ind1505&L=IMAGEJ&F=&S=&P=181254
So, we certainly need update site dependencies, but this silent work-around is problematic - especially given that micromanager-dev is not a public update site (e.g. not on the wiki or publicized anywhere else from what I can tell).
Also, to uninstall OpenSPIM I have to:
If I try disabling both OpenSPIM and micromanager-dev simultaneously I get:
The text was updated successfully, but these errors were encountered: