Skip to main content

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

What do you mean by "countless classpath updates"?

We shouldn't be doing so many classpath updates (except when the dependencies -direct or transitive- change).

Maybe I am missing something?

In any case, removing superfluous work gets always my +1 :D

El 12/02/2009, a las 21:33, Carlos Sanchez escribió:

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?
_______________________________________________
iam-dev mailing list
iam-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/iam-dev



Back to the top