Community
Participate
Working Groups
During fetch script generation, PDE/Build generates a script to fetch the feature.xml and then runs it in a nested ant. The IFetchFactory interface provides IFetchFactory#addTargets(IAntScript) which allows fetch implementations to generate extra targets that may be needed by individual retrieve element calls. We generating the nested script to get the feature.xml, we are not calling #addTargets so the resulting script may not work for some fetch factories.
BTW, the patch in bug 289838 already adds the necessary call to FetchScriptGenerator.
Created attachment 180773 [details] patch This is the patch I used, here we are generating a script that fetches one feature.xml there is only one factory involved so we don't need to loop
.