开发者

Disable the building of one project in an Eclipse workspace

开发者 https://www.devze.com 2023-04-07 22:33 出处:网络
I have a workspace with some projects of mine and a really big project, which takes two hours to be built. I would like to disable the automatic building 开发者_JAVA技巧of this wide project while main

I have a workspace with some projects of mine and a really big project, which takes two hours to be built. I would like to disable the automatic building 开发者_JAVA技巧of this wide project while maintaining the build enabled for the other projects. Is that possible? How would I do it? Is there other options to solve my problem.


You can "close" the project (right-click "Close Project"); that stops Eclipse from looking at it altogether.

Alternatively, in the project properties, under the "Builders" tab, you could uncheck "Java Builder". I think this would turn off compiling and (most?) error checking.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号