Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] IBuildParticipantExtension2 help!

Hi Edgar,

This method was introduced long ago to force full rebuild if external libraries were changed. Also it can be used to add additional files to the build, but build order it not maintained at the moment.

If we are going to track inter-file dependencies then
- in some cases we should also reindex and rebuild models for all files depending on the changed one. 
- sometimes it makes sense to process all files with errors, etc.

Ideally, we should discuss all current requirements and improve the script builder and other subsystems if needed.

Thoughts?

Regards,
Alex

----- Original Message -----
From: "Edgar Espina" <espina.edgar@xxxxxxxxx>
To: "DLTK Developer Discussions" <dltk-dev@xxxxxxxxxxx>
Sent: Monday, February 22, 2010 9:16:12 AM GMT +06:00 Almaty, Novosibirsk
Subject: [Dltk-dev] IBuildParticipantExtension2 help!

Hi,

 Can anyone explain me how the IBuildParticipantExtension2.getDependencies() method works?

 For a B file that depends on A, the getDependencies method for B returns A, but the build order is build B, build A and what I really need is build A, build B.

 Am I missing something?

 Regards,

--
edgar

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

Back to the top