Community
Participate
Working Groups
+++ This bug was initially created as a clone of Bug #325125 +++ Build Identifier: M20100818-0800 In our adopter product we see a problem with the default Ant home. The directory is getting resolved to one of our own plugins. I did a bit of debugging, and for some reason the packageAdmin.getExportedPackages("org.apache.tools.ant") call seems to be returning four plugins, the org.eclipse.ant one and three from our adopter. Yet the three from our adopter do not export org.apache.tools.ant so I am not even sure why they are there. Also it appears that because it is one of ours that occurs first in the list, it is the one that gets setup up as the ant home incorrectly. This breaks our ant function by default and is a regression from 3.4.x. I can't tell you how to repro as I am not sure why it thinks these three bundles export the tools.ant, however I can repro so I can help gather the info you would need. Reproducible: Always Cloning the bug to fix in 3.6.x streams
Created attachment 180195 [details] patch This patch is the same as the patch in bug 325125
Fixed. Released to 3.6.2 and 3.6.1 maintenance branches.
verified in the test build M20110119-0834