Moin all, I downloaded the Taverna 2.2.0 zip file with source code [0], and imported this into Eclipse. Most works fine, except some code in the plugins-api module. In particular, the net.sf.taverna.raven.plugins.Plugin.java has these compile errors, due to a missing package:
import net.sf.taverna.x2008.xml.plugins.Application; import net.sf.taverna.x2008.xml.plugins.Compatibility; import net.sf.taverna.x2008.xml.plugins.Dependency; import net.sf.taverna.x2008.xml.plugins.DescribedPlugin; import net.sf.taverna.x2008.xml.plugins.IdentifiedPlugin; import net.sf.taverna.x2008.xml.plugins.PluginDocument; import net.sf.taverna.x2008.xml.plugins.Repositories; The net.sf.taverna.x2008 package is not found in the .zip file, and apparently not in the Maven dependencies... The PluginManager.java in the same plugin/package gives similar problems... What should I do with this? Egon 0.http://launchpad.net/taverna/t2/2.2.0/+download/taverna-workbench-src-2.2.0.zip -- Dr E.L. Willighagen Postdoctoral Research Associate University of Cambridge Homepage: http://egonw.github.com/ LinkedIn: http://se.linkedin.com/in/egonw Blog: http://chem-bla-ics.blogspot.com/ PubList: http://www.citeulike.org/user/egonw/tag/papers ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev _______________________________________________ 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/
