question

BillS avatar image
BillS asked BillS posted

Eclipse 3.5 vs Eclipse 3.4 for plugin work

Just checking to see if anyone's run into issues with Eclipse 3.5.X for SDK work, as it looks like the Execution Monitor example used it (org.eclipse.ui.views behaves differently in 3.4 than it does in the example provided) and I'd like to upgrade so I'm in sync with the version I use for non-iTest stuff but don't really want to break things.

 

 

iTestsdk
10 |950

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
PaulD avatar image
PaulD answered PaulD posted

Note that the upcoming version of iTest will be built on top of Eclipse 3.5.  I'm not aware of any problems in building iTest 3.4 plugins using Eclipse 3.5 -- although you might need to be careful that you are not creating any dependences on Eclipse 3.5 plugins.  (Eclipse likes to add plugin dependencies that refer to the latest version of certain plugins and that could potentially cause issues when that plugin will end up in an RCP (iTest) that is built on the previous version.)

 

When creating your new plugin project, if you want it to work on iTest 3.4, make sure that you target Eclipse 3.4 in the first page of the new plugin project wizard.  

2 comments
10 |950

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

BillS avatar image BillS commented ·

Thanks Paul - I'm familiar with the general Eclipse pitfalls, just wanted to make sure..

0 Likes 0 ·
AdamB avatar image AdamB BillS commented ·

iTest 4.0 is based on Eclipse 3.5.2, so when adding the Eclipse SDK plugins, you will want to make sure to get the right versions.

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.