Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
每次我更改类路径中的条目时,是否可以防止 Eclipse 重建整个项目。不幸的是,我必须经常使用构建路径,并且重建项目需要很长时间(轻松 20-30 分钟)。有办法避免这种情况吗?
一种更简单的方法是在主菜单中关闭“自动构建”:项目/自动构建。这会关闭自动构建模式,因此您可以手动触发它(从同一个项目菜单)
当您更改源代码时,它应该做同样的事情:分析实际更改是什么,并基于这些执行增量构建。