Håkon Sagehaug wrote:
> Hi
> 
> I made a new project using the maven arch type following the manual, 
> should I try to delete all taverna files in .m2 repo, if it loads some 
> old versions of the WSDLActivity class?

No, that's unlikely to be the problem. However, unless you've modified 
the platform.home variable in platform.properties your 'new' application 
will be picking up the old list of installed plugins, which will include 
the wsdl-0.0.1 not wsdl-0.0.2, the former using the old API with a 
different method signature.

If you delete the ${platform.home}/pluginManager.plugins file it'll 
force it to reload from the default plugin list (this file is a cache 
that allows the loaded/active/inactive state of plugins to persist 
across invocations).

In general the platform.home property should be different for every 
application, by default it gets set to ${user.home}/example which isn't 
very helpful - I'll probably change this so it gets set during archetype 
generation.

Tom

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
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

Reply via email to