Community
Participate
Working Groups
The documentation for the site.p2 action should mention the build.id expansion. +++ This bug was initially created as a clone of Bug #355892 +++ It is very common to include a build id in a product configuration file. Example: <configurations> <property name="eclipse.buildId" value="@qualifier@" /> </configurations> The idea is to expand this build id before it is fed to the publisher so that the IU that corresponds to the product gets a touchpoint instruction similar to: <instruction key='configure'> setProgramProperty(propName:eclipse.buildId,propValue:S201108251123); </instruction> Buckminster should perform this expansion automatically when during the site.p2 action when it has a build.id property set.