Hello. I'm having problems trying to get the PDE builder to build an RCP
application composed of about 9 plugins.
When the PDE builder attempts to compile the code in each plugin, it gets
the plugins out of order. In other words, if Plugin B requires Plugin A, it
is attempting to build Plugin B first. Also, the order in which the plugins
are built seems to vary by machine. I get different plugin build orders on
different machines.
The dependencies are all called out correctly in the Require-Bundle section
of each plugin's manifest file.
Is there any explicit control that I have over the build order? Or maybe
something that's set incorrectly, causing the PDE builder to calculate the
plugin dependency incorrectly?