Hi, 

I am getting this java undefined class error when I try to use the plugin that 
I wrote.  
I looked at ~/Library/Application Support/taverna-2.2.0/repository and did see 
that my plugin installed everything there (including the 3rd party library).

The error message complains it could not find the missing 3rd party library.

ERROR 2011-02-01 08:01:33,488 
(net.sf.taverna.t2.workbench.ui.impl.Workbench:117) - Uncaught exception in 
Thread[AWT-EventQueue-0,6,main]
java.lang.NoClassDefFoundError: edu/sdsc/nbcr/opal/AppServiceLocator

But my plugin did install
/Users/jren/Library/Application 
Support/taverna-2.2.0/repository/edu/sdsc/nbcr/opal/2.0/opal-2.0.jar
/Users/jren/Library/Application 
Support/taverna-2.2.0/repository/edu/sdsc/nbcr/opal/2.0/opal-2.0.pom

So what could be wrong?  Does the above directory structure for the 3rd party 
library in the repository/ appear right?

In my plugin /Users/jren/Library/Application 
Support/taverna-2.2.0/repository/uk/ac/manchester/cs/img/myfancytool, I have 
the jars and 

./example-activity/0.0.1-SNAPSHOT/example-activity-0.0.1-SNAPSHOT.pom
./example-activity-ui/0.0.1-SNAPSHOT/example-activity-ui-0.0.1-SNAPSHOT.pom
./myfancytool-taverna/0.0.1-SNAPSHOT/myfancytool-taverna-0.0.1-SNAPSHOT.pom

In each of the pom's, I have
              <dependency>
                        <groupId>edu.sdsc.nbcr</groupId>
                        <artifactId>opal</artifactId>
                        <version>2.0</version>
              </dependency>

Does this look right?

Any help would be greatly appreciated.

Jane

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
taverna-hackers mailing list
[email protected]
Web site: http://www.taverna.org.uk
Mailing lists: http://www.taverna.org.uk/about/contact-us/
Developers Guide: http://www.taverna.org.uk/developers/

Reply via email to