Hello,
I started work on a cytoscape3 app version of a 2.x plugin by cobbling
together some bits from trunk/samples/sample02 and think there might
be a missing transitive dependency somewhere with api version
3.0.0-beta1, since all of my unit tests fail with
testConstructor(org.dishevelled.venn.cytoscape3.internal.CyActivatorTest)
Time elapsed: 0.18 sec <<< ERROR!
java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory
at org.cytoscape.service.util.AbstractCyActivator.<clinit>(AbstractCyActivator.java:30)
at org.dishevelled.venn.cytoscape3.internal.CyActivatorTest.setUp(CyActivatorTest.java:53)
...
Caused by: java.lang.ClassNotFoundException: org.slf4j.LoggerFactory
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
...
Checked into svn at
https://dishevelled.svn.sf.net/svnroot/dishevelled/trunk/venn-cytoscape3-app
michael
> --
> You received this message because you are subscribed to the Google Groups
> "cytoscape-discuss" group.
> To post to this group, send email to
cytoscap...@googlegroups.com.
> To unsubscribe from this group, send email to
>
cytoscape-disc...@googlegroups.com.
> For more options, visit this group at
>
http://groups.google.com/group/cytoscape-discuss?hl=en.