Community
Participate
Working Groups
Currently, many API tools ant tasks require installations to analyze and a baseline to compare to. The bundles to analyze are identified by a location on disk which is a simple directory of bundles. The tasks should support pointing to an installation and using the install metadata (.links, p2 profile, etc.), to understant what bundles are part of that installation.
Adding M2 milestone.
Created attachment 178198 [details] Possible Fix Creates a new method in ApiModelFactory to search an installation for bundles, creating api components for each of them. The preference page, api use launch config and the ant tasks all use this method. This fix also includes a fix for bug 324474.
Created attachment 178326 [details] updated patch modified use of File.toString() to File.getAbsolutePath()
Created attachment 178332 [details] update Fixes use of progress monitor.
Applied/Fixed.
I also added api.tools.core as a friend of the "org.eclipse.pde.internal.core.target.provisional" API.
*** Bug 325652 has been marked as a duplicate of this bug. ***