[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[swtbot-dev] swtbot 2.0 support in eclipse 3.3
|
- From: Somesh Sasalatti <someshsasalatti@xxxxxxxxx>
- Date: Mon, 28 Dec 2009 17:14:04 -0800
- Delivered-to: swtbot-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=w5TJqN0Dkolx95tKIxSU7RZ8tMXUFO/w28m0zsHUxB8=; b=G78y4PiUSLEAOL2bFkvF/Ix+/dSxN+ukLQn74Nl79UbNrVQ3jl5j/RzVXnnPa86u8q cNcuXzxxJDqCkT/eSND41BPOIJjyVfuG6a0Qq7Xfw0HfZ5bTf/Wr0JuXfmiBuhfnphb4 AJEsrk+vMPAuS17wSKXxPbuGVLJCty+YU5QhQ=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=Nsx1x9Lh+2cKblBwUF5rzsOGGV0BYxG79jIPJIAX+/oRqXeVfm1LnzzIvq3UpkrG1F Vh8QWPF6QmXpQLnsnnBYZ3hg75DgLqN2y45utN96Bhd54r99g/05cSsyVILtFi+SGtw7 ck6L4NGxfHeAOnZLHSV3XGy/sfQAfXAs4y9xs=
Hey Guys,
I just updated to SWTBot 2.0 and need to setup a pde build of my plugin with Eclipse 3.3.
I updated to SWTBot 2.0 with the ganymede update url.
with the necessary updates made to my source files, the compilation issues have been resolved. I however do *NOT* see an SWTBot Test Launch configuration in the Eclipse Run/Debug configuration window.
I noticed that the minimum version for org.eclipse.core.runtime in all swtbot plugin manifests is set to 3.4.0 inclusive. Could that be the reason?
What do I need to do to
1) use swtbot 2.0 in eclipse 3.3 while testing my plugin. As I don't see the swtbot test launch config.
Thanks in advance.
Somesh