GeekArticles
Programming
Eclipse
Programming
EclipseBuild and Test Automation for plug-ins and features
Eclipse offers the possibility to build plug-ins automatically outside the Eclipse IDE, which is called "headless build". Eclipse itself is built headless and since Eclipse is an assembly of plug-ins, this feature is also available for any other plug-in. Although the set up of automatic building and testing requires only a couple of files, it can be tedious work to do nonetheless. This article shares the experiences and lessons learned while setting up automatic building and testing for an Open-Source Eclipse plug-in called RDT, Ruby Development Tools.
Sponsored Links
Read Next: Using GEF with EMF
Related Topics
Subscribe via RSS
Eclipse
- Building administrative applications in Eclipse
- Designing Accessible Plug-ins in Eclipse
- Levels of Integration
- How to Use the Eclipse API
- Branding Your Application
- How to Test Your Internationalized Eclipse Plug-In
- How to Internationalize your Eclipse Plug-In
- PDE Does Plug-ins
- Rich Client Tutorial Part 3
- Rich Client Tutorial Part 2
