Jerzy Orlowski wrote: > I found out that this is caused by adding > <dependency> > <groupId>net.sf.taverna.t2</groupId> > <artifactId>compatibility-api</artifactId> > <version>0.4-SNAPSHOT</version> > </dependency> > > To pom.xml file
Yup, you can't mix the platform and non-platform code. This is why I keep asking when the two are going to be converged, because right now if you're using the platform you probably can't use any of the non-platform taverna code, including the translators, the workbench... The original plan was to have this done in January but it didn't happen, so for now you'll have to either stick with the original code (which is horribly hard to use because of the classloading issues and has little documentation) or the platform (which can't deal with aspects such as translation and doesn't link to the workbench). This is why we didn't use the workbench or the translators in the workshop! Tom ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ taverna-hackers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/taverna-hackers Developers Guide: http://www.mygrid.org.uk/usermanual1.7/dev_guide.html FAQ: http://www.mygrid.org.uk/wiki/Mygrid/TavernaFaq
