Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[iam-dev] Preventing classpath updates when dependent project is on error

I was thinking that to prevent countless classpath updates we could
check if any of the dependent projects are on error, and if so, just
add a marker "The project x that is required by this one is in error.
Fix it first" and not trigger the classpath updates. It's what jdt
does when there are build source problems.

It could be configurable in the preferences.

WDYT?


Back to the top