Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Dltk-dev] Re: Build dependencies order

Any ideas?


Thanks

On Tue, May 26, 2009 at 10:01 PM, Edgar Espina <espina.edgar@xxxxxxxxx> wrote:
Hi,

 The build dependencies order has to be maintained during the build phase.

 For example if A.g depends on B.g
 The method IBuildParticipantExtension2.getDependencies(int buildType, Set localElements, Set externalElements, Set oldExternalFolders, Set externalFolders)
 returns B.g for A.g, so the B.g file has to be process before A.g.

 The order is not maintained because the resources (A.g and B.g) are saved in java.util.Set (HashSet).
 I'm wondering if this can be fix it? or I'm missing something

 Thanks!
--
edgar



--
edgar

Back to the top