Hi,
I am a new user of Eclipse and iTest, and is learning them.
I have installed ::
-Eclipse 3.4.2 Plug-in Development version,
-iTest 3.4.
I am trying to run an example iTest "tool" plug-in, within the Eclipse environment, and following the steps as described in the document "Walkthrough of Tool Plug-in" available from the Fanfare support site.
After following all the steps, when I try to run this tool (from Eclipse), by
right clicking on the plug-in (i.e. com.mycorp.helloworldtool) ==> debug As Eclipse Application.
I get following messages, under the console tab::
org.osgi.framework.BundleException: The bundle could not be resolved. Reason: Another singleton version selected: org.eclipse.osgi_3.4.3.R34x_v20081215-1030
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:305)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:265)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:257)
...................................................................................................................................................................
..................................................................................................................................................................
at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
iTest starts running, and I type "print foo bar" on the console (after opening a new session type as "Command Prompt").
The message appears as ::
Unable to initialize device PRN
So is it the case of some version mismatch, or somehow two instances are interfering with one another?