[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Re: ResourceChangeListener Before a Builder
|
Kevin,
Unfortunately, no, the resource change listeners are notified (as you noted)
after the build. The only way to do this currently is to implement builder
which runs before the Java builder and does the desired updating.
Jeff
"Kevin Bauer" <kmbauer@xxxxxxxxxx> wrote in message
news:9bhnpk$a7h$1@xxxxxxxxxxxxxxxx
> I have a ResourceChangeListener that changes my project's java classpaths
> when someone adds/deletes/renames a jar in my lib directory. Is there a
> way for me to be notified before the java Build is kicked off? Currently
> I seem to get notified after build is complete, this forces me to then
> rebuild if I make changes to the classpath.
>