@hinerm
First of all thank you so much for all of your work in creating the first BAR Op!!, the tutorials and the wiki page. Impressive!
Second, I am really sorry for not looking into it earlier. Simply other stuff got in the way.
Third, I have to apologize also for merging your changes into my master branch in rather clumsy way.
Anyway, just for reference, these are the relevant changes you introduced:
- bc7271f (Add dependency on imagej-ops)
- 523c22d (Create BAR Op namespace)
- af2eeaa (Add BARService)
- 51f48c9 (Add GCD script template)
- 633dcfc (Create tutorial on adding external ops)
However, I get the following error in BAR.java:
Type mismatch: cannot convert from Class<Namespace> to Class<? extends SciJavaPlugin>
When I try to run CGD.py, I get a java.lang.Error: Unresolved compilation problem: in Fiji's console.
I've tried all of Ecliple Mars Quick Fix suggestions without success. Any ideas?
@hinerm
First of all thank you so much for all of your work in creating the first BAR Op!!, the tutorials and the wiki page. Impressive!
Second, I am really sorry for not looking into it earlier. Simply other stuff got in the way.
Third, I have to apologize also for merging your changes into my master branch in rather clumsy way.
Anyway, just for reference, these are the relevant changes you introduced:
However, I get the following error in BAR.java:
Type mismatch: cannot convert from Class<Namespace> to Class<? extends SciJavaPlugin>When I try to run CGD.py, I get a
java.lang.Error: Unresolved compilation problem:in Fiji's console.I've tried all of Ecliple Mars Quick Fix suggestions without success. Any ideas?