Skip to main content

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

Upon closer inspection of the build process, the PDE builder _is_ attempting to build the plugins in the correct order.

The problem was occurring because the dependent plugin mentioned below didn't contain an entry in its manifest for the source (ie. 'source.. = src/'). Thus, when it came time to compile the plugin, it would just skip over it, thinking there were no source files.

Thanks!  Marshall


From: "Marshall Harnish" <aslocal@xxxxxxxxxxx>
Reply-To: "Eclipse PDE Build developers list." <pde-build-dev@xxxxxxxxxxx>
To: pde-build-dev@xxxxxxxxxxx
Subject: [pde-build-dev] PDE plugin build order?
Date: Fri, 06 Apr 2007 11:34:02 -0700

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

_______________________________________________
pde-build-dev mailing list
pde-build-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-build-dev

_________________________________________________________________
Need a break? Find your escape route with Live Search Maps. http://maps.live.com/?icid=hmtag3



Back to the top