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

Fix cache sample image behavior #41

Closed
hinerm opened this issue Jun 6, 2014 · 4 comments
Closed

Fix cache sample image behavior #41

hinerm opened this issue Jun 6, 2014 · 4 comments
Labels

Comments

@hinerm
Copy link
Member

hinerm commented Jun 6, 2014

The Fiji Cache sample images works fine, but the ImageJ one gives all sorts of file not found errors.

Also, it's back to opening 2 cached sample images at a time..

@hinerm hinerm added the bug label Jun 6, 2014
@hinerm
Copy link
Member Author

hinerm commented Jun 18, 2014

Solution: remove the ImageJ cache sample images (ij.plugin.URLOpener("cache")) from the menu entry, or javassist it to reroute to the Fiji cache sample images (fiji.SampleImageLoader("cache")).

@hinerm
Copy link
Member Author

hinerm commented Jun 18, 2014

reminder: close http://fiji.sc/bugzilla/show_bug.cgi?id=797 after this is resolved

@hinerm hinerm changed the title Fix sample image behavior Fix cache sample image behavior Jun 18, 2014
@dscho
Copy link
Contributor

dscho commented Jun 18, 2014

Even easier: reroute it in fiji-compat, in SampleImageLoader#install(). No Javassist required.

@dscho
Copy link
Contributor

dscho commented Jun 24, 2014

Fixed in fiji/fiji-compat@6eb34e6d.

@dscho dscho closed this as completed Jun 24, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants