Right now I'm going slowly through the bundled app tutorial. I've already pulled all the sample code from the git repository. However I can't export them properly because Java (or Maven) doesn't recognize some of the jars being used.For example it says that the hierarchy of type CyActivator is inconsistent even though AbstractCyActivator has already been referenced via:--import org.cytoscape.service.util.AbstractCyActivator;
Can anybody give me some insight on his?
You received this message because you are subscribed to the Google Groups "cytoscape-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cytoscape-disc...@googlegroups.com.
To post to this group, send email to cytoscap...@googlegroups.com.
Visit this group at http://groups.google.com/group/cytoscape-discuss?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
public class CyActivator extends AbstractCyActivator {
I don't have any trouble accessing any super classes/interfaces except for this one.
All the Maven stuff is enclosed in the cytoscape-app-developer folder uptop and essentially all I've been doing is cherry picking which jars I need from there (i.e. cytoscape-swing-app-api-3.1.0-SNAPSHOT.jar )