Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-build-dev] PDE plugin build order?

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?

Thanks!  Marshall

_________________________________________________________________
Can’t afford to quit your job? – Earn your AS, BS, or MS degree online in 1 year. http://www.classesusa.com/clickcount.cfm?id=866145&goto=http%3A%2F%2Fwww.classesusa.com%2Ffeaturedschools%2Fonlinedegreesmp%2Fform-dyn1.html%3Fsplovr%3D866143



Back to the top