On Fri, May 15, 2009 at 05:08, Paul Fisher <[email protected]> wrote: > Can this not be pushed to any Taverna hacker(s) to complete/include, if > the central myGrid team doesn't have the time to include it?
Yeah, it should be not too hard to do stand-alone - the code for the run dialogue is in http://taverna.googlecode.com/svn/taverna/ui/net.sf.taverna.t2.ui-components/trunk/reference-ui/ there is a test class net.sf.taverna.t2.reference.ui.WorkflowLaunchTestApp that can be used to test-run the dialogue outside the Taverna workbench - although it seems this has been broken recently, I think it would throw a NullPointerException. Alan - do you know why this code is commented out? // wlp = new WorkflowLaunchPanel(referenceService, referenceContext) { ... // wlp.setWorkflowDescription("It is very good to be able to put a description of the workflow" + .. ? -- 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] 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
