Ben Bucksch wrote: > > Ben Bucksch wrote: > > > However, docs.xpi doesn't get installed. If I let the selection > > dialog show, I can see that the documentation component is unchecked. > > Nevermind, I found it. I "compressed" the Setup Type and Components > sections, i.e. made sure that all unused ones are removed and the > remaining ones are numbered coninously starting with 0, and it worked. > > BTW: This was with Mozilla 0.6. I saw that the component section names > changed on trunk recently- might be a bug that's already fixed. Design change more than a "bug", technically. In the past the components to process were searched for by pattern, and searching stopped with the first missing [componentN] section. This meant components had to be renumbered constantly as packages were added, removed, or reordered. And--as you discovered--we had to be on the constant look-out for a missing number in the middle. Now the components have arbitrary named sections (by convention still starting with "Component" for readability) and we build the list according to which ones are discovered in the SetupType sections. -Dan Veditz
