Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » API Tools - Versioning of bundles
API Tools - Versioning of bundles [message #586108] Mon, 01 December 2008 13:46 Go to next message
Stefan   is currently offline Stefan Friend
Messages: 316
Registered: July 2009
Senior Member
Hi,

I think I have an understanding problem with base lines.
That's what I've done:
- Create new plug-in and activate API-Tooling in wizard (plug-in version
1.0.0)
- Added some interfaces/classes
--> This should be my v1.0, so I copied the plug-in to a folder
"baseline 1.0"
- Selected new folder "baseline 1.0" in preferences as base line.

After rebuild, API Tools tell me that I've to update the minor version
to 1.1.0. I don't understand this, because my workspace bundle matches
excactly the bundle in the baseline directory. The tool tip for the
quick fix list my interface/class that I've added for 1.0.

Is this indented behaviour (working with 3.4 SR 1)?

Regards,
Stefan.
Re: API Tools - Versioning of bundles [message #1713710 is a reply to message #586108] Fri, 06 November 2015 07:14 Go to previous messageGo to next message
ilke Muhtar is currently offline ilke MuhtarFriend
Messages: 47
Registered: September 2015
Member
How did you activate the API-Tooling in wizard ? By selecting "Enable API Analysis" ? If so, how can I do this later for an already created plugin project ? We have 20 plugins and want to enable PDE API Tooling for them ?
ilke
Re: API Tools - Versioning of bundles [message #1713712 is a reply to message #1713710] Fri, 06 November 2015 07:27 Go to previous message
ilke Muhtar is currently offline ilke MuhtarFriend
Messages: 47
Registered: September 2015
Member
http://www.ibm.com/developerworks/library/os-eclipse-api-tools/

at this links it describes how to enable API Tooling

Adding the API Tools project nature


The wizard can be accessed by right-clicking your project and selecting PDE Tools > API Tooling Setup. In the wizard, simply click the projects you want converted to use API Tools and click Finish. That's it.

and at plugin project creation time :

The other approach to take advantage of API Tools is at the time of plug-in project creation. In Eclipse V3.4, the New Plug-in Project wizard was enhanced with an additional checkbox, Enable API Analysis, to add the API Analysis nature to your project.
Previous Topic:Cannot see installed software
Next Topic:How to automate Plugin versioning?
Goto Forum:
  


Current Time: Thu Mar 28 22:37:27 GMT 2024

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

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

Back to the top