On Wed, Aug 4, 2010 at 16:41, David Withers <[email protected]> wrote: > I mean having an external Beanshell script file (e.g. foo.bsh) and add > it as an Beanshell processor in Taverna (e.g. doFoo) such that its' > code is not contained in workflow XML file but referenced there like > 'xscufllocation' tag references nested workflow in SCUFL (e.g. > pointing to file:///my/workspace/foo.bsh). > > You can reference a script from a beanshell script by using the source > command, i.e. in your beanshell script you just have: > source("/my/workspace/foo.bsh"); > See http://www.beanshell.org/manual/bshcommands.html#source for more > information about referencing external scripts.
That's perfect, thanks, Mikołaj > David. > > -- > David Withers > School of Computer Science, University of Manchester, > Oxford Road, Manchester, M13 9PL, UK. > +44 (0)161 275 0683 > > > > > > ------------------------------------------------------------------------------ > The Palm PDK Hot Apps Program offers developers who use the > Plug-In Development Kit to bring their C/C++ apps to Palm for a share > of $1 Million in cash or HP Products. Visit us here for more details: > http://p.sf.net/sfu/dev2dev-palm > _______________________________________________ > taverna-users mailing list > [email protected] > [email protected] > Web site: http://www.taverna.org.uk > Mailing lists: http://www.taverna.org.uk/about/contact-us/ > > ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm _______________________________________________ taverna-users mailing list [email protected] [email protected] Web site: http://www.taverna.org.uk Mailing lists: http://www.taverna.org.uk/about/contact-us/
