eclipse Custom Incremental Build Process

天涯浪子 提交于 2020-01-06 15:18:57

问题


I just want to tap into the eclipse build process (java projects), where that will do some custom validations and processing when a relevant class file (eg. A class with a special custom annotation is touched) ?

-Malinga


回答1:


You write a plug-in that uses the org.eclipse.core.resources.builders extension point to declare your own incremental builder.

See the Eclipse help: Incremental project builders



来源:https://stackoverflow.com/questions/20141311/eclipse-custom-incremental-build-process

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!