Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-dev] Fwd: How to enable auto versioning the plugin viaAPITools

To add to the previous email with steps

1) To configure API tools, right click the project ->Plugin-in Tools-> API Tools Set Up
2) To add a baseline , in preference page, Plugin Development - > API Baselines -> Add Baseline
3) To get an error ( by default they are error), in preference page Plugin Development - >API error/warnings -> Version management tab

And then quoting the previous email.

"You get an error and then you can use Quick Fix to update the version"


Regards,
Vikas
------------------------------------------------------------------------
Eclipse Modeling/ PDE
IBM Rational
EGL D Block - Bangalore, India
Office Phone No : +91 - 80 - 41776506
------------------------------------------------------------------------

Inactive hide details for "Daniel Megert" ---11/06/2015 07:35:13 PM---Hi Ilke There's no such think like auto-versioning. You g"Daniel Megert" ---11/06/2015 07:35:13 PM---Hi Ilke There's no such think like auto-versioning. You get an error and then you

From: "Daniel Megert" <daniel_megert@xxxxxxxxxx>
To: "Eclipse PDE general developers list." <pde-dev@xxxxxxxxxxx>
Date: 11/06/2015 07:35 PM
Subject: Re: [pde-dev] Fwd: How to enable auto versioning the plugin via APITools
Sent by: pde-dev-bounces@xxxxxxxxxxx





Hi Ilke

There's no such think like auto-versioning. You get an error and then you can use Quick Fix to update the version. If you do not get an error after changing the API, then you either haven't configured API Tools for your project and/or not set a correct API Tools baseline.

Dani



From:
ilke Muhtaroglu <ilke.muhtaroglu@xxxxxxxxx>
To:
pde-dev@xxxxxxxxxxx
Date:
06.11.2015 14:59
Subject:
[pde-dev] Fwd: How to enable auto versioning the plugin via API Tools
Sent by:
pde-dev-bounces@xxxxxxxxxxx






I have read this link.

http://www.ibm.com/developerworks/library/os-eclipse-api-tools/

Successfully got an PDE API Tools enabled project but I couldnt figure out how to enable the auto versioning ? It says the tool will give error but I can not get any error regarding upgrading the version number at manifest file or about the missing since tags at the methods and so for a class I create or for existing classes and methods.

Any help please or documentation about how to use API tools to update plugin version number in manifest files ?


ilke



_______________________________________________
pde-dev mailing list
pde-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit

https://dev.eclipse.org/mailman/listinfo/pde-dev
_______________________________________________
pde-dev mailing list
pde-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/pde-dev


Back to the top