Community
Participate
Working Groups
I realize that this is more of an enhancement request than a bug... I'm building a new version of a feature where only a few plugins have actually changed (since the base version). When generating the source feature (with the old-style source plugin), I would like to include sources from all plugins in that feature, even those that were not rebuilt but are picked up from the base. The previous (base) version of the source plugin already contains these sources. The new style (one source bundle per bundle) does support this in that the source feature will automatically pick up the old versions if a new source bundle wasn't generated (which happens when you don't build the plugin but package the base version of it).
Created attachment 109435 [details] Proposed patch. This patch 1). stores the location of a previous version of the source plugin (as it is replaced with a newly generated one), and 2). uses that info to get sources for plugins that are not being built (but are included in the feature).
*** Bug 243472 has been marked as a duplicate of this bug. ***
done in HEAD. I did change the patch slightly, but strategy is the same.