Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] Triggering script builds

Hi Timothy,

1. create IScriptBuilder implementation and contribute it via extension point
2. in build() function report dependencies via
IBuildState.recordDependency(main, included)

Regards,
Alex

On Fri, Sep 23, 2011 at 17:38, Timothy Wall <twall@xxxxxxxxxxxx> wrote:
> BTW, the trigger needs to be added dynamically as the user edits the list of includes.
>
> On Sep 23, 2011, at 10:58 AM, Timothy Wall wrote:
>
>> I'd like to trigger a re-build of my script when one of its imports/includes changes.
>>
>> Is there any existing API (either in DLTK or eclipse proper) to add such a trigger?
>>
>
> _______________________________________________
> dltk-dev mailing list
> dltk-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/dltk-dev
>


Back to the top