Yoshinobu Kano wrote: > Hi Hackers, > > I am trying to create my own local activity from my own java code. > How can I test my activity/activity-ui from Eclipse or in some > local-only-way inside Taverna (using the PreLauncher)? > I usually use remote debugging. I put in my startup script for taverna (for linux, but similar idea for windows):
ARGS="$ARGS -Xdebug -Xrunjdwp:transport=dt_socket,suspend=n,server=y,address=8000" and then set up remote debugging in eclipse to listen to port 8000 (or whatever you define above). If you use the workbench-dev module from subversion: (http://code.google.com/p/taverna/source/browse/taverna#taverna/products/net.sf.taverna.t2.taverna-workbench/trunk/workbench-dev) by using mvn install, and then running the build from with the target folder (in another folder within there called t2-workbench-1123401492/ or something like that) it will automatically use the package you built for you activity in your .m2/repository. Stuart > Thanks, > > -Yoshinobu > ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ 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
