Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 342370 - Add support for generation of API descriptions
Summary: Add support for generation of API descriptions
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Buckminster (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: buckminster.core-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 342549
  Show dependency tree
 
Reported: 2011-04-10 12:26 EDT by Thomas Hallgren CLA
Modified: 2019-02-25 14:41 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Hallgren CLA 2011-04-10 12:26:30 EDT
The PDE builder has support for generating a .api_description file that is included at the root of the bundle jar file. This behavior is controlled by adding:

generateAPIDescription=true

to the build.properties file. Since this is standard PDE behavior, it would be good if Buckminster supported this option too.
Comment 1 Thomas Hallgren CLA 2011-04-10 12:29:17 EDT
Support added. When Buckminster encounters a generateAPIDescription=true in the build.properties file, it will insert a call to an ant-task that in turn calls the PDE apitools.apigenerate task to create the description. The description is then included in the jar.content group which is a prerequisite for bundle.jar action.

Fixed in trunk, rev 11780.
Comment 2 Henrik Lindberg CLA 2011-04-12 06:51:17 EDT
I think this one needs a doc issue...