简体   繁体   中英

Eclipse RCP - what exactly is a headless build?

During an Eclipse RCP Project I hear about the "headless build".

  • What exactly is a headless build?
  • What is a headless build for Eclipse RCP?

A headless build means, that you can run a build without starting the graphical user interface of Eclipse. For that, you have a build script (in case of Eclipse headless, it's an Ant script AFAIK), which you can start via command line, and thus it's possible to start the build on a server without graphical interface. Lars Vogel has a good tutorial on that .

Christian Pontesegger提供了一个简短但很好的教程,如何创建一个简单的无头Eclipse RCP应用程序: http ://codeandme.blogspot.de/2012/02/creating-headless-application.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM