aspose file tools
The moose likes IDEs, Version Control and other tools and the fly likes Eclipse 2.1 and 3.0 plugin development Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "Eclipse 2.1 and 3.0 plugin development" Watch "Eclipse 2.1 and 3.0 plugin development" New topic
Author

Eclipse 2.1 and 3.0 plugin development

Gregg Bolinger
Ranch Hand

Joined: Jul 11, 2001
Posts: 15229

I understand that plugins targeted for eclipse 2.1.1 won't work on Eclipse 3.0 unless recompiled for 3.0. I was wondering if there was something special or specific about 3.0 compared to 2.1 that changes the way plugins are developed or if it is just the framework that the plugins are compiled with that make the difference. If there are differences, does your book cover anything about plugins for 3.0 since 3.0 hasn't been released as a final yet?
Thanks.
Lasse Koskela
author
Sheriff

Joined: Jan 23, 2002
Posts: 11962
    
    5
I'd say the correct statement would be may not work -- I got my playground plugin working by importing the project into Eclipse 3.0... Then again, the plugin didn't use SWT classes (maybe that could be a factor?).


Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
Dave Vick
Ranch Hand

Joined: May 10, 2001
Posts: 3244
In going through the plugin tutorial, I couldn't get the read-me plug-in to show up in the IDE. The read-me plug-in is for 2.1 (from the plugin.xml file) and I'm running version 3.0. The IDE doesn't even recognize it as a plugin - I wonder if it is something as simple as the version number in the xml file - hmm, gotta try that.

...
Nope that wasn't it
If there was a way to get the source then I wonder if you could just open it in 3.0 and compile it there?


Dave
Gregg Bolinger
Ranch Hand

Joined: Jul 11, 2001
Posts: 15229

Originally posted by Dave Vick:
If there was a way to get the source then I wonder if you could just open it in 3.0 and compile it there?

I think that is probably what has to be done from what I have read.
Lasse Koskela
author
Sheriff

Joined: Jan 23, 2002
Posts: 11962
    
    5
The Eclipse 3.0 Porting Guide might give you a picture of whether a particular plugin needs tweaking in order to migrate from 2.x to 3.0.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Eclipse 2.1 and 3.0 plugin development
 
Similar Threads
How similar is it between Eclipse and WSAD?
Tomcat plugin for Eclipse3.1
[ Wsad 5.1 ]hibernate
how to upgrade from eclipse 2.1 to eclipse 3.0? what about the plugins?
Java Developer's Guide to Eclipse (version?)