[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform] Re: IncrementalProjectBuilder vs. IResourceChangeEvent

"François" <francois.malouin@xxxxxxxxxx> wrote in message 
news:f3kij4$6m8$1@xxxxxxxxxxxxxxxxxxxx
> The event I would use to update my view arrives BEFORE the builder is run 
> (and the model to show is updated)...so I have no clue how to do this...

Which event are you triggering on?  The change to the source (that provoked 
the build), or the change resulting from the build having happened (i.e., 
presence of a new artifact somewhere)?

I don't know the specifics of your case.  Is it possible to identify a 
similar situation somewhere in the Eclipse Platform and try to figure out 
how they solved the problem?