Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Running code from plug-in project in headless env
Running code from plug-in project in headless env [message #631558] Fri, 08 October 2010 00:18 Go to next message
Eric Jain is currently offline Eric JainFriend
Messages: 266
Registered: July 2009
Senior Member
I have some plug-in projects (plain OSGi bundles) that depend on each other and some test classes that I can run as normal JUnit tests from within Eclipse (which knows about the bundle dependencies).

What's the simplest way to run those tests as part of an automated build on a headless server?
Re: Running code from plug-in project in headless env [message #632725 is a reply to message #631558] Thu, 14 October 2010 05:29 Go to previous message
Rohan  is currently offline Rohan Friend
Messages: 12
Registered: October 2009
Junior Member
Not sure whether my answer may help you out but when I designed a plugin to run in headless mode, I implemented org.eclipse.equinox.app.IApplication. The start method takes an IApplicationContext object as parameter through which the command line arguments are sent.
Previous Topic:eclipse unable to load native library: can't find dependent libraries
Next Topic:Eclipse freezes on show view
Goto Forum:
  


Current Time: Fri Apr 26 13:38:29 GMT 2024

Powered by FUDForum. Page generated in 0.03517 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top