Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-core-dev] Building large workspaces with errors

In case you did not notice yet, an option got added so as to prevent
building projects which have classpath problems.
In a simple self-hosted scenario, where on rt.jar was missing (due to an
import failure), the constructed workspace would end up with 23,578
problems, which was way too much for the task list to handle.

If this option is activated, then the problem count drops down to 47 !

Option is located at:
Window>Preferences>Java>Builder>Abort building when detecting an invalid
classpath



Back to the top