On Thu, May 28, 2009 at 12:59, <[email protected]> wrote: > Stian, Stuart, I had a talk with Katy about the new Rshell version for > Taverna 1.7. Maybe it is also possible to integrate this new version of > Rshell I have designed, because it supports up to and including R 2.9 > and has syntax highlighting. Is there a tutorial how to translate a > taverna plugin into a taverna 2 plugin? Then I could translate the code > myself.
(Apologize for late reply!) Unfortunately there's no documentation or tutorial yet - but a good start would be to look at some existing code. In your case the most relevant would be to look at the rshell code for Taverna 2! :-) See http://code.google.com/p/taverna/source/browse/taverna#taverna/engine/net.sf.taverna.t2.activities/trunk/rshell-activity/src/main/java/net/sf/taverna/t2/activities/rshell (The service itself) http://code.google.com/p/taverna/source/browse/taverna#taverna/ui/net.sf.taverna.t2.ui-activities/trunk/rshell-activity-ui/src/main/java/net/sf/taverna/t2/activities/rshell (The user interface binding - but ignore the outdated 'partition' subpackage) To check out from SVN: http://taverna.googlecode.com/svn/taverna/engine/net.sf.taverna.t2.activities/trunk/rshell-activity/ http://taverna.googlecode.com/svn/taverna/ui/net.sf.taverna.t2.ui-activities/trunk/rshell-activity-ui/ Have you signed the Taverna contributors agreement? If so we can add you with write access to the subversion repository: See http://www.mygrid.org.uk/tools/developer-information/taverna-governance-model/ and http://www.mygrid.org.uk/tools/developer-information/contributing-to-taverna/ -- Stian Soiland-Reyes, myGrid team School of Computer Science The University of Manchester ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ taverna-hackers mailing list [email protected] Web site: http://www.taverna.org.uk Mailing lists: http://www.taverna.org.uk/taverna-mailing-lists/ Developers Guide: http://www.mygrid.org.uk/tools/developer-information
