[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] ResourceChangeListener Before a Builder
|
- From: kmbauer@xxxxxxxxxx (Kevin Bauer)
- Date: 17 Apr 2001 15:34:12 GMT
- Newsgroups: eclipse.tools
- Organization: http://www.eclipsecorner.org
- User-agent: NewsPortal 0.23
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.