Eclipse.org上最新發表了一篇文章:
Build and Test Automation for Plug-ins and Features (by Markus Barchfeld)。這篇文章主要是介紹Eclipse中的plug-in的“headless build”。
所謂“headless build”就是指在Eclispe IDE之外的環境中,通過ANT腳本自動的編譯和測試plug-in。 Eclipse是由許多的plug-in組成的,其自身就是通過“headless build”來完成編譯和單元測試的。所以,Eclipse也為其他的plug-in提供了這樣的編譯和測試方式。文章介紹了如何來設置“headless build”的環境,并且通過一個開源的Plug-in來介紹如何使用“headless build”,而這個plug-in就是我之前曾經提到過的
RDE: Ruby Developer Environment。
如果你現在也在開發Eclise Plug-in,這邊文章值得看看。
Eclipse.org的技術文章
Eclipse 
Eclipse