On Tue, Feb 22, 2011 at 16:17, John Alexander <[email protected]> wrote: > Has anyone had any success setting up a Taverna plugin project within the > NetBeans IDE? I have been able to set one up within Eclipse following the > Tutorial, However I had intended on doing much GUI work which I would like > to utilize NetBeans GUI Forms Builder for. > If anyone can point me in the right direction for setting up Taverna Plugins > in NetBeans I would be greatly appreciated. However if someone has an easier > suggestion for an external Forms Builder IDE (FREE Preferred) I would also > be thankful.
As Netbeans has built-in Maven support you should be able to just do equivalent methods in Netbeans to build a project from the Taverna activity archetype, which should give you a test environment for running your plugin within Taverna. This is achieved using test dependencies and the TavernaWorkbenchWithExamplePlugin main() method. See: http://www.mygrid.org.uk/dev/wiki/display/developer/Tutorial+-+Service+invocation+plugin http://wiki.netbeans.org/MavenBestPractices -- Stian Soiland-Reyes, myGrid team School of Computer Science The University of Manchester ------------------------------------------------------------------------------ Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast moving IT data generated by your applications, servers and devices whether physical, virtual or in the cloud. Deliver compliance at lower cost and gain new business insights. http://p.sf.net/sfu/splunk-dev2dev _______________________________________________ taverna-hackers mailing list [email protected] Web site: http://www.taverna.org.uk Mailing lists: http://www.taverna.org.uk/about/contact-us/ Developers Guide: http://www.taverna.org.uk/developers/
